| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add echo_daemon command | Matthew Booth | 2009-09-14 | 2 | -0/+74 |
* | Ignore some more m4 files. | Richard Jones | 2009-09-09 | 1 | -0/+1 |
* | daemon: diagnose socket write failure | Jim Meyering | 2009-08-20 | 4 | -9/+19 |
* | mke2fs: Use e4fsprogs programs if available. | Richard W.M. Jones | 2009-08-19 | 1 | -3/+46 |
* | New 'modprobe' command. | Matthew Booth | 2009-08-18 | 2 | -0/+41 |
* | Implement 'debug ls' and 'debug ll' commands. | Richard Jones | 2009-08-18 | 2 | -3/+64 |
* | Ignore manywarnings.m4 / warnings.m4. | Richard W.M. Jones | 2009-08-17 | 1 | -0/+2 |
* | Remove redundant macro. | Richard W.M. Jones | 2009-08-17 | 1 | -2/+0 |
* | indent with spaces, not TABs | Jim Meyering | 2009-08-17 | 3 | -19/+19 |
* | daemon: enable -Werror and many gcc warnings when --enable-gcc-warnings | Jim Meyering | 2009-08-17 | 3 | -2/+66 |
* | xattr.c: avoid warning about comparison between signed and unsigned | Jim Meyering | 2009-08-17 | 1 | -4/+6 |
* | guestfsd: don't ignore failed write-to-socket | Jim Meyering | 2009-08-17 | 1 | -1/+1 |
* | daemon.h: avoid warning about possible noreturn function | Jim Meyering | 2009-08-17 | 1 | -1/+1 |
* | sfdisk.c, fallocate.c: use a string literal as format | Jim Meyering | 2009-08-17 | 2 | -3/+3 |
* | wc, blockdev: avoid warnings about discarding "const" qualifiers | Jim Meyering | 2009-08-17 | 2 | -2/+2 |
* | daemon/zero: don't ignore write and close errors | Jim Meyering | 2009-08-17 | 1 | -4/+14 |
* | guestfsd.c: don't perform arithmetic on void pointers | Jim Meyering | 2009-08-17 | 1 | -2/+4 |
* | command.c: avoid shadowing a global function | Jim Meyering | 2009-08-17 | 1 | -4/+4 |
* | avoid warning about old-style no-param function definition | Jim Meyering | 2009-08-17 | 2 | -3/+3 |
* | adjust const "**" pointers to avoid warnings | Jim Meyering | 2009-08-17 | 8 | -35/+31 |
* | New commands: mkfs-b, mke2journal*, mke2fs-J* | Richard W.M. Jones | 2009-08-15 | 4 | -17/+218 |