summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inspection: Temporary logo for Windows 8.HEADmasterRichard W.M. Jones2012-11-301-0/+50
* inspection, virt-sysprep: Use /etc/hostname on F18+, RHEL7+ (RHBZ#881953, RHB...Richard W.M. Jones2012-11-302-17/+24
* daemon: Avoid gcc warning about noreturn function in acl & cap code.Richard W.M. Jones2012-11-302-0/+10
* Version 1.19.65.1.19.65Richard W.M. Jones2012-11-2920-9272/+9557
* inspection: Don't probe partitions when we've probed the whole device (RHBZ#7...Richard W.M. Jones2012-11-291-0/+31
* inspection: Read libosinfo database in order to inspect OS install CD/DVD/ISO...Richard W.M. Jones2012-11-296-10/+715
* lib: Indent CFLAGS in Makefile.am.Richard W.M. Jones2012-11-291-6/+6
* inspection: Move variable decls to top of function.Richard W.M. Jones2012-11-291-3/+5
* inspection: Implement "openbsd" type and distro.Richard W.M. Jones2012-11-293-0/+12
* daemon: isoinfo: Fix parsing of bogus dates.Richard W.M. Jones2012-11-291-1/+2
* fish: Make type == drv_N field private to guestfish.Richard W.M. Jones2012-11-294-2/+12
* virt-df: Better output when multiple -a/-d options are specified (RHBZ#880801).Richard W.M. Jones2012-11-292-17/+100
* Add .mailmap to EXTRA_DIST.Richard W.M. Jones2012-11-271-0/+1
* Add the .mailmap and change the method to generate AUTHORSWanlong Gao2012-11-273-6/+16
* lib: lpj: Refactor code.Richard W.M. Jones2012-11-261-27/+45
* lib: lpj: Only return first match in read_all function.Richard W.M. Jones2012-11-261-1/+2
* lib: Get lpj= from /var/log/boot.msg (thanks Olaf Hering).Richard W.M. Jones2012-11-251-1/+15
* Version 1.19.64.1.19.64Richard W.M. Jones2012-11-2418-500/+500
* launch: appliance: Handle non-\0 terminated buffer correctly.Richard W.M. Jones2012-11-241-1/+1
* appliance: Pass lpj=... on the appliance command line (thanks Marcelo Tosatti).Richard W.M. Jones2012-11-247-4/+172
* launch: libvirt: Refactor parameter passing to construct_libvirt_xml* functions.Richard W.M. Jones2012-11-241-100/+118
* lua: fix build error due to LUA_GLOBALSINDEX usageOlaf Hering2012-11-231-1/+1
* Version 1.19.63.1.19.63Richard W.M. Jones2012-11-2320-35478/+51784
* daemon: Ignore lvresize error "New size..matches existing size" (RHBZ#834712).Richard W.M. Jones2012-11-231-6/+21
* test-tool: Don't print banner when using --help, -V, etc options (RHBZ#879416).Richard W.M. Jones2012-11-231-11/+12
* launch: Refactor duplicate code which constructs the appliance command line.Richard W.M. Jones2012-11-234-67/+62
* lib: Fix memory leak and simplify command code.Richard W.M. Jones2012-11-236-38/+16
* New APIs: Implement Linux filesystem capabilities.Richard W.M. Jones2012-11-228-15/+174
* New APIs: Implement POSIX ACLs.Richard W.M. Jones2012-11-227-14/+274
* fish: Fix test-remote-events test.Richard W.M. Jones2012-11-221-1/+1
* sysprep: remove crash data generated by kexec-toolsWanlong Gao2012-11-223-0/+49
* Update API support.1.19.62Richard W.M. Jones2012-11-203-0/+1881
* Update PO files from transifex.Richard W.M. Jones2012-11-2016-24689/+10323
* Version 1.19.62.Richard W.M. Jones2012-11-206-173/+352
* ./run: Ensure all paths are built up cumulatively.Richard W.M. Jones2012-11-201-7/+21
* lua: valgrinding Lua code doesn't work.Richard W.M. Jones2012-11-201-1/+10
* valgrind: Ignore init_libguestfs symbol.Richard W.M. Jones2012-11-201-1/+0
* lua: Replace internal lua_guestfs_* functions with guestfs_lua_*.Richard W.M. Jones2012-11-201-19/+19
* lua: Attach __tostring functions exceptions.Richard W.M. Jones2012-11-204-5/+77
* lua: Fix whitespace.Richard W.M. Jones2012-11-201-2/+0
* lua: Various fixes to the bindings (thanks Jerome Vuarand).Richard W.M. Jones2012-11-2015-52/+88
* lua: Print the error thrown by callbacks.Richard W.M. Jones2012-11-201-2/+18
* lua: Add comment (not fix) for incorrect 'g' argument in callbacks.Richard W.M. Jones2012-11-201-1/+4
* lua: Add bindtests.Richard W.M. Jones2012-11-205-1/+82
* lua: Use lua_rawgeti to read elements from lists of strings.Richard W.M. Jones2012-11-201-2/+1
* lua: Add LuaStyle of commenting to the generator.Richard W.M. Jones2012-11-201-2/+4
* lua: Allow regular int to be passed as a 64 bit integer.Richard W.M. Jones2012-11-201-4/+13
* daemon: wipefs: Use --force option if available.Richard W.M. Jones2012-11-201-2/+40
* lua: Simplify get_event function.Richard W.M. Jones2012-11-201-21/+12
* lua: Document Guestfs.event_all.Richard W.M. Jones2012-11-191-0/+3