summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to build in a separate directoryMatthew Booth2009-07-0322-68/+104
* generate slightly more "const-correct" codeJim Meyering2009-07-031-6/+6
* avoid leak upon failed reallocJim Meyering2009-07-031-8/+12
* remove trailing blanksJim Meyering2009-07-0364-94/+93
* daemon/readdir: avoid a small leakJim Meyering2009-07-031-0/+2
* touch fakeroot.logGuido Günther2009-07-031-0/+2
* remove superflous debirf scriptsGuido Günther2009-07-035-8/+0
* Guestfish tab-completion on destination paths, fixed this time.Richard W.M. Jones2009-07-031-49/+74
* Don't keep rebuilding debirf module symlinks.Richard W.M. Jones2009-07-032-0/+2
* 'readdir-and-stat' call is now effectively implemented.Richard W.M. Jones2009-07-031-1/+0
* Add Debian appliance directory to the distfile.Richard W.M. Jones2009-07-031-1/+22
* use safe_malloc and safe_calloc in generated codeJim Meyering2009-07-033-23/+63
* prefer sizeof *VAR over sizeof TYPE (no semantic change)Jim Meyering2009-07-021-10/+10
* Prepare for 1.0.55. PO files also updated.1.0.55Richard W.M. Jones2009-07-023-35/+63
* Add 'sfdiskM' command.Richard W.M. Jones2009-07-023-32/+55
* Remove generated files guestfs_protocol.[ch].Richard W.M. Jones2009-07-023-4366/+2
* Don't rebuild the whole appliance if just the /init script has been changed.Richard W.M. Jones2009-07-023-11/+7
* Improve virtio-blk performance (RHBZ#509383).Richard W.M. Jones2009-07-021-0/+3
* Add ./configure --with-drive-if=(ide|scsi|virtio)Richard W.M. Jones2009-07-023-4/+16
* Add the guestfish 'time' command.Richard W.M. Jones2009-07-025-9/+85
* Add list of function_names to the daemon.Richard W.M. Jones2009-07-025-2/+29
* In verbose mode, daemon will display the time elapsed for each command.Richard W.M. Jones2009-07-021-0/+19
* Ignore generated file appliance/debian/debirf.confRichard W.M. Jones2009-07-021-0/+1
* Build Debian based appliance using debirfGuido Günther2009-07-022-123/+139
* add debirf filesGuido Günther2009-07-0213-0/+118
* unconditionally load dm moduleGuido Günther2009-07-021-1/+1
* add missing moduleGuido Günther2009-07-021-0/+1
* avoid automake failureJim Meyering2009-07-021-1/+1
* arrange to build some generated sourcesJim Meyering2009-07-021-0/+9
* Re-add src/MAX_PROC_NR (generated file).Richard W.M. Jones2009-07-022-1/+1
* Memoize the output of pod2text function in the generator.Richard W.M. Jones2009-07-022-24/+46
* Updated PO files.Richard W.M. Jones2009-07-022-108/+108
* Remove generated code from git.Richard W.M. Jones2009-07-0238-82609/+38
* Generator now runs automatically when it has changed.Richard W.M. Jones2009-07-024-7/+24
* Add 'readdir' call.Richard W.M. Jones2009-07-0236-37/+1287
* fish: handle some out-of-memory conditionsJim Meyering2009-07-011-29/+62
* Call 'udevadm settle' after operations which add/remove device nodes.Richard W.M. Jones2009-07-014-0/+42
* All instances of 'pclose' now check for return value != 0.Richard W.M. Jones2009-07-013-6/+6
* Fix error handling of external sfdisk command.Richard W.M. Jones2009-07-011-4/+3
* Generated code for the virtio_blk change.Richard W.M. Jones2009-07-017-288/+233
* Change to use virtio_blk (virtio block device) by default.Richard W.M. Jones2009-07-014-17/+25
* Don't dereference or free undefined "msg" upon OOM.Jim Meyering2009-07-011-1/+3
* Add libguestfs(3) as an alias manpage for guestfs(3).Richard W.M. Jones2009-07-012-2/+4
* Updated PO files.Richard W.M. Jones2009-07-012-112/+112
* Reorder the environment variables alphabetically in the documentation.Richard W.M. Jones2009-07-012-29/+29
* Document the $PAGER environment variable.Richard W.M. Jones2009-07-011-0/+5
* Document the LIBGUESTFS_MEMSIZE environment variable.Richard W.M. Jones2009-07-012-0/+14
* Change statvfs test so it doesn't depend on device size.Richard W.M. Jones2009-06-301-2/+1
* Clean up the output of the C API test code.Richard W.M. Jones2009-06-301-4/+6
* Todo: getfattr, setfattr.Richard W.M. Jones2009-06-301-0/+2