summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fuse: Fix cache invalidation in rename operation.Richard Jones2009-11-171-0/+1
* fuse: Fix hard link creation.Richard Jones2009-11-171-1/+2
* fuse: Fix symlink creation (RHBZ#538069).Richard Jones2009-11-171-1/+1
* virt-df: Ignore domains which have ID 0.Richard Jones2009-11-171-0/+3
* virt-df: Turn errors into warnings when listing all domains.Richard Jones2009-11-171-1/+2
* Docs: copyeditingRichard W.M. Jones2009-11-131-7/+17
* Docs: Add documentation about other language bindings to API overview.Richard W.M. Jones2009-11-131-0/+54
* Docs: line folding in example.Richard W.M. Jones2009-11-131-1/+3
* Docs: group preformatted sections of text together.Richard W.M. Jones2009-11-132-11/+11
* Docs typo: limited -> limitsRichard W.M. Jones2009-11-131-1/+1
* Docs: Add section on using multiple threads.Richard W.M. Jones2009-11-131-0/+9
* Docs: Add/extend API overview.Richard W.M. Jones2009-11-131-152/+316
* Docs: Remove incorrect statement from man page.Richard W.M. Jones2009-11-131-2/+1
* build: revive the ocaml package testsJim Meyering2009-11-121-0/+26
* Generate guestfs_protocol.x when stamp-generator updatesMatthew Booth2009-11-111-0/+2
* autogen.sh: Remove test for ocaml etc from this script.Richard Jones2009-11-111-21/+0
* Set cpio blocksize to 64K.Richard Jones2009-11-111-1/+1
* Debian: don't depend on gfs-tools since these have depsolving problems.Richard Jones2009-11-101-0/+2
* Update PO files for release.1.0.78Richard Jones2009-11-102-856/+1013
* Check for ocaml-xml-light-devel (xml-light.cmxa)Richard Jones2009-11-101-3/+4
* Prepare for version 1.0.78Richard Jones2009-11-101-1/+1
* tell "make syntax-check" that examples/to-xml.c is exempt from some testsJim Meyering2009-11-102-0/+2
* examples: Don't use STREQ etc in the to-xml.c example.Richard Jones2009-11-101-8/+8
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-1013-35/+121
* Fix problems found by 'make syntax check'Richard Jones2009-11-102-44/+44
* Print timestamped messages during appliance launch.Richard Jones2009-11-101-0/+54
* Record time of guest launch.Richard Jones2009-11-101-6/+7
* appliance: Prefix kernel messages with timestamp.Richard Jones2009-11-101-0/+1
* Generic partition creation interface.Richard Jones2009-11-1016-52/+613
* Add ata_piix to kernel module whitelist (RHBZ#533886).Richard Jones2009-11-101-0/+1
* Fix compilation if readline library is not present.Richard Jones2009-11-101-0/+4
* Fix compilation when Augeas is not present.Richard Jones2009-11-101-1/+1
* avoid "syntax-check" failure: hide cast of argument to freeJim Meyering2009-11-101-2/+4
* build: die early if we lack ocaml, ocamlfind or ocaml-xml-lightJim Meyering2009-11-101-0/+20
* tests: enable strcmp-related syntax-check testsJim Meyering2009-11-091-2/+0
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-093-3/+3
* change strncasecmp() == 0 to STRCASENEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-095-13/+13
* use STREQ, not strcmp: part 1Jim Meyering2009-11-0919-59/+59
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-0913-21/+21
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-094-4/+4
* convert strcasecmp(...) != 0 to STRCASENEQ(...)Jim Meyering2009-11-091-5/+5
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-098-54/+54
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-093-0/+30
* indent with spaces, not TABsJim Meyering2009-11-098-72/+72
* fix doc typoJim Meyering2009-11-091-1/+1
* placate 'make syntax-check'Jim Meyering2009-11-091-1/+0
* avoid syntax-check warning about isdigit use in example programJim Meyering2009-11-091-0/+1
* appliance: Enhance mkfs to support many more filesystem types.Richard Jones2009-11-092-17/+81
* Fix prototype of commandv to match prototype of commandrv.Richard Jones2009-11-095-7/+8