| Commit message (Expand) | Author | Age | Files | Lines |
* | Use mount-options instead of mount to avoid implicit -o sync. | Richard Jones | 2010-02-10 | 1 | -17/+17 |
* | New API call: initrd-cat to list a file from an initrd. | Richard Jones | 2010-02-09 | 1 | -0/+17 |
* | Implement 'vgrename' and 'lvrename' APIs. | Richard Jones | 2010-01-28 | 1 | -0/+20 |
* | guestfish: Use xstrtol to parse integers (RHBZ#557655). | Richard Jones | 2010-01-25 | 1 | -4/+50 |
* | Add 'filesize' call. | Richard Jones | 2010-01-25 | 1 | -0/+12 |
* | Use linker script to control visibility of symbols. | Richard Jones | 2010-01-04 | 1 | -0/+46 |
* | generator: Move all library generation code together. | Richard Jones | 2010-01-04 | 1 | -1/+1 |
* | generator: Print total lines of generated code. | Richard Jones | 2010-01-04 | 1 | -2/+18 |
* | C#: Add documentation about experimental nature of these bindings. | Richard Jones | 2010-01-04 | 1 | -0/+28 |
* | Experimental C# bindings. | Richard Jones | 2010-01-02 | 1 | -5/+217 |
* | Move guestfs(3) and guestfish(1) man pages into subdirectories. | Richard Jones | 2009-12-31 | 1 | -4/+4 |
* | generator: Move src/guestfs-bindtests.c next to other src/ files. | Richard Jones | 2009-12-31 | 1 | -1/+1 |
* | generator: Use Continuation Passing Style (CPS) in output_to function. | Richard Jones | 2009-12-31 | 1 | -175/+56 |
* | generator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus. | Richard Jones | 2009-12-31 | 1 | -38/+38 |
* | generated code: Set copyright years to 2009-xxxx when current year > 2009. | Richard Jones | 2009-12-31 | 1 | -4/+8 |
* | Remove separate inspector_generator.ml, combine this with generator.ml. | Richard Jones | 2009-12-31 | 1 | -2/+506 |
* | generator: Comment and whitespace changes only. | Richard Jones | 2009-12-31 | 1 | -17/+24 |
* | Make realpath call optional, disable it for Windows. | Richard Jones | 2009-11-26 | 1 | -1/+1 |
* | availability: Add a test for this call. | Richard Jones | 2009-11-24 | 1 | -1/+1 |
* | availability: Clarify and fix documentation. | Richard Jones | 2009-11-24 | 1 | -11/+12 |
* | generator: Passing "" to StringList tests should turn into empty list. | Richard Jones | 2009-11-24 | 1 | -0/+2 |
* | Implement 'dd' command. | Richard Jones | 2009-11-23 | 1 | -0/+16 |
* | 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 | 1 | -1/+60 |
* | 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 |
* | 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 |
* | 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 |