| Commit message (Expand) | Author | Age | Files | Lines |
* | change strncasecmp() == 0 to STRCASEEQLEN() | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | use STREQ, not strcmp: part 2 | Jim Meyering | 2009-11-09 | 1 | -8/+8 |
* | use STREQ, not strcmp: part 1 | Jim Meyering | 2009-11-09 | 2 | -12/+12 |
* | change strncmp(...) != 0 to STRNEQLEN(...) | Jim Meyering | 2009-11-09 | 1 | -1/+1 |
* | convert uses of strcasecmp to STRCASEEQ | Jim Meyering | 2009-11-09 | 1 | -6/+6 |
* | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc. | Jim Meyering | 2009-11-09 | 1 | -0/+10 |
* | indent with spaces, not TABs | Jim Meyering | 2009-11-09 | 1 | -9/+9 |
* | haskell: Disambiguate truncate symbol. | Richard Jones | 2009-11-09 | 1 | -0/+6 |
* | ocaml: General improvements to generated code. | Richard W.M. Jones | 2009-11-06 | 1 | -8/+29 |
* | Don't update appliance after running generator. | Richard Jones | 2009-11-05 | 1 | -4/+0 |
* | Allow callers to disable the recovery process. | Richard Jones | 2009-11-03 | 2 | -26/+71 |
* | New API call: pread | Richard Jones | 2009-11-02 | 2 | -1/+12 |
* | New API calls: lstatlist, lxattrlist, readlinklist. | Richard Jones | 2009-11-02 | 2 | -1/+74 |
* | New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown. | Richard Jones | 2009-11-02 | 2 | -26/+149 |
* | guestfish: Fix a third indentation problem. | Richard Jones | 2009-11-02 | 1 | -1/+1 |
* | guestfish: Another indentation fix. | Richard Jones | 2009-11-02 | 1 | -1/+1 |
* | guestfish: Fix printing of buffers in structs. | Richard Jones | 2009-11-02 | 1 | -2/+2 |
* | Fix rstructs_used handling in guestfish generated code. | Richard Jones | 2009-11-02 | 1 | -17/+7 |
* | New API: vfs_type - get the Linux VFS driver for a mounted device. | Richard Jones | 2009-10-26 | 2 | -1/+13 |
* | guestfish: Add win: prefix to use Windows paths. | Richard Jones | 2009-10-26 | 1 | -4/+12 |
* | New API: case-sensitive-path to return case sensitive path on NTFS 3g fs | Richard Jones | 2009-10-26 | 2 | -1/+59 |
* | Set LC_ALL=C before running qemu. | Richard Jones | 2009-10-21 | 1 | -2/+4 |
* | New API: find0 (unlimited version of find) | Richard Jones | 2009-10-20 | 2 | -2/+37 |
* | guestfs_find: Document protocol limits for this API call. | Richard Jones | 2009-10-20 | 1 | -1/+1 |
* | avoid use of all ctype macros | Jim Meyering | 2009-09-24 | 2 | -7/+7 |
* | maint: use spaces, not TABs for indentation | Jim Meyering | 2009-09-24 | 1 | -24/+24 |
* | Add direct appliance mode flag and implementation. | Richard Jones | 2009-09-23 | 2 | -33/+94 |
* | Change handling of spaces on Linux kernel command line. | Richard Jones | 2009-09-22 | 1 | -8/+8 |
* | Implement "null vmchannel" - no vmchannel needed! | Richard Jones | 2009-09-22 | 1 | -64/+297 |
* | Flexible guestfs_vmchannel parameter for future appliances. | Richard Jones | 2009-09-22 | 1 | -0/+4 |
* | Make GUESTFWD_PORT into a string. | Richard Jones | 2009-09-21 | 1 | -4/+4 |
* | Remove unnecessary extra space from qemu command line. | Richard Jones | 2009-09-21 | 1 | -1/+1 |
* | Remove guestfs_wait_ready (turn it into a no-op). | Richard Jones | 2009-09-21 | 2 | -49/+41 |
* | Combine temporary buffers. | Richard Jones | 2009-09-21 | 1 | -7/+5 |
* | Rearrange qemu command line order (no functional change). | Richard Jones | 2009-09-21 | 1 | -29/+30 |
* | Enable new-style -chardev ... guestfwd command line. | Richard Jones | 2009-09-18 | 1 | -20/+26 |
* | Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter. | Richard Jones | 2009-09-17 | 1 | -6/+4 |
* | Fix verbose packet dumping functions. | Richard Jones | 2009-09-17 | 1 | -7/+7 |
* | Fix comparison between signed and unsigned (for RHEL 5).1.0.69 | Richard Jones | 2009-09-15 | 1 | -1/+1 |
* | Move guestfs-internal-actions.h to EXTRA_DIST. | Richard Jones | 2009-09-14 | 1 | -2/+2 |
* | Remove main loop. | Richard Jones | 2009-09-14 | 3 | -1082/+551 |
* | Don't enable trace in set_trace test. | Richard Jones | 2009-09-14 | 1 | -2/+2 |
* | guestfish: Enable grouping in string lists | Matthew Booth | 2009-09-14 | 1 | -1/+2 |
* | Add command trace functionality. | Richard Jones | 2009-09-14 | 2 | -0/+91 |
* | Non-daemon actions indirect through generated code. | Richard Jones | 2009-09-14 | 3 | -35/+68 |
* | Add echo_daemon command | Matthew Booth | 2009-09-14 | 2 | -1/+14 |
* | generator.ml: Fix string list memory leak | Matthew Booth | 2009-09-11 | 1 | -1/+10 |
* | maint: guestfs.c: avoid warning about possible NULL deref from llvm/clang | Jim Meyering | 2009-08-31 | 1 | -1/+1 |
* | maint: guestfs.c: remove unnecessary initialization | Jim Meyering | 2009-08-31 | 1 | -1/+1 |
* | generator.ml: avoid a warning about signed overflow in tests.c | Jim Meyering | 2009-08-28 | 1 | -4/+4 |