libguestfs.git
2009-12-31 Richard Jonesgenerator: Use Continuation Passing Style (CPS) in...
2009-12-31 Richard Jonesgenerator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.
2009-12-31 Richard Jonesgenerated code: Set copyright years to 2009-xxxx when...
2009-12-31 Richard JonesRemove separate inspector_generator.ml, combine this...
2009-12-31 Richard Jonesgenerator: Comment and whitespace changes only.
2009-12-18 Richard Jonesdaemon: Work around udevsettle issue (RHBZ#548121).
2009-12-16 Richard JonesPrepare for 1.0.80. 1.0.80
2009-12-16 Richard JonesInclude latest Polish translations (Piotr Drąg, RHBZ...
2009-12-16 Richard JonesUpdate PO files.
2009-12-16 Richard Jonesbuild: Fix typo in filename.
2009-12-16 Richard Jonesbuild: Remove references to old contrib/ files which...
2009-12-16 Richard Jonesappliance: Special case handling for libbfd in the...
2009-12-16 Richard Jonesappliance: Ignore unreadable dbus helper programs.
2009-12-07 Richard Joneslib: Link with $(LTLIBTHREAD), required by Gnulib lock...
2009-12-07 Matthew Boothappliance: Fix code which gets list of kernels.
2009-12-07 Jim Meyeringaccommodate leading "+" in git submodule output
2009-12-07 Richard Joneslib: Add thread-safety to global list of handles.
2009-12-07 Richard Jonesdaemon error handling: Define a new function reply_with...
2009-12-07 Richard Jonesdaemon error handling: recursive_mkdir shouldn't need...
2009-12-04 Richard Jonesdaemon error handling: Clear errno before calling stub...
2009-11-27 Richard JonesWhitespace change.
2009-11-26 Richard Jonesvirt-rescue: Freshen documentation.
2009-11-26 Richard Jonesguestfish: Freshen documentation.
2009-11-26 Richard Jonesdaemon: Move prototypes around to keep functions groupe...
2009-11-26 Richard JonesFix error handling in 'zero' function.
2009-11-26 Richard Jonesdaemon/Win32: Add contributed test script to test daemo...
2009-11-26 Richard JonesIgnore guestfsd.exe (Windows daemon).
2009-11-26 Richard JonesRemove old contrib/febootstrap directory.
2009-11-26 Richard JonesUpdate PO files.
2009-11-26 Richard JonesMake realpath call optional, disable it for Windows.
2009-11-26 Richard Jonesbuild: update gnulib submodule to latest
2009-11-26 Richard Jonesdaemon: program_name must be defined for Gnulib error...
2009-11-26 Richard Jonesdaemon/Win32: use gnulib modules connect, socket and...
2009-11-26 Richard Jonesdaemon/Win32: provide htonl, htons, ntohl, ntohs functions.
2009-11-26 Richard Jonesdaemon/Win32: Use Gnulib perror module.
2009-11-26 Richard Jonesdaemon: Link guestfs_protocol.[ch] into the daemon...
2009-11-26 Richard Jonesdaemon: Typo generator_build -> generator_built
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.
next