summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* erlang, lua: Fix links in man pages.Richard W.M. Jones2012-11-192-1/+3
* lua: Test globals in Guestfs.* namespace.Richard W.M. Jones2012-11-192-0/+28
* lua: Add global Guestfs.event_all (list of all events).Richard W.M. Jones2012-11-192-0/+19
* Version 1.19.61.1.19.61Richard W.M. Jones2012-11-196-62/+352
* lua: Various fixes and enhancements:Richard W.M. Jones2012-11-199-55/+435
* perl: Add test of multiple independent handles.Richard W.M. Jones2012-11-191-0/+37
* lua: examples: Boolean true shouldn't have quotes around it.Richard W.M. Jones2012-11-181-2/+2
* lua: Add another test to prove that the handles are really independent.Richard W.M. Jones2012-11-182-0/+43
* lua: Don't use %m since Lua string formatter doesn't understand it.Richard W.M. Jones2012-11-181-2/+5
* lua: Add some missing features.Richard W.M. Jones2012-11-172-8/+50
* Version 1.19.60.1.19.60Richard W.M. Jones2012-11-1720-3357/+4285
* Add Lua bindings.Richard W.M. Jones2012-11-1732-0/+1212
* perl: Clean up and update the tests.Richard W.M. Jones2012-11-173-4/+3
* perl: Small test of create with flags.Richard W.M. Jones2012-11-171-0/+25
* sparsify: Better error when user specifies --compress + raw output (RHBZ#8521...Richard W.M. Jones2012-11-151-16/+21
* todo: We must implement ACLs and filesystem capabilities for SCAP.Richard W.M. Jones2012-11-151-1/+23
* daemon: Perform device name translation on mke2fs journaldevice (RHBZ#876579).Richard W.M. Jones2012-11-151-4/+18
* recipes: Add sections about hexdumping, hexediting sectors.Richard W.M. Jones2012-11-151-1/+14
* recipes: Add recipe for diffing two guests.Richard W.M. Jones2012-11-141-0/+10
* Version 1.19.59.1.19.59Richard W.M. Jones2012-11-1320-9796/+10535
* dist: Add miscellaneous files to the tarball.Richard W.M. Jones2012-11-134-1/+15
* tests/protocol: Add test-qemudir-launchfail.sh to tarball (but don't run it).Richard W.M. Jones2012-11-131-1/+2
* fish: Add test for remote events.Richard W.M. Jones2012-11-132-1/+3
* tests: Add a parallel launch test.Richard W.M. Jones2012-11-135-0/+203
* tests: Add 'make check-slow' rule to recursively run slow/long-running tests.Richard W.M. Jones2012-11-133-6/+20
* Add 'make help' rule.Richard W.M. Jones2012-11-132-0/+27
* tests: Replace 'make extra-tests' with individual tests.Richard W.M. Jones2012-11-1336-392/+225
* extra-tests: Add $(libvirt_ro_uri) substitution to configure.Richard W.M. Jones2012-11-132-11/+12
* Define whole valgrind command (as @VG@) in the configure script.Richard W.M. Jones2012-11-133-7/+7
* align: Add a test for virt-alignment-scan.Richard W.M. Jones2012-11-132-2/+33
* fish: Add simple tests of starting up, inspection, using the prepared disks.Richard W.M. Jones2012-11-134-0/+81
* inspector: Add some real virt-inspector tests.Richard W.M. Jones2012-11-135-5/+68
* extra-tests: Move valgrind suppressions file to top source directory.Richard W.M. Jones2012-11-123-3/+24
* Various fixes to API support script.Richard W.M. Jones2012-11-1211-49/+5373
* lib: Split up huge src/guestfs.c into logical compilation units.Richard W.M. Jones2012-11-129-541/+675
* test-tool: Print cachedir and tmpdir.Richard W.M. Jones2012-11-101-0/+6
* Update release notes.Richard W.M. Jones2012-11-102-7/+109
* Version 1.19.58.1.19.58Richard W.M. Jones2012-11-1020-24351/+25655
* lib: Fix memory leak in tmpdir/cachedir code (found by valgrind).Richard W.M. Jones2012-11-101-0/+3
* tests: Remove double-test for availability.Richard W.M. Jones2012-11-092-16/+29
* tests: More efficient use of strings in the object code.Richard W.M. Jones2012-11-091-37/+32
* tests: Use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-091-13/+7
* tests: Cleanup code that prints each test name.Richard W.M. Jones2012-11-091-12/+18
* tests: Change code for printing warnings about untested functions.Richard W.M. Jones2012-11-091-3/+12
* tests: Remove dead code in generated output.Richard W.M. Jones2012-11-091-10/+0
* tests: Format the generated code properly.Richard W.M. Jones2012-11-091-6/+12
* fuse: Use guestfs_{push,pop}_error_handler so we can see errors in shutdown.Richard W.M. Jones2012-11-091-7/+9
* tools: Modify existing tools to use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-0913-160/+83
* lib: Modify library code to use guestfs_{push,pop}_error_handler.Richard W.M. Jones2012-11-095-34/+33
* lib: Add new C API calls: guestfs_push_error_handler,Richard W.M. Jones2012-11-094-11/+95