libguestfs.git
2009-11-26 Richard Jonesdaemon: Indent C macros to reflect nesting level.
2009-11-26 Richard Jonesdaemon/Win32: Win32 can't fork message moved to separat...
2009-11-25 Richard Jonesguestfs documentation: Missing space.
2009-11-25 Richard Jonesguestfs: Update architecture section of documentation.
2009-11-25 Richard JonesUpdate PO files.
2009-11-25 Richard Jonesdaemon: Fix build on Unix.
2009-11-25 Richard Jonesdaemon: Fix sync() call on Unix.
2009-11-25 Richard Jonesdaemon/Win32: update comment
2009-11-25 Richard Jonesdaemon/Win32: Supply MAX macro for challenged platforms.
2009-11-25 Richard Jonesdaemon/Win32: Windows can't daemonize.
2009-11-25 Richard Jonesdaemon/Win32: Windows replacement for umask.
2009-11-25 Richard Jonesdaemon/Win32: Replace setenv with Win32 equivalent.
2009-11-25 Richard Jonesdaemon/Win32: Use xdr_u_int for PortableXDR compatibility.
2009-11-25 Richard Jonesdaemon/Win32: Don't bother blocking SIGPIPE on Win32.
2009-11-25 Richard Jonesdaemon/Win32: Use gnulib getaddrinfo module.
2009-11-25 Richard Jonesdaemon/Win32: Implement statvfs using GetDiskFreeSpaceEx.
2009-11-25 Richard Jonesdaemon: Move statvfs code into separate file.
2009-11-25 Richard Jonesdaemon: Use gnulib futimens module.
2009-11-25 Richard Jonesdaemon/Win32: Use gnulib pread module.
2009-11-25 Richard Jonessync: Windows implementation of sync() call.
2009-11-25 Richard Jonesdaemon: Alternate implementation of posix_fallocate.
2009-11-25 Richard Jonesdd: Missing include of <string.h>
2009-11-25 Richard Jonesdaemon/Windows: Define _WIN32_WINNT when compiling...
2009-11-25 Richard Jonesbuild: update gnulib submodule to latest
2009-11-25 Richard Jonesbuild: update gnulib submodule to latest
2009-11-25 Richard Jonessupermin: Die with an error if no kernels found (RHBZ...
2009-11-24 Richard JonesNew tool: virt-list-filesystems
2009-11-24 Richard Jonesavailability: Document how to check for single API...
2009-11-24 Richard Jonesavailability: Add a test for this call.
2009-11-24 Richard Jonesavailability: Clarify and fix documentation.
2009-11-24 Richard Jonesgenerator: Passing "" to StringList tests should turn...
2009-11-24 Richard Jonesdaemon: Fix return value from aug_defnode.
2009-11-23 Richard JonesImplement 'dd' command.
2009-11-22 Richard JonesUse STRPREFIX instead of STREQLEN.
2009-11-22 Richard Jonesgenerator: second parameter to upload is Dev_or_Path...
2009-11-21 Matthew Boothbuild: Add missing dependencies in perl directory
2009-11-21 Matthew Boothbuild: Ensure building appliance depends on guestfsd
2009-11-21 Matthew Boothbuild: Don't re-check generator.ml for each generator_b...
2009-11-21 Matthew Boothbuild: Rebuild the daemon as necessary from other direc...
2009-11-21 Richard JonesUpdate TODO file.
2009-11-20 Richard Jonesperl: Add Sys::Guestfs::Lib::feature_available
2009-11-20 Richard Jonesavailability: Skip tests when functions are not available.
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)
next