summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix comparison between signed and unsigned (for RHEL 5).1.0.69Richard Jones2009-09-151-1/+1
* Move guestfs-internal-actions.h to EXTRA_DIST.Richard Jones2009-09-141-2/+2
* Remove main loop.Richard Jones2009-09-143-1082/+551
* Don't enable trace in set_trace test.Richard Jones2009-09-141-2/+2
* guestfish: Enable grouping in string listsMatthew Booth2009-09-141-1/+2
* Add command trace functionality.Richard Jones2009-09-142-0/+91
* Non-daemon actions indirect through generated code.Richard Jones2009-09-143-35/+68
* Add echo_daemon commandMatthew Booth2009-09-142-1/+14
* generator.ml: Fix string list memory leakMatthew Booth2009-09-111-1/+10
* maint: guestfs.c: avoid warning about possible NULL deref from llvm/clangJim Meyering2009-08-311-1/+1
* maint: guestfs.c: remove unnecessary initializationJim Meyering2009-08-311-1/+1
* generator.ml: avoid a warning about signed overflow in tests.cJim Meyering2009-08-281-4/+4
* generator.ml: avoid defined-but-not-used warnings in guestfs_c_actions.cJim Meyering2009-08-281-21/+32
* generator.ml: avoid warnings in generated ocaml/guestfs_c_actions.cJim Meyering2009-08-281-0/+7
* build: don't define _GNU_SOURCE manuallyJim Meyering2009-08-241-1/+0