| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Don't re-check generator.ml for each generator_built in daemon directory | Matthew Booth | 2009-11-21 | 1 | -1/+2 |
* | availability: Add optional groups and implement guestfs_available call. | Richard Jones | 2009-11-20 | 15 | -80/+214 |
* | availability: Add guestfs_available. | Richard Jones | 2009-11-20 | 2 | -0/+39 |
* | daemon/Win32: Use gnulib modules for first porting to Win32. | Richard Jones | 2009-11-20 | 6 | -14/+44 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit | Jim Meyering | 2009-11-20 | 2 | -28/+28 |
* | maint: remove unnecessary include of openat.h | Jim Meyering | 2009-11-20 | 1 | -2/+0 |
* | build: update gnulib submodule to latest | Richard Jones | 2009-11-20 | 1 | -0/+17 |
* | daemon/gnulib: Include glob module. | Richard Jones | 2009-11-20 | 2 | -1/+18 |
* | daemon/Win32: Don't include missing headers. | Richard Jones | 2009-11-20 | 1 | -3/+15 |
* | daemon/Win32: make some functions and fields optional. | Richard Jones | 2009-11-20 | 5 | -4/+98 |
* | daemon/Win32: NAME_MAX does not exist on Windows, use FILENAME_MAX instead. | Richard Jones | 2009-11-20 | 1 | -0/+5 |
* | daemon: Missing #includes revealed by cross-compiling. | Richard Jones | 2009-11-20 | 4 | -0/+4 |
* | daemon/Win32: Ignore mingw32-config.cache. | Richard Jones | 2009-11-20 | 1 | -0/+1 |
* | build: Fix inter-directory dependencies | Matthew Booth | 2009-11-19 | 1 | -5/+21 |
* | daemon/RHEL: Choose correct udev settle script. | Richard Jones | 2009-11-18 | 1 | -1/+21 |
* | New API call: fill - fill a file with octets | Richard Jones | 2009-11-17 | 2 | -0/+77 |
* | Fix problems found by 'make syntax check' | Richard Jones | 2009-11-10 | 1 | -43/+43 |
* | Generic partition creation interface. | Richard Jones | 2009-11-10 | 2 | -0/+358 |
* | Fix compilation when Augeas is not present. | Richard Jones | 2009-11-10 | 1 | -1/+1 |
* | use STREQ, not strcmp: part 2 | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 9 | -15/+15 |
* | change strncmp() == 0 to STREQLEN() | Jim Meyering | 2009-11-09 | 7 | -12/+12 |
* | change strncmp(...) != 0 to STRNEQLEN(...) | Jim Meyering | 2009-11-09 | 2 | -2/+2 |
* | convert uses of strcasecmp to STRCASEEQ | Jim Meyering | 2009-11-09 | 3 | -9/+9 |
* | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc. | Jim Meyering | 2009-11-09 | 1 | -0/+10 |
* | indent with spaces, not TABs | Jim Meyering | 2009-11-09 | 2 | -17/+17 |
* | appliance: Enhance mkfs to support many more filesystem types. | Richard Jones | 2009-11-09 | 1 | -17/+62 |
* | Fix prototype of commandv to match prototype of commandrv. | Richard Jones | 2009-11-09 | 5 | -7/+8 |
* | daemon: Always reflect command stderr to stderr when debugging. | Richard W.M. Jones | 2009-11-09 | 1 | -9/+16 |
* | daemon: Add flags argument to command*() functions. | Richard W.M. Jones | 2009-11-09 | 2 | -18/+51 |
* | daemon: Build daemon with AC_SYS_LARGEFILE. | Richard Jones | 2009-11-04 | 1 | -0/+3 |
* | daemon: When running external commands, open stdin as /dev/null | Richard Jones | 2009-11-04 | 1 | -0/+1 |
* | New API call: pread | Richard Jones | 2009-11-02 | 1 | -0/+52 |
* | New API calls: lstatlist, lxattrlist, readlinklist. | Richard Jones | 2009-11-02 | 3 | -0/+324 |
* | New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown. | Richard Jones | 2009-11-02 | 5 | -0/+182 |
* | daemon: Don't warn on -Wunsafe-loop-optimizations. | Richard Jones | 2009-11-02 | 1 | -0/+2 |
* | New API: vfs_type - get the Linux VFS driver for a mounted device. | Richard Jones | 2009-10-26 | 2 | -0/+54 |
* | daemon: Change chdir to use openat/fdopendir. | Richard Jones | 2009-10-26 | 3 | -9/+67 |
* | New API: case-sensitive-path to return case sensitive path on NTFS 3g fs | Richard Jones | 2009-10-26 | 1 | -0/+122 |
* | Tab to space fixes, now passes 'make syntax-check' | Richard Jones | 2009-10-20 | 1 | -5/+4 |
* | guestfs_find: Fix memory leak of sysrootdir. | Richard Jones | 2009-10-20 | 1 | -0/+1 |
* | New API: find0 (unlimited version of find) | Richard Jones | 2009-10-20 | 1 | -0/+99 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 5 | -12/+13 |
* | Flexible guestfs_vmchannel parameter for future appliances. | Richard Jones | 2009-09-22 | 1 | -34/+137 |
* | Rearrange and tidy up code in guestfsd.c | Richard Jones | 2009-09-22 | 1 | -30/+74 |
* | Fix code which looked for leaked FDs between each command. | Richard Jones | 2009-09-17 | 2 | -5/+6 |
* | Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter. | Richard Jones | 2009-09-17 | 1 | -57/+21 |
* | Daemon: fix handling of errors from xread and xwrite. | Richard Jones | 2009-09-17 | 3 | -10/+17 |
* | Fix verbose packet dumping functions. | Richard Jones | 2009-09-17 | 2 | -3/+11 |
* | 'len' should be an unsigned 32 bit int. | Richard Jones | 2009-09-17 | 1 | -1/+1 |