| Commit message (Expand) | Author | Age | Files | Lines |
* | generator: second parameter to upload is Dev_or_Path, not String. | Richard Jones | 2009-11-22 | 1 | -1/+1 |
* | availability: Skip tests when functions are not available. | Richard Jones | 2009-11-20 | 1 | -3/+23 |
* | availability: Add optional groups and implement guestfs_available call. | Richard Jones | 2009-11-20 | 1 | -62/+138 |
* | availability: Add guestfs_available. | Richard Jones | 2009-11-20 | 2 | -2/+61 |
* | build: Add missing dependency libguestfs.la->guestfs_protocol.h | Matthew Booth | 2009-11-20 | 1 | -0/+1 |
* | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exit | Jim Meyering | 2009-11-20 | 1 | -20/+20 |
* | generator: open Unix module by default. | Richard Jones | 2009-11-19 | 1 | -22/+23 |
* | syntax-check: Fix tab-vs-space issue in the generator. | Richard Jones | 2009-11-19 | 1 | -4/+4 |
* | build: Fix inter-directory dependencies | Matthew Booth | 2009-11-19 | 1 | -16/+19 |
* | generator: Acquire lock to prevent two parallel runs of the generator. | Richard Jones | 2009-11-19 | 1 | -6/+27 |
* | syntax-check: expand TABs in generator.ml | Jim Meyering | 2009-11-19 | 1 | -23/+23 |
* | BUILT_SOURCES now depends on running the generator. | Richard Jones | 2009-11-18 | 1 | -1/+1 |
* | 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 | 2 | -1/+14 |
* | Generate guestfs_protocol.x when stamp-generator updates | Matthew Booth | 2009-11-11 | 1 | -0/+2 |
* | Don't export STREQ and friends in <guestfs.h> | Richard Jones | 2009-11-10 | 5 | -10/+37 |
* | Fix problems found by 'make syntax check' | Richard Jones | 2009-11-10 | 1 | -1/+1 |
* | Print timestamped messages during appliance launch. | Richard Jones | 2009-11-10 | 1 | -0/+54 |
* | Record time of guest launch. | Richard Jones | 2009-11-10 | 1 | -6/+7 |
* | appliance: Prefix kernel messages with timestamp. | Richard Jones | 2009-11-10 | 1 | -0/+1 |
* | Generic partition creation interface. | Richard Jones | 2009-11-10 | 2 | -29/+231 |
* | 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 |