libguestfs.git
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-20 Richard Jonesavailability: Add guestfs_available.
2009-11-20 Richard Jonesdaemon/Win32: Use gnulib modules for first porting...
2009-11-20 Matthew Boothbuild: Add missing dependency libguestfs.la->guestfs_pr...
2009-11-20 Jim Meyeringbuild: correct sed transformation to work also on ...
2009-11-20 Jim Meyeringbuild: make autogen.sh update .git-module-status, as...
2009-11-20 Jim Meyeringmaint: use EXIT_* symbol (not constant, 2) to indicate...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-20 Jim Meyeringmaint: remove unnecessary include of openat.h
2009-11-20 Richard Jonesbuild: update gnulib submodule to latest
2009-11-20 Richard Jonesdaemon/gnulib: Include glob module.
2009-11-20 Richard Jonesdaemon/Win32: Don't include missing headers.
2009-11-20 Richard Jonesdaemon/Win32: make some functions and fields optional.
2009-11-20 Richard Jonesdaemon/Win32: NAME_MAX does not exist on Windows, use...
2009-11-20 Richard Jonesdaemon: Missing #includes revealed by cross-compiling.
2009-11-20 Richard Jonesdaemon/Win32: Ignore mingw32-config.cache.
2009-11-19 Richard Jonesgenerator: open Unix module by default.
2009-11-19 Richard Jonessyntax-check: Fix tab-vs-space issue in the generator.
2009-11-19 Richard JonesUpdate PO files.
2009-11-19 Richard JonesUpdate TODO file.
2009-11-19 Matthew Boothbuild: Fix parallel build of haskell bindings
2009-11-19 Matthew Boothbuild: Fix inter-directory dependencies
2009-11-19 Richard Jonesgenerator: Acquire lock to prevent two parallel runs...
2009-11-19 Jim Meyeringsyntax-check: expand TABs in generator.ml
2009-11-19 Jim Meyeringsyntax-check: exempt *.pod from no-trailing-blank prohi...
2009-11-18 Richard JonesBUILT_SOURCES now depends on running the generator.
2009-11-18 Richard Jonesdaemon/RHEL: Choose correct udev settle script.
2009-11-18 Richard Jonesfuse/RHEL: Don't require UTIME_{NOW,OMIT} to be defined.
2009-11-18 Richard Jonesappliance: Print uptime.
2009-11-18 Richard Jonesrecipes: Fix git URL. 1.0.79
2009-11-18 Richard JonesPrepare for version 1.0.79.
2009-11-18 Richard Jonesfuse: Add test-fuse.sh to EXTRA_DIST.
2009-11-18 Richard Jonesgenerator: Fix API of functions that return RBufferOut
2009-11-17 Richard Jonesfuse: Add tests for guestmount.
2009-11-17 Richard Jonesfuse: Fix read for empty files.
2009-11-17 Richard Jonesfish: Improve output of guestfish -h cmd
2009-11-17 Richard JonesNew API call: fill - fill a file with octets
2009-11-17 Richard Jonesfuse: Fix cache invalidation in rename operation.
2009-11-17 Richard Jonesfuse: Fix hard link creation.
2009-11-17 Richard Jonesfuse: Fix symlink creation (RHBZ#538069).
2009-11-17 Richard Jonesvirt-df: Ignore domains which have ID 0.
2009-11-17 Richard Jonesvirt-df: Turn errors into warnings when listing all...
2009-11-13 Richard W.M... Docs: copyediting
2009-11-13 Richard W.M... Docs: Add documentation about other language bindings...
2009-11-13 Richard W.M... Docs: line folding in example.
2009-11-13 Richard W.M... Docs: group preformatted sections of text together.
2009-11-13 Richard W.M... Docs typo: limited -> limits
2009-11-13 Richard W.M... Docs: Add section on using multiple threads.
2009-11-13 Richard W.M... Docs: Add/extend API overview.
2009-11-13 Richard W.M... Docs: Remove incorrect statement from man page.
2009-11-12 Jim Meyeringbuild: revive the ocaml package tests
2009-11-11 Matthew BoothGenerate guestfs_protocol.x when stamp-generator updates
2009-11-11 Richard Jonesautogen.sh: Remove test for ocaml etc from this script.
2009-11-11 Richard JonesSet cpio blocksize to 64K.
2009-11-10 Richard JonesDebian: don't depend on gfs-tools since these have...
2009-11-10 Richard JonesUpdate PO files for release. 1.0.78
2009-11-10 Richard JonesCheck for ocaml-xml-light-devel (xml-light.cmxa)
2009-11-10 Richard JonesPrepare for version 1.0.78
2009-11-10 Jim Meyeringtell "make syntax-check" that examples/to-xml.c is...
2009-11-10 Richard Jonesexamples: Don't use STREQ etc in the to-xml.c example.
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-10 Richard JonesFix problems found by 'make syntax check'
2009-11-10 Richard JonesPrint timestamped messages during appliance launch.
2009-11-10 Richard JonesRecord time of guest launch.
2009-11-10 Richard Jonesappliance: Prefix kernel messages with timestamp.
2009-11-10 Richard JonesGeneric partition creation interface.
2009-11-10 Richard JonesAdd ata_piix to kernel module whitelist (RHBZ#533886).
2009-11-10 Richard JonesFix compilation if readline library is not present.
2009-11-10 Richard JonesFix compilation when Augeas is not present.
2009-11-10 Jim Meyeringavoid "syntax-check" failure: hide cast of argument...
2009-11-10 Jim Meyeringbuild: die early if we lack ocaml, ocamlfind or ocaml...
2009-11-09 Jim Meyeringtests: enable strcmp-related syntax-check tests
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASEEQLEN()
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASENEQLEN()
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 2
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-09 Jim Meyeringconvert strcasecmp(...) != 0 to STRCASENEQ(...)
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-11-09 Jim Meyeringdefine STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
2009-11-09 Jim Meyeringindent with spaces, not TABs
2009-11-09 Jim Meyeringfix doc typo
2009-11-09 Jim Meyeringplacate 'make syntax-check'
2009-11-09 Jim Meyeringavoid syntax-check warning about isdigit use in example...
2009-11-09 Richard Jonesappliance: Enhance mkfs to support many more filesystem...
2009-11-09 Richard JonesFix prototype of commandv to match prototype of commandrv.
2009-11-09 Richard W.M... daemon: Always reflect command stderr to stderr when...
2009-11-09 Richard W.M... daemon: Add flags argument to command*() functions.
2009-11-09 Richard Joneshaskell: Disambiguate truncate symbol.
2009-11-09 Richard Jonesocaml: Update dependencies file.
2009-11-06 Richard W.M... ocaml: Sort the dependencies so they are stable between...
2009-11-06 Richard W.M... ocaml: General improvements to generated code.
2009-11-06 Richard W.M... Fixes for compiling on 32 bit.
2009-11-05 Richard JonesDon't update appliance after running generator.
2009-11-05 Richard Jonesappliance: Add xfsprogs to list of packages
2009-11-04 Richard Jonesfish: Allow <nn>P and <nn>E for petabyte and exabyte...
2009-11-04 Richard Jonesfish: Allow <nn>T for terabyte allocations.
2009-11-04 Richard Jonesfish: New command 'sparse', like 'alloc' but to generat...
next