| Commit message (Expand) | Author | Age | Files | Lines |
| * | generator: Fix API of functions that return RBufferOut | Richard Jones | 2009-11-18 | 1 | -9/+37 |
| * | fish: Improve output of guestfish -h cmd | Richard Jones | 2009-11-17 | 1 | -3/+5 |
| * | New API call: fill - fill a file with octets | Richard Jones | 2009-11-17 | 1 | -0/+13 |
| * | Don't export STREQ and friends in <guestfs.h> | Richard Jones | 2009-11-10 | 1 | -0/+3 |
| * | Generic partition creation interface. | Richard Jones | 2009-11-10 | 1 | -28/+230 |
| * | 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 | 1 | -3/+3 |
| * | 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 |
| * | 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 |
| * | Allow callers to disable the recovery process. | Richard Jones | 2009-11-03 | 1 | -0/+26 |
| * | New API call: pread | Richard Jones | 2009-11-02 | 1 | -0/+11 |
| * | New API calls: lstatlist, lxattrlist, readlinklist. | Richard Jones | 2009-11-02 | 1 | -0/+73 |
| * | New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown. | Richard Jones | 2009-11-02 | 1 | -25/+148 |
| * | 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 | 1 | -0/+12 |
| * | 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 | 1 | -0/+58 |
| * | New API: find0 (unlimited version of find) | Richard Jones | 2009-10-20 | 1 | -1/+36 |
| * | 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 | 1 | -5/+5 |
| * | 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 | 1 | -0/+25 |
| * | Remove guestfs_wait_ready (turn it into a no-op). | Richard Jones | 2009-09-21 | 1 | -17/+11 |
| * | Remove main loop. | Richard Jones | 2009-09-14 | 1 | -149/+63 |
| * | 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 | 1 | -0/+74 |
| * | Non-daemon actions indirect through generated code. | Richard Jones | 2009-09-14 | 1 | -3/+34 |
| * | Add echo_daemon command | Matthew Booth | 2009-09-14 | 1 | -0/+13 |
| * | generator.ml: Fix string list memory leak | Matthew Booth | 2009-09-11 | 1 | -1/+10 |
| * | generator.ml: avoid a warning about signed overflow in tests.c | Jim Meyering | 2009-08-28 | 1 | -4/+4 |
| * | generator.ml: avoid defined-but-not-used warnings in guestfs_c_actions.c | Jim Meyering | 2009-08-28 | 1 | -21/+32 |
| * | generator.ml: avoid warnings in generated ocaml/guestfs_c_actions.c | Jim Meyering | 2009-08-28 | 1 | -0/+7 |
| * | generator.ml: avoid signed/unsigned-comparison warning in fish/cmds.c | Jim Meyering | 2009-08-21 | 1 | -2/+2 |
| * | tests: namemax on ISO devices is 2551.0.68 | Richard Jones | 2009-08-19 | 1 | -1/+1 |
| * | tests: Use ISO instead of squashfs. | Richard Jones | 2009-08-19 | 1 | -67/+67 |
| * | tests: modprobe fat instead of ext2 module. | Richard W.M. Jones | 2009-08-19 | 1 | -1/+1 |
| * | avoid build failure due to Haskell keyword clash | Jim Meyering | 2009-08-19 | 1 | -3/+32 |
| * | build: Comment out some unused macros. | Richard Jones | 2009-08-19 | 1 | -3/+3 |
| * | generator.ml: suppress signed/unsigned-compare warnings | Jim Meyering | 2009-08-18 | 1 | -1/+1 |
| * | New 'modprobe' command. | Matthew Booth | 2009-08-18 | 1 | -0/+9 |
| * | generator: Small code rearrangement. | Richard Jones | 2009-08-18 | 1 | -3/+5 |
| * | generator.ml: do not emit unused print_* functions | Jim Meyering | 2009-08-18 | 1 | -5/+12 |