summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.14.10.1.14.10stable-1.14Richard W.M. Jones2012-01-2320-214/+231
* build: don't use automake-internal variableJim Meyering2012-01-231-2/+2
* php: function_entry -> zend_function_entry.Richard W.M. Jones2012-01-231-1/+1
* php: Enable 'make clean' in extension subdirectory.Richard W.M. Jones2012-01-231-4/+4
* daemon: Move internal-autosync function to new file internal.c.Richard W.M. Jones2012-01-234-18/+48
* resize, sparsify: find progress mini-library in out-of-tree buildsHilko Bengen2012-01-232-2/+2
* Fixed out-of-tree compilation of OCaml code after .depend files removalHilko Bengen2012-01-233-8/+11
* c: Fix prototype generator when last argument is a BufferInMatthew Booth2012-01-231-1/+7
* bindtests: Fix sscanf test in test0rhashtableMatthew Booth2012-01-231-1/+1
* bindtests: Add something non-zero to the RStructList test outputMatthew Booth2012-01-231-0/+3
* daemon: Run udev_settle after pwrite-device finishes.Richard W.M. Jones2012-01-232-4/+17
* appliance: Add psmisc package to the appliance.Richard W.M. Jones2012-01-231-0/+1
* daemon: pwrite/pread: Don't double close on error path.Richard W.M. Jones2012-01-231-2/+0
* tools: Mark obsolete tools clearly in the man pages.Richard W.M. Jones2012-01-233-3/+7
* ocaml: Use automake to build the C part of the bindings.Richard W.M. Jones2012-01-231-18/+21
* ocaml: Don't include guestfs-internal.h directly.Richard W.M. Jones2012-01-232-2/+2
* ocaml: Add -Wno-missing-field-initializers to avoid a warning.Richard W.M. Jones2012-01-231-0/+4
* c: Allow NULL optargs to be passed to _argv callsMatthew Booth2012-01-231-0/+15
* c: NFC Remove redundant parenthesesMatthew Booth2012-01-231-1/+1
* resize2fs-M: fix double-free along error path (thanks Matthew Booth).Richard W.M. Jones2012-01-231-4/+2
* ext2: tweak the error returned message of resize2fs-M(BZ755729)Wanlong Gao2012-01-231-2/+7
* build: Remove .depend files from gitMatthew Booth2012-01-239-183/+8
* extra-tests: Only test 5 random guests.Richard W.M. Jones2012-01-231-6/+10
* Version 1.14.9.1.14.9Richard W.M. Jones2012-01-1020-745/+748
* daemon: debug segv correct use of dereferencing NULL.Richard W.M. Jones2012-01-101-1/+7
* launch: move the filename checking to a wrapperWanlong Gao2012-01-101-6/+12
* generator: Create a separate type for optional argumentsMatthew Booth2012-01-1017-197/+177
* generator: Rename java_structs to camel_structs to better reflect their purposeMatthew Booth2012-01-105-19/+17
* launch: add a goto label when add_drive errorWanlong Gao2012-01-101-18/+11
* debian: Add build-dep erlang-dev.Richard W.M. Jones2012-01-101-0/+2
* Update to latest gnulib.Richard W.M. Jones2012-01-101-0/+0
* Tempora mutantur, nos et mutamur in illis.Matthew Booth2012-01-101-1/+1
* build: Fix automake warningsMatthew Booth2012-01-103-8/+12
* fish: fix the Ctrl-\ causes guestfish to abort bug(RHBZ#596761)Wanlong Gao2012-01-101-0/+1
* AUTHORS: add the email address for each authorsWanlong Gao2012-01-102-25/+25
* fish: mount can be used instead of mount-options with libguestfs >= 1.14Richard W.M. Jones2012-01-101-1/+1
* fish: Fix --format parameter in man page.Richard W.M. Jones2012-01-101-1/+1
* lib: Try harder to remove temporary directory along error paths (RHBZ#769680).Richard W.M. Jones2012-01-101-1/+11
* lib: Add guestfs___remove_tmpdir helper function.Richard W.M. Jones2012-01-105-46/+35
* mkfs: optimization and code cleanupWanlong Gao2012-01-101-15/+14
* Fixed checks for libpython featuresHilko Bengen2012-01-101-11/+12
* docs: Arrange directory names in alphabetical order.Richard W.M. Jones2012-01-101-4/+4
* extra-tests: Add an extra suppression for OCaml 3.11.2 in RHEL 6.Richard W.M. Jones2012-01-101-0/+7
* python: Missing () in guestfs-python(1) examples.Richard W.M. Jones2012-01-101-1/+1
* Version 1.14.8.1.14.8Richard W.M. Jones2011-12-2218-128/+143
* Security: Mitigate possible privilege escalation via SG_IO ioctl (CVE-2011-41...Richard W.M. Jones2011-12-221-0/+10
* Version 1.14.7.1.14.7Richard W.M. Jones2011-12-0918-237/+703
* fuse: Return EXIT_FAILURE if fuse_main fails.Richard W.M. Jones2011-12-091-1/+1
* fish: -i option should fail if / is not mountable, but warn about others.Richard W.M. Jones2011-12-091-1/+7
* daemon: Fix utimens so it doesn't hang on named pipes (RHBZ#761460).Richard W.M. Jones2011-12-092-21/+29