2009-11-26 |
Richard Jones | daemon: Move prototypes around to keep functions groupe... |
tree | commitdiff |
2009-11-26 |
Richard Jones | Fix error handling in 'zero' function. |
tree | commitdiff |
2009-11-26 |
Richard Jones | Make realpath call optional, disable it for Windows. |
tree | commitdiff |
2009-11-26 |
Richard Jones | build: update gnulib submodule to latest |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon: program_name must be defined for Gnulib error... |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon/Win32: use gnulib modules connect, socket and... |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon/Win32: provide htonl, htons, ntohl, ntohs functions. |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon/Win32: Use Gnulib perror module. |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon: Link guestfs_protocol.[ch] into the daemon... |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon: Typo generator_build -> generator_built |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon: Indent C macros to reflect nesting level. |
tree | commitdiff |
2009-11-26 |
Richard Jones | daemon/Win32: Win32 can't fork message moved to separat... |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon: Fix build on Unix. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon: Fix sync() call on Unix. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: update comment |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Supply MAX macro for challenged platforms. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Windows can't daemonize. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Windows replacement for umask. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Replace setenv with Win32 equivalent. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Use xdr_u_int for PortableXDR compatibility. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Don't bother blocking SIGPIPE on Win32. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Use gnulib getaddrinfo module. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Implement statvfs using GetDiskFreeSpaceEx. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon: Move statvfs code into separate file. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon: Use gnulib futimens module. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Win32: Use gnulib pread module. |
tree | commitdiff |
2009-11-25 |
Richard Jones | sync: Windows implementation of sync() call. |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon: Alternate implementation of posix_fallocate. |
tree | commitdiff |
2009-11-25 |
Richard Jones | dd: Missing include of <string.h> |
tree | commitdiff |
2009-11-25 |
Richard Jones | daemon/Windows: Define _WIN32_WINNT when compiling... |
tree | commitdiff |
2009-11-24 |
Richard Jones | daemon: Fix return value from aug_defnode. |
tree | commitdiff |
2009-11-23 |
Richard Jones | Implement 'dd' command. |
tree | commitdiff |
2009-11-22 |
Richard Jones | Use STRPREFIX instead of STREQLEN. |
tree | commitdiff |
2009-11-21 |
Matthew Booth | build: Don't re-check generator.ml for each generator_b... |
tree | commitdiff |
2009-11-20 |
Richard Jones | availability: Add optional groups and implement guestfs... |
tree | commitdiff |
2009-11-20 |
Richard Jones | availability: Add guestfs_available. |
tree | commitdiff |
2009-11-20 |
Richard Jones | daemon/Win32: Use gnulib modules for first porting... |
tree | commitdiff |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and... |
tree | commitdiff |
2009-11-20 |
Jim Meyering | maint: remove unnecessary include of openat.h |
tree | commitdiff |
2009-11-20 |
Richard Jones | build: update gnulib submodule to latest |
tree | commitdiff |
2009-11-20 |
Richard Jones | daemon/gnulib: Include glob module. |
tree | commitdiff |
2009-11-20 |
Richard Jones | daemon/Win32: Don't include missing headers. |
tree | commitdiff |
2009-11-20 |
Richard Jones | daemon/Win32: make some functions and fields optional. |
tree | commitdiff |
2009-11-20 |
Richard Jones | daemon/Win32: NAME_MAX does not exist on Windows, use... |
tree | commitdiff |
2009-11-20 |
Richard Jones | daemon: Missing #includes revealed by cross-compiling. |
tree | commitdiff |
2009-11-20 |
Richard Jones | daemon/Win32: Ignore mingw32-config.cache. |
tree | commitdiff |
2009-11-19 |
Matthew Booth | build: Fix inter-directory dependencies |
tree | commitdiff |
2009-11-18 |
Richard Jones | daemon/RHEL: Choose correct udev settle script. |
tree | commitdiff |
2009-11-17 |
Richard Jones | New API call: fill - fill a file with octets |
tree | commitdiff |
2009-11-10 |
Richard Jones | Fix problems found by 'make syntax check' |
tree | commitdiff |
2009-11-10 |
Richard Jones | Generic partition creation interface. |
tree | commitdiff |
2009-11-10 |
Richard Jones | Fix compilation when Augeas is not present. |
tree | commitdiff |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 2 |
tree | commitdiff |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 1 |
tree | commitdiff |
2009-11-09 |
Jim Meyering | change strncmp() == 0 to STREQLEN() |
tree | commitdiff |
2009-11-09 |
Jim Meyering | change strncmp(...) != 0 to STRNEQLEN(...) |
tree | commitdiff |
2009-11-09 |
Jim Meyering | convert uses of strcasecmp to STRCASEEQ |
tree | commitdiff |
2009-11-09 |
Jim Meyering | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc. |
tree | commitdiff |
2009-11-09 |
Jim Meyering | indent with spaces, not TABs |
tree | commitdiff |
2009-11-09 |
Richard Jones | appliance: Enhance mkfs to support many more filesystem... |
tree | commitdiff |
2009-11-09 |
Richard Jones | Fix prototype of commandv to match prototype of commandrv. |
tree | commitdiff |
2009-11-09 |
Richard W.M. Jones | daemon: Always reflect command stderr to stderr when... |
tree | commitdiff |
2009-11-09 |
Richard W.M. Jones | daemon: Add flags argument to command*() functions. |
tree | commitdiff |
2009-11-04 |
Richard Jones | daemon: Build daemon with AC_SYS_LARGEFILE. |
tree | commitdiff |
2009-11-04 |
Richard Jones | daemon: When running external commands, open stdin... |
tree | commitdiff |
2009-11-02 |
Richard Jones | New API call: pread |
tree | commitdiff |
2009-11-02 |
Richard Jones | New API calls: lstatlist, lxattrlist, readlinklist. |
tree | commitdiff |
2009-11-02 |
Richard Jones | New API calls: truncate, truncate_size, mkdir_mode... |
tree | commitdiff |
2009-11-02 |
Richard Jones | daemon: Don't warn on -Wunsafe-loop-optimizations. |
tree | commitdiff |
2009-10-26 |
Richard Jones | New API: vfs_type - get the Linux VFS driver for a... |
tree | commitdiff |
2009-10-26 |
Richard Jones | daemon: Change chdir to use openat/fdopendir. |
tree | commitdiff |
2009-10-26 |
Richard Jones | New API: case-sensitive-path to return case sensitive... |
tree | commitdiff |
2009-10-20 |
Richard Jones | Tab to space fixes, now passes 'make syntax-check' |
tree | commitdiff |
2009-10-20 |
Richard Jones | guestfs_find: Fix memory leak of sysrootdir. |
tree | commitdiff |
2009-10-20 |
Richard Jones | New API: find0 (unlimited version of find) |
tree | commitdiff |
2009-09-24 |
Jim Meyering | avoid use of all ctype macros |
tree | commitdiff |
2009-09-22 |
Richard Jones | Flexible guestfs_vmchannel parameter for future appliances. |
tree | commitdiff |
2009-09-22 |
Richard Jones | Rearrange and tidy up code in guestfsd.c |
tree | commitdiff |
2009-09-17 |
Richard Jones | Fix code which looked for leaked FDs between each command. |
tree | commitdiff |
2009-09-17 |
Richard Jones | Remove explicit guestfs=10.0.2.4:6666 kernel command... |
tree | commitdiff |
2009-09-17 |
Richard Jones | Daemon: fix handling of errors from xread and xwrite. |
tree | commitdiff |
2009-09-17 |
Richard Jones | Fix verbose packet dumping functions. |
tree | commitdiff |
2009-09-17 |
Richard Jones | 'len' should be an unsigned 32 bit int. |
tree | commitdiff |
2009-09-14 |
Matthew Booth | Add echo_daemon command |
tree | commitdiff |
2009-09-09 |
Richard Jones | Ignore some more m4 files. |
tree | commitdiff |
2009-08-20 |
Jim Meyering | daemon: diagnose socket write failure |
tree | commitdiff |
2009-08-19 |
Richard W.M. Jones | mke2fs: Use e4fsprogs programs if available. |
tree | commitdiff |
2009-08-18 |
Matthew Booth | New 'modprobe' command. |
tree | commitdiff |
2009-08-18 |
Richard Jones | Implement 'debug ls' and 'debug ll' commands. |
tree | commitdiff |
2009-08-17 |
Richard W.M. Jones | Ignore manywarnings.m4 / warnings.m4. |
tree | commitdiff |
2009-08-17 |
Richard W.M. Jones | Remove redundant macro. |
tree | commitdiff |
2009-08-17 |
Jim Meyering | indent with spaces, not TABs |
tree | commitdiff |
2009-08-17 |
Jim Meyering | daemon: enable -Werror and many gcc warnings when ... |
tree | commitdiff |
2009-08-17 |
Jim Meyering | xattr.c: avoid warning about comparison between signed... |
tree | commitdiff |
2009-08-17 |
Jim Meyering | guestfsd: don't ignore failed write-to-socket |
tree | commitdiff |
2009-08-17 |
Jim Meyering | daemon.h: avoid warning about possible noreturn function |
tree | commitdiff |
2009-08-17 |
Jim Meyering | sfdisk.c, fallocate.c: use a string literal as format |
tree | commitdiff |
2009-08-17 |
Jim Meyering | wc, blockdev: avoid warnings about discarding "const... |
tree | commitdiff |
2009-08-17 |
Jim Meyering | daemon/zero: don't ignore write and close errors |
tree | commitdiff |
2009-08-17 |
Jim Meyering | guestfsd.c: don't perform arithmetic on void pointers |
tree | commitdiff |
next |