summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Generated code for dmesg command.Richard W.M. Jones2009-05-015-1/+112
* Added dmesg command.Richard W.M. Jones2009-05-011-0/+14
* Generated code for drop-caches command.Richard W.M. Jones2009-05-015-1/+111
* Added drop-caches command.Richard W.M. Jones2009-05-011-0/+14
* Generated code for cp, cp-a and mv commands.Richard W.M. Jones2009-05-015-1/+349
* Add cp, cp-a and mv commands.Richard W.M. Jones2009-05-011-0/+45
* Generated code for grub-install command.Richard Jones2009-04-305-1/+117
* Add grub-install command.Richard Jones2009-04-301-0/+9
* Replace rtl8139 network card with virtio-net.Richard Jones2009-04-301-1/+1
* Added notes to the 'fsck' command documentation.Richard Jones2009-04-301-5/+22
* Added 'zero' command to wipe partition tables and superblocks.Richard Jones2009-04-306-3/+133
* Add generated code for 'fsck' command.Richard Jones2009-04-305-1/+143
* Added 'fsck' command.Richard Jones2009-04-301-0/+15
* Autosync now runs umount-all; syncRichard Jones2009-04-302-3/+9
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-301-0/+14
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-2/+0
* Updated the generator so it only overwrites files if they've changed.Richard Jones2009-04-301-2/+18
* Correction to 366a86fb6097ab0f704443f0a6ae2addbc3745d5:Richard Jones2009-04-301-1/+1
* Use safe_malloc and/or check returns from malloc (Jim Meyering).Richard Jones2009-04-301-6/+8
* Check return value from realloc call (Jim Meyering).Richard Jones2009-04-301-3/+8
* Generated code for ext2 UUID and label functions.Richard Jones2009-04-275-1/+505
* Functions for getting and setting the ext2 UUID and label.Richard Jones2009-04-271-0/+49
* Multiple callbacks during file transfers could cause data corruption - FIXED.Richard Jones2009-04-261-34/+84
* Check for multiple callback in RPC code.Richard Jones2009-04-262-320/+800
* More checks.Richard Jones2009-04-261-0/+5
* Generated code for lvremove, vgremove, pvremove.Richard Jones2009-04-255-1/+313
* Implement lvremove, vgremove, pvremove.Richard Jones2009-04-251-3/+89
* Experimental recovery process should help with not cleaning up qemu.Richard Jones2009-04-241-1/+43
* Ruby bindings didn't NULL-terminate an array, resulting in segfault.1.0.12Richard Jones2009-04-241-0/+1
* Don't allocate file chunks on the stack.Richard W.M. Jones2009-04-241-19/+25
* Don't use large message buffer on the stack (fixes Java/i386 segfault).Richard W.M. Jones2009-04-241-9/+23
* Fix 64 bit memsize overhead.1.0.11Richard Jones2009-04-231-2/+2
* Reduce the amount of memory allocated to guests based on some testing.Richard W.M. Jones2009-04-231-2/+42
* Use AC_GNU_SOURCE in daemon. Don't need _GNU_SOURCE in C files any more.Richard W.M. Jones2009-04-231-1/+1
* Generated code for debug command.Richard W.M. Jones2009-04-235-1/+142
* Add outline of 'debug' command.Richard W.M. Jones2009-04-231-0/+12
* Substitute '-' in command names in guestfish documentation.Richard W.M. Jones2009-04-231-1/+12
* Avoid a cast warning on 32 bit.Richard Jones2009-04-231-3/+3
* Generated code for new mount_* commands.Richard Jones2009-04-225-1/+349
* Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.Richard Jones2009-04-221-0/+33
* Force a specific network NIC model (allows to work with latest qemu from SVN).Richard Jones2009-04-221-1/+1
* Fix quoting of list args in guestfish manpage.Richard Jones2009-04-221-1/+1
* Allow qemu binary to be overridden at runtime.Richard Jones2009-04-223-5/+52
* Allow selection of qemu using --with-qemuRichard Jones2009-04-221-1/+1
* Testing the Java bindings.Richard Jones2009-04-211-1/+1
* Java bindings compile, not tested.Richard Jones2009-04-211-0/+538
* Various fixes to build and test in Koji.1.0.4Richard Jones2009-04-201-0/+2
* Include the __cplusplus header magic so API really callable from C++.Richard Jones2009-04-201-0/+8
* Added tar-in, tar-out, tgz-in, tgz-out commands.Richard Jones2009-04-206-36/+530
* Make daemon cancellation really work.Richard Jones2009-04-201-3/+14