summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add 'append', LIBGUESTFS_APPEND to set additional kernel options.Richard W.M. Jones2009-05-133-2/+48
* Increase the wait time for vmchannel socket to appear (fix for slow / heavily...Richard Jones2009-05-131-3/+3
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-121-5/+105
* Perl bindings fix: Not enough memory was allocated for array params.Richard Jones2009-05-111-1/+1
* Partial Haskell bindings.Richard Jones2009-05-101-2/+209
* Handle EINTR, EAGAIN in select main loop.Richard Jones2009-05-101-0/+2
* Fix four memory leaks in guestfs.c revealed by valgrind.Richard Jones2009-05-091-0/+7
* Fix memory leak in error return path.Richard Jones2009-05-092-0/+97
* Generated code to support last 3 commits.Richard Jones2009-05-082-486/+487
* Allow recovery from guest failure.Richard Jones2009-05-082-35/+74
* Generated code to support previous 2 commits.Richard Jones2009-05-085-1/+433
* Implement 'strings' and 'hexdump' commands.Richard Jones2009-05-081-0/+37
* Bug: write_file doesn't work with strings containing ASCII NUL.Richard Jones2009-05-081-1/+7
* Change memory calculation to choose a generous amount of memory.Richard Jones2009-05-081-33/+7
* Force qemu quit when kernel panics (Charles Duffy).Richard Jones2009-05-081-1/+2
* Use unsigned type for lengths.Richard Jones2009-05-071-9/+12
* Handle EINTR and EAGAIN in reads.Richard Jones2009-05-071-4/+11
* Specify prototyping behaviour for Perl XSUBs.Richard Jones2009-05-071-0/+2
* Misc changes to make tests pass in RHEL 5.Richard Jones2009-05-071-19/+78
* RARRAY_LEN macro for Ruby < 1.9. Small strictness fix for OCaml < 3.10.Richard Jones2009-05-061-1/+6
* Typo in documentation.Richard W.M. Jones2009-05-011-1/+1
* Generated code for 'equal' command.Richard W.M. Jones2009-05-015-1/+143
* Added 'equal' command to compare files.Richard W.M. Jones2009-05-011-0/+18
* Generated code for ping-daemon command.Richard W.M. Jones2009-05-014-1/+86
* Added ping-daemon command.Richard W.M. Jones2009-05-011-0/+10
* 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