2009-11-24 |
Richard Jones | availability: Add a test for this call. |
tree | commitdiff |
2009-11-24 |
Richard Jones | availability: Clarify and fix documentation. |
tree | commitdiff |
2009-11-24 |
Richard Jones | generator: Passing "" to StringList tests should turn... |
tree | commitdiff |
2009-11-23 |
Richard Jones | Implement 'dd' command. |
tree | commitdiff |
2009-11-22 |
Richard Jones | generator: second parameter to upload is Dev_or_Path... |
tree | commitdiff |
2009-11-20 |
Richard Jones | availability: Skip tests when functions are not available. |
tree | commitdiff |
2009-11-20 |
Richard Jones | availability: Add optional groups and implement guestfs... |
tree | commitdiff |
2009-11-20 |
Richard Jones | availability: Add guestfs_available. |
tree | commitdiff |
2009-11-20 |
Matthew Booth | build: Add missing dependency libguestfs.la->guestfs_pr... |
tree | commitdiff |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and... |
tree | commitdiff |
2009-11-19 |
Richard Jones | generator: open Unix module by default. |
tree | commitdiff |
2009-11-19 |
Richard Jones | syntax-check: Fix tab-vs-space issue in the generator. |
tree | commitdiff |
2009-11-19 |
Matthew Booth | build: Fix inter-directory dependencies |
tree | commitdiff |
2009-11-19 |
Richard Jones | generator: Acquire lock to prevent two parallel runs... |
tree | commitdiff |
2009-11-19 |
Jim Meyering | syntax-check: expand TABs in generator.ml |
tree | commitdiff |
2009-11-18 |
Richard Jones | BUILT_SOURCES now depends on running the generator. |
tree | commitdiff |
2009-11-18 |
Richard Jones | generator: Fix API of functions that return RBufferOut |
tree | commitdiff |
2009-11-17 |
Richard Jones | fish: Improve output of guestfish -h cmd |
tree | commitdiff |
2009-11-17 |
Richard Jones | New API call: fill - fill a file with octets |
tree | commitdiff |
2009-11-11 |
Matthew Booth | Generate guestfs_protocol.x when stamp-generator updates |
tree | commitdiff |
2009-11-10 |
Richard Jones | Don't export STREQ and friends in <guestfs.h> |
tree | commitdiff |
2009-11-10 |
Richard Jones | Fix problems found by 'make syntax check' |
tree | commitdiff |
2009-11-10 |
Richard Jones | Print timestamped messages during appliance launch. |
tree | commitdiff |
2009-11-10 |
Richard Jones | Record time of guest launch. |
tree | commitdiff |
2009-11-10 |
Richard Jones | appliance: Prefix kernel messages with timestamp. |
tree | commitdiff |
2009-11-10 |
Richard Jones | Generic partition creation interface. |
tree | commitdiff |
2009-11-09 |
Jim Meyering | change strncasecmp() == 0 to STRCASEEQLEN() |
tree | commitdiff |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 2 |
tree | commitdiff |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 1 |
tree | commitdiff |
2009-11-09 |
Jim Meyering | change strncmp(...) != 0 to STRNEQLEN(...) |
tree | commitdiff |
2009-11-09 |
Jim Meyering | convert uses of strcasecmp to STRCASEEQ |
tree | commitdiff |
2009-11-09 |
Jim Meyering | define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc. |
tree | commitdiff |
2009-11-09 |
Jim Meyering | indent with spaces, not TABs |
tree | commitdiff |
2009-11-09 |
Richard Jones | haskell: Disambiguate truncate symbol. |
tree | commitdiff |
2009-11-06 |
Richard W.M. Jones | ocaml: General improvements to generated code. |
tree | commitdiff |
2009-11-05 |
Richard Jones | Don't update appliance after running generator. |
tree | commitdiff |
2009-11-03 |
Richard Jones | Allow callers to disable the recovery process. |
tree | commitdiff |
2009-11-02 |
Richard Jones | New API call: pread |
tree | commitdiff |
2009-11-02 |
Richard Jones | New API calls: lstatlist, lxattrlist, readlinklist. |
tree | commitdiff |
2009-11-02 |
Richard Jones | New API calls: truncate, truncate_size, mkdir_mode... |
tree | commitdiff |
2009-11-02 |
Richard Jones | guestfish: Fix a third indentation problem. |
tree | commitdiff |
2009-11-02 |
Richard Jones | guestfish: Another indentation fix. |
tree | commitdiff |
2009-11-02 |
Richard Jones | guestfish: Fix printing of buffers in structs. |
tree | commitdiff |
2009-11-02 |
Richard Jones | Fix rstructs_used handling in guestfish generated code. |
tree | commitdiff |
2009-10-26 |
Richard Jones | New API: vfs_type - get the Linux VFS driver for a... |
tree | commitdiff |
2009-10-26 |
Richard Jones | guestfish: Add win: prefix to use Windows paths. |
tree | commitdiff |
2009-10-26 |
Richard Jones | New API: case-sensitive-path to return case sensitive... |
tree | commitdiff |
2009-10-21 |
Richard Jones | Set LC_ALL=C before running qemu. |
tree | commitdiff |
2009-10-20 |
Richard Jones | New API: find0 (unlimited version of find) |
tree | commitdiff |
2009-10-20 |
Richard Jones | guestfs_find: Document protocol limits for this API... |
tree | commitdiff |
2009-09-24 |
Jim Meyering | avoid use of all ctype macros |
tree | commitdiff |
2009-09-24 |
Jim Meyering | maint: use spaces, not TABs for indentation |
tree | commitdiff |
2009-09-23 |
Richard Jones | Add direct appliance mode flag and implementation. |
tree | commitdiff |
2009-09-22 |
Richard Jones | Change handling of spaces on Linux kernel command line. |
tree | commitdiff |
2009-09-22 |
Richard Jones | Implement "null vmchannel" - no vmchannel needed! |
tree | commitdiff |
2009-09-22 |
Richard Jones | Flexible guestfs_vmchannel parameter for future appliances. |
tree | commitdiff |
2009-09-21 |
Richard Jones | Make GUESTFWD_PORT into a string. |
tree | commitdiff |
2009-09-21 |
Richard Jones | Remove unnecessary extra space from qemu command line. |
tree | commitdiff |
2009-09-21 |
Richard Jones | Remove guestfs_wait_ready (turn it into a no-op). |
tree | commitdiff |
2009-09-21 |
Richard Jones | Combine temporary buffers. |
tree | commitdiff |
2009-09-21 |
Richard Jones | Rearrange qemu command line order (no functional change). |
tree | commitdiff |
2009-09-18 |
Richard Jones | Enable new-style -chardev ... guestfwd command line. |
tree | commitdiff |
2009-09-17 |
Richard Jones | Remove explicit guestfs=10.0.2.4:6666 kernel command... |
tree | commitdiff |
2009-09-17 |
Richard Jones | Fix verbose packet dumping functions. |
tree | commitdiff |
2009-09-15 |
Richard Jones | Fix comparison between signed and unsigned (for RHEL 5). 1.0.69 |
tree | commitdiff |
2009-09-14 |
Richard Jones | Move guestfs-internal-actions.h to EXTRA_DIST. |
tree | commitdiff |
2009-09-14 |
Richard Jones | Remove main loop. |
tree | commitdiff |
2009-09-14 |
Richard Jones | Don't enable trace in set_trace test. |
tree | commitdiff |
2009-09-14 |
Matthew Booth | guestfish: Enable grouping in string lists |
tree | commitdiff |
2009-09-14 |
Richard Jones | Add command trace functionality. |
tree | commitdiff |
2009-09-14 |
Richard Jones | Non-daemon actions indirect through generated code. |
tree | commitdiff |
2009-09-14 |
Matthew Booth | Add echo_daemon command |
tree | commitdiff |
2009-09-11 |
Matthew Booth | generator.ml: Fix string list memory leak |
tree | commitdiff |
2009-08-31 |
Jim Meyering | maint: guestfs.c: avoid warning about possible NULL... |
tree | commitdiff |
2009-08-31 |
Jim Meyering | maint: guestfs.c: remove unnecessary initialization |
tree | commitdiff |
2009-08-28 |
Jim Meyering | generator.ml: avoid a warning about signed overflow... |
tree | commitdiff |
2009-08-28 |
Jim Meyering | generator.ml: avoid defined-but-not-used warnings in... |
tree | commitdiff |
2009-08-28 |
Jim Meyering | generator.ml: avoid warnings in generated ocaml/guestfs... |
tree | commitdiff |
2009-08-24 |
Jim Meyering | build: don't define _GNU_SOURCE manually |
tree | commitdiff |
2009-08-22 |
Richard Jones | Add waitpid along guestfs_close path (RHBZ#518747). |
tree | commitdiff |
2009-08-21 |
Jim Meyering | generator.ml: avoid signed/unsigned-comparison warning... |
tree | commitdiff |
2009-08-19 |
Richard Jones | tests: namemax on ISO devices is 255 1.0.68 |
tree | commitdiff |
2009-08-19 |
Richard Jones | tests: Use ISO instead of squashfs. |
tree | commitdiff |
2009-08-19 |
Richard W.M. Jones | tests: modprobe fat instead of ext2 module. |
tree | commitdiff |
2009-08-19 |
Jim Meyering | avoid build failure due to Haskell keyword clash |
tree | commitdiff |
2009-08-19 |
Richard Jones | guestfs_launch: Correct checks for dup failure. |
tree | commitdiff |
2009-08-19 |
Richard Jones | build: Comment out some unused macros. |
tree | commitdiff |
2009-08-18 |
Jim Meyering | build: new configure-time option: --enable-gcc-warnings |
tree | commitdiff |
2009-08-18 |
Jim Meyering | suppress warnings from -Wmissing-noreturn |
tree | commitdiff |
2009-08-18 |
Jim Meyering | suppress a warning from -Wswitch-default |
tree | commitdiff |
2009-08-18 |
Jim Meyering | suppress signed/unsigned-comparison warnings |
tree | commitdiff |
2009-08-18 |
Jim Meyering | build: don't perform arithmetic on void* pointers |
tree | commitdiff |
2009-08-18 |
Jim Meyering | generator.ml: suppress signed/unsigned-compare warnings |
tree | commitdiff |
2009-08-18 |
Jim Meyering | build: suppress an ignored-dup-return-value warning |
tree | commitdiff |
2009-08-18 |
Jim Meyering | build: suppress an ignored-write-return-value warning |
tree | commitdiff |
2009-08-18 |
Matthew Booth | New 'modprobe' command. |
tree | commitdiff |
2009-08-18 |
Richard Jones | generator: Small code rearrangement. |
tree | commitdiff |
2009-08-18 |
Jim Meyering | generator.ml: do not emit unused print_* functions |
tree | commitdiff |
2009-08-18 |
Jim Meyering | generator.ml: do not emit unused print_*_list functions |
tree | commitdiff |
2009-08-18 |
Jim Meyering | generator.ml: avoid warnings in generated tests.c |
tree | commitdiff |
next |