summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* syntax-check: expand TABs in generator.mlJim Meyering2009-11-191-23/+23
* BUILT_SOURCES now depends on running the generator.Richard Jones2009-11-181-1/+1
* 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-172-1/+14
* Generate guestfs_protocol.x when stamp-generator updatesMatthew Booth2009-11-111-0/+2
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-105-10/+37
* Fix problems found by 'make syntax check'Richard Jones2009-11-101-1/+1
* Print timestamped messages during appliance launch.Richard Jones2009-11-101-0/+54
* Record time of guest launch.Richard Jones2009-11-101-6/+7
* appliance: Prefix kernel messages with timestamp.Richard Jones2009-11-101-0/+1
* Generic partition creation interface.Richard Jones2009-11-102-29/+231
* 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-092-12/+12
* change strncmp(...) != 0 to STRNEQLEN(...)Jim Meyering2009-11-091-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-6/+6
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-091-0/+10
* 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
* Don't update appliance after running generator.Richard Jones2009-11-051-4/+0
* Allow callers to disable the recovery process.Richard Jones2009-11-032-26/+71
* New API call: preadRichard Jones2009-11-022-1/+12
* New API calls: lstatlist, lxattrlist, readlinklist.Richard Jones2009-11-022-1/+74
* New API calls: truncate, truncate_size, mkdir_mode, utimens, lchown.Richard Jones2009-11-022-26/+149
* guestfish: Fix a third indentation problem.Richard Jones2009-11-021-1/+1
* guestfish: Another indentation fix.Richard Jones2009-11-021-1/+1
* guestfish: Fix printing of buffers in structs.Richard Jones2009-11-021-2/+2
* Fix rstructs_used handling in guestfish generated code.Richard Jones2009-11-021-17/+7
* New API: vfs_type - get the Linux VFS driver for a mounted device.Richard Jones2009-10-262-1/+13
* guestfish: Add win: prefix to use Windows paths.Richard Jones2009-10-261-4/+12
* New API: case-sensitive-path to return case sensitive path on NTFS 3g fsRichard Jones2009-10-262-1/+59
* Set LC_ALL=C before running qemu.Richard Jones2009-10-211-2/+4
* New API: find0 (unlimited version of find)Richard Jones2009-10-202-2/+37
* guestfs_find: Document protocol limits for this API call.Richard Jones2009-10-201-1/+1
* avoid use of all ctype macrosJim Meyering2009-09-242-7/+7
* maint: use spaces, not TABs for indentationJim Meyering2009-09-241-24/+24
* Add direct appliance mode flag and implementation.Richard Jones2009-09-232-33/+94
* Change handling of spaces on Linux kernel command line.Richard Jones2009-09-221-8/+8
* Implement "null vmchannel" - no vmchannel needed!Richard Jones2009-09-221-64/+297
* Flexible guestfs_vmchannel parameter for future appliances.Richard Jones2009-09-221-0/+4
* Make GUESTFWD_PORT into a string.Richard Jones2009-09-211-4/+4
* Remove unnecessary extra space from qemu command line.Richard Jones2009-09-211-1/+1
* Remove guestfs_wait_ready (turn it into a no-op).Richard Jones2009-09-212-49/+41
* Combine temporary buffers.Richard Jones2009-09-211-7/+5
* Rearrange qemu command line order (no functional change).Richard Jones2009-09-211-29/+30
* Enable new-style -chardev ... guestfwd command line.Richard Jones2009-09-181-20/+26
* Remove explicit guestfs=10.0.2.4:6666 kernel command line parameter.Richard Jones2009-09-171-6/+4
* Fix verbose packet dumping functions.Richard Jones2009-09-171-7/+7