hivex: Print header fields. Print all offsets in hex (in debug output).
[libguestfs.git] / daemon /
2010-01-13 Richard JonesUpdate to latest Gnulib.
2009-12-18 Richard Jonesdaemon: Work around udevsettle issue (RHBZ#548121).
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 Jonesdaemon: Move prototypes around to keep functions groupe...
2009-11-26 Richard JonesFix error handling in 'zero' function.
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 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-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-21 Matthew Boothbuild: Don't re-check generator.ml for each generator_b...
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 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 Matthew Boothbuild: Fix inter-directory dependencies
2009-11-18 Richard Jonesdaemon/RHEL: Choose correct udev settle script.
2009-11-17 Richard JonesNew API call: fill - fill a file with octets
2009-11-10 Richard JonesFix problems found by 'make syntax check'
2009-11-10 Richard JonesGeneric partition creation interface.
2009-11-10 Richard JonesFix compilation when Augeas is not present.
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 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 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. Jonesdaemon: Always reflect command stderr to stderr when...
2009-11-09 Richard W.M. Jonesdaemon: Add flags argument to command*() functions.
2009-11-04 Richard Jonesdaemon: Build daemon with AC_SYS_LARGEFILE.
2009-11-04 Richard Jonesdaemon: When running external commands, open stdin...
2009-11-02 Richard JonesNew API call: pread
2009-11-02 Richard JonesNew API calls: lstatlist, lxattrlist, readlinklist.
2009-11-02 Richard JonesNew API calls: truncate, truncate_size, mkdir_mode...
2009-11-02 Richard Jonesdaemon: Don't warn on -Wunsafe-loop-optimizations.
2009-10-26 Richard JonesNew API: vfs_type - get the Linux VFS driver for a...
2009-10-26 Richard Jonesdaemon: Change chdir to use openat/fdopendir.
2009-10-26 Richard JonesNew API: case-sensitive-path to return case sensitive...
2009-10-20 Richard JonesTab to space fixes, now passes 'make syntax-check'
2009-10-20 Richard Jonesguestfs_find: Fix memory leak of sysrootdir.
2009-10-20 Richard JonesNew API: find0 (unlimited version of find)
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-22 Richard JonesFlexible guestfs_vmchannel parameter for future appliances.
2009-09-22 Richard JonesRearrange and tidy up code in guestfsd.c
2009-09-17 Richard JonesFix code which looked for leaked FDs between each command.
2009-09-17 Richard JonesRemove explicit guestfs=10.0.2.4:6666 kernel command...
2009-09-17 Richard JonesDaemon: fix handling of errors from xread and xwrite.
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-09-17 Richard Jones'len' should be an unsigned 32 bit int.
2009-09-14 Matthew BoothAdd echo_daemon command
2009-09-09 Richard JonesIgnore some more m4 files.
2009-08-20 Jim Meyeringdaemon: diagnose socket write failure
2009-08-19 Richard W.M. Jonesmke2fs: Use e4fsprogs programs if available.
2009-08-18 Matthew BoothNew 'modprobe' command.
2009-08-18 Richard JonesImplement 'debug ls' and 'debug ll' commands.
2009-08-17 Richard W.M. JonesIgnore manywarnings.m4 / warnings.m4.
2009-08-17 Richard W.M. JonesRemove redundant macro.
2009-08-17 Jim Meyeringindent with spaces, not TABs
2009-08-17 Jim Meyeringdaemon: enable -Werror and many gcc warnings when ...
2009-08-17 Jim Meyeringxattr.c: avoid warning about comparison between signed...
next