summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 1.0.251.0.25Richard Jones2009-05-121-1/+1
|
* test-command is not an actual test program.Richard Jones2009-05-121-1/+1
|
* Prepare for version 1.0.24Richard Jones2009-05-121-1/+1
|
* Refactor line splitting code in the daemon, and fix it so it works.Richard Jones2009-05-124-44/+62
|
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-1211-11/+3054
|
* Remove Perl from appliance - fixes large appliance problem on Rawhide builds.Richard Jones2009-05-121-0/+6
|
* Remove the specfile from the tarball. Include contrib/ dir.Richard Jones2009-05-123-8/+14
|
* Version 1.0.231.0.23Richard Jones2009-05-111-1/+1
|
* Depend on new febootstrap 2.0, and use febootstrap-install.Richard Jones2009-05-115-49/+24
|
* Perl bindings fix: Not enough memory was allocated for array params.Richard Jones2009-05-113-2/+3
|
* Partial Haskell bindings.Richard Jones2009-05-1012-6/+1150
|
* Handle EINTR, EAGAIN in select main loop.Richard Jones2009-05-101-0/+2
|
* Note about using FUSE / mountlo code.Richard Jones2009-05-091-0/+6
|
* Version 1.0.221.0.22Richard Jones2009-05-091-1/+1
|
* Valgrind now implemented - remove from TODO listRichard Jones2009-05-091-4/+0
|
* Add 'make valgrind' target to run tests under valgrind.Richard Jones2009-05-092-1/+8
|
* 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
|
* Experimental febootstrap install script.Richard Jones2009-05-085-0/+70
|
* To-do: Use valgrind.Richard Jones2009-05-081-0/+4
|
* Bug: Segfault in Perl bindings.Richard Jones2009-05-081-0/+3
|
* List installed applications (NOT WORKING).Richard Jones2009-05-081-5/+25
|
* Generated code to support last 3 commits.Richard Jones2009-05-0815-486/+642
|
* Add test script to test recovery from qemu failure.Richard Jones2009-05-082-1/+35
|
* Implement -command (to ignore errors) in guestfish, and allow recovery from ↵Richard Jones2009-05-084-14/+41
| | | | qemu process failure.
* Allow recovery from guest failure.Richard Jones2009-05-082-35/+74
|
* Generated code to support previous 2 commits.Richard Jones2009-05-0824-4/+1621
|
* Implement 'strings' and 'hexdump' commands.Richard Jones2009-05-084-0/+190
|
* Bug: write_file doesn't work with strings containing ASCII NUL.Richard Jones2009-05-082-1/+9
|
* Note another bug found when testing on Koji.Richard Jones2009-05-081-0/+5
|
* Missing BRs in spec file.Richard Jones2009-05-081-2/+6
|
* Version 1.0.211.0.21Richard Jones2009-05-081-1/+1
|
* Change memory calculation to choose a generous amount of memory.Richard Jones2009-05-081-33/+7
|
* Merge branch 'master' of git+ssh://192.168.122.141/home/rjones/d/libguestfsRichard Jones2009-05-081-0/+434
|\
| * Added RHEL/CentOS example spec file.Richard Jones2009-05-081-0/+434
| |
* | Force qemu quit when kernel panics (Charles Duffy).Richard Jones2009-05-081-1/+2
| |
* | Update date in changelog line.1.0.20Richard Jones2009-05-071-1/+1
| |
* | Update %changelog in the specfile.Richard Jones2009-05-071-0/+6
| |
* | Prepare for version 1.0.20.Richard Jones2009-05-071-1/+1
| |
* | Fix leak in realloc failure (Jim Meyering).Richard Jones2009-05-071-16/+14
| |
* | 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-072-0/+4
| |
* | Create daemon/m4 subdirectory if it doesn't exist already.1.0.19Richard Jones2009-05-071-0/+2
|/
* Set mandir (as in RHEL 5).Richard Jones2009-05-071-0/+1
|
* Version 1.0.19Richard Jones2009-05-071-1/+1
|
* Misc changes to make tests pass in RHEL 5.Richard Jones2009-05-072-822/+3230
|
* Include /usr/sbin on the $PATH (for RHEL 5).Richard Jones2009-05-071-0/+4
|
* Need to keep and modprobe dm_mod module for device-mapper support on RHEL 5.Richard Jones2009-05-071-0/+2
|
* /dev/hd* is also a block device on RHEL 5.Richard Jones2009-05-071-2/+4
|