summaryrefslogtreecommitdiffstats
path: root/src/generator.ml
Commit message (Expand)AuthorAgeFilesLines
* Use mount-options instead of mount to avoid implicit -o sync.Richard Jones2010-02-101-17/+17
* New API call: initrd-cat to list a file from an initrd.Richard Jones2010-02-091-0/+17
* Implement 'vgrename' and 'lvrename' APIs.Richard Jones2010-01-281-0/+20
* guestfish: Use xstrtol to parse integers (RHBZ#557655).Richard Jones2010-01-251-4/+50
* Add 'filesize' call.Richard Jones2010-01-251-0/+12
* Use linker script to control visibility of symbols.Richard Jones2010-01-041-0/+46
* generator: Move all library generation code together.Richard Jones2010-01-041-1/+1
* generator: Print total lines of generated code.Richard Jones2010-01-041-2/+18
* C#: Add documentation about experimental nature of these bindings.Richard Jones2010-01-041-0/+28
* Experimental C# bindings.Richard Jones2010-01-021-5/+217
* Move guestfs(3) and guestfish(1) man pages into subdirectories.Richard Jones2009-12-311-4/+4
* generator: Move src/guestfs-bindtests.c next to other src/ files.Richard Jones2009-12-311-1/+1
* generator: Use Continuation Passing Style (CPS) in output_to function.Richard Jones2009-12-311-175/+56
* generator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.Richard Jones2009-12-311-38/+38
* generated code: Set copyright years to 2009-xxxx when current year > 2009.Richard Jones2009-12-311-4/+8
* Remove separate inspector_generator.ml, combine this with generator.ml.Richard Jones2009-12-311-2/+506
* generator: Comment and whitespace changes only.Richard Jones2009-12-311-17/+24
* Make realpath call optional, disable it for Windows.Richard Jones2009-11-261-1/+1
* availability: Add a test for this call.Richard Jones2009-11-241-1/+1
* availability: Clarify and fix documentation.Richard Jones2009-11-241-11/+12
* generator: Passing "" to StringList tests should turn into empty list.Richard Jones2009-11-241-0/+2
* Implement 'dd' command.Richard Jones2009-11-231-0/+16
* generator: second parameter to upload is Dev_or_Path, not String.Richard Jones2009-11-221-1/+1
* availability: Skip tests when functions are not available.Richard Jones2009-11-201-3/+23
* availability: Add optional groups and implement guestfs_available call.Richard Jones2009-11-201-62/+138
* availability: Add guestfs_available.Richard Jones2009-11-201-1/+60
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-201-20/+20
* generator: open Unix module by default.Richard Jones2009-11-191-22/+23
* syntax-check: Fix tab-vs-space issue in the generator.Richard Jones2009-11-191-4/+4
* generator: Acquire lock to prevent two parallel runs of the generator.Richard Jones2009-11-191-6/+27
* syntax-check: expand TABs in generator.mlJim Meyering2009-11-191-23/+23
* generator: Fix API of functions that return RBufferOutRichard Jones2009-11-181-9/+37
* fish: Improve output of guestfish -h cmdRichard Jones2009-11-171-3/+5
* New API call: fill - fill a file with octetsRichard Jones2009-11-171-0/+13
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+3
* Generic partition creation interface.Richard Jones2009-11-101-28/+230
* change strncasecmp() == 0 to STRCASEEQLEN()Jim Meyering2009-11-091-1/+1
* use STREQ, not strcmp: part 2Jim Meyering2009-11-091-8/+8
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-3/+3
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-091-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-6/+6
* indent with spaces, not TABsJim Meyering2009-11-091-9/+9
* haskell: Disambiguate truncate symbol.Richard Jones2009-11-091-0/+6
* ocaml: General improvements to generated code.Richard W.M. Jones2009-11-061-8/+29
* Allow callers to disable the recovery process.Richard Jones2009-11-031-0/+26
* New API call: preadRichard Jones2009-11-021-0/+11
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-021-0/+73
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-021-25/+148
* guestfish: Fix a third indentation problem.Richard Jones2009-11-021-1/+1
* guestfish: Another indentation fix.Richard Jones2009-11-021-1/+1