2010-03-18 |
Richard Jones | New APIs: Query the relationship between LVM objects. |
blob | commitdiff |
2010-03-16 |
Richard Jones | add_drive_ro adds readonly=on option if available. |
blob | commitdiff | diff to current |
2010-03-16 |
Richard Jones | Allow qemu_supports to run earlier. |
blob | commitdiff | diff to current |
2010-03-12 |
Richard Jones | Tab to space (whitespace fixes only). |
blob | commitdiff | diff to current |
2010-03-12 |
Richard Jones | guestfish: Use xstrtoll to parse Int params (RHBZ#56975... |
blob | commitdiff | diff to current |
2010-02-15 |
Richard Jones | Turn ProtocolLimitWarning into link to documentation... |
blob | commitdiff | diff to current |
2010-02-15 |
Richard Jones | initrd-cat: Needs ProtocolLimitWarning. |
blob | commitdiff | diff to current |
2010-02-15 |
Richard Jones | Remove references to FTP, replace with FUSE. |
blob | commitdiff | diff to current |
2010-02-12 |
Richard Jones | daemon: Don't need to prefix error messages with the... |
blob | commitdiff | diff to current |
2010-02-12 |
Richard Jones | generator: Don't prefix error messages with command... |
blob | commitdiff | diff to current |
2010-02-12 |
Richard Jones | New APIs: add-drive{,-ro}-with-if allows you to set... |
blob | commitdiff | diff to current |
2010-02-12 |
Richard Jones | generator: 'interface' is a reserved word in Java. |
blob | commitdiff | diff to current |
2010-02-12 |
Richard Jones | add_cdrom: Update docs for adding ISO images. |
blob | commitdiff | diff to current |
2010-02-10 |
Richard Jones | Use mount-options instead of mount to avoid implicit... |
blob | commitdiff | diff to current |
2010-02-09 |
Richard Jones | New API call: initrd-cat to list a file from an initrd. |
blob | commitdiff | diff to current |
2010-01-28 |
Richard Jones | Implement 'vgrename' and 'lvrename' APIs. |
blob | commitdiff | diff to current |
2010-01-25 |
Richard Jones | guestfish: Use xstrtol to parse integers (RHBZ#557655). |
blob | commitdiff | diff to current |
2010-01-25 |
Richard Jones | Add 'filesize' call. |
blob | commitdiff | diff to current |
2010-01-04 |
Richard Jones | Use linker script to control visibility of symbols. |
blob | commitdiff | diff to current |
2010-01-04 |
Richard Jones | generator: Move all library generation code together. |
blob | commitdiff | diff to current |
2010-01-04 |
Richard Jones | generator: Print total lines of generated code. |
blob | commitdiff | diff to current |
2010-01-04 |
Richard Jones | C#: Add documentation about experimental nature of... |
blob | commitdiff | diff to current |
2010-01-02 |
Richard Jones | Experimental C# bindings. |
blob | commitdiff | diff to current |
2009-12-31 |
Richard Jones | Move guestfs(3) and guestfish(1) man pages into subdire... |
blob | commitdiff | diff to current |
2009-12-31 |
Richard Jones | generator: Move src/guestfs-bindtests.c next to other... |
blob | commitdiff | diff to current |
2009-12-31 |
Richard Jones | generator: Use Continuation Passing Style (CPS) in... |
blob | commitdiff | diff to current |
2009-12-31 |
Richard Jones | generator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus. |
blob | commitdiff | diff to current |
2009-12-31 |
Richard Jones | generated code: Set copyright years to 2009-xxxx when... |
blob | commitdiff | diff to current |
2009-12-31 |
Richard Jones | Remove separate inspector_generator.ml, combine this... |
blob | commitdiff | diff to current |
2009-12-31 |
Richard Jones | generator: Comment and whitespace changes only. |
blob | commitdiff | diff to current |
2009-11-26 |
Richard Jones | Make realpath call optional, disable it for Windows. |
blob | commitdiff | diff to current |
2009-11-24 |
Richard Jones | availability: Add a test for this call. |
blob | commitdiff | diff to current |
2009-11-24 |
Richard Jones | availability: Clarify and fix documentation. |
blob | commitdiff | diff to current |
2009-11-24 |
Richard Jones | generator: Passing "" to StringList tests should turn... |
blob | commitdiff | diff to current |
2009-11-23 |
Richard Jones | Implement 'dd' command. |
blob | commitdiff | diff to current |
2009-11-22 |
Richard Jones | generator: second parameter to upload is Dev_or_Path... |
blob | commitdiff | diff to current |
2009-11-20 |
Richard Jones | availability: Skip tests when functions are not available. |
blob | commitdiff | diff to current |
2009-11-20 |
Richard Jones | availability: Add optional groups and implement guestfs... |
blob | commitdiff | diff to current |
2009-11-20 |
Richard Jones | availability: Add guestfs_available. |
blob | commitdiff | diff to current |
2009-11-20 |
Jim Meyering | maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and... |
blob | commitdiff | diff to current |
2009-11-19 |
Richard Jones | generator: open Unix module by default. |
blob | commitdiff | diff to current |
2009-11-19 |
Richard Jones | syntax-check: Fix tab-vs-space issue in the generator. |
blob | commitdiff | diff to current |
2009-11-19 |
Richard Jones | generator: Acquire lock to prevent two parallel runs... |
blob | commitdiff | diff to current |
2009-11-19 |
Jim Meyering | syntax-check: expand TABs in generator.ml |
blob | commitdiff | diff to current |
2009-11-18 |
Richard Jones | generator: Fix API of functions that return RBufferOut |
blob | commitdiff | diff to current |
2009-11-17 |
Richard Jones | fish: Improve output of guestfish -h cmd |
blob | commitdiff | diff to current |
2009-11-17 |
Richard Jones | New API call: fill - fill a file with octets |
blob | commitdiff | diff to current |
2009-11-10 |
Richard Jones | Don't export STREQ and friends in <guestfs.h> |
blob | commitdiff | diff to current |
2009-11-10 |
Richard Jones | Generic partition creation interface. |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | change strncasecmp() == 0 to STRCASEEQLEN() |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 2 |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | use STREQ, not strcmp: part 1 |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | change strncmp(...) != 0 to STRNEQLEN(...) |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | convert uses of strcasecmp to STRCASEEQ |
blob | commitdiff | diff to current |
2009-11-09 |
Jim Meyering | indent with spaces, not TABs |
blob | commitdiff | diff to current |
2009-11-09 |
Richard Jones | haskell: Disambiguate truncate symbol. |
blob | commitdiff | diff to current |
2009-11-06 |
Richard W.M. Jones | ocaml: General improvements to generated code. |
blob | commitdiff | diff to current |
2009-11-03 |
Richard Jones | Allow callers to disable the recovery process. |
blob | commitdiff | diff to current |
2009-11-02 |
Richard Jones | New API call: pread |
blob | commitdiff | diff to current |
2009-11-02 |
Richard Jones | New API calls: lstatlist, lxattrlist, readlinklist. |
blob | commitdiff | diff to current |
2009-11-02 |
Richard Jones | New API calls: truncate, truncate_size, mkdir_mode... |
blob | commitdiff | diff to current |
2009-11-02 |
Richard Jones | guestfish: Fix a third indentation problem. |
blob | commitdiff | diff to current |
2009-11-02 |
Richard Jones | guestfish: Another indentation fix. |
blob | commitdiff | diff to current |
2009-11-02 |
Richard Jones | guestfish: Fix printing of buffers in structs. |
blob | commitdiff | diff to current |
2009-11-02 |
Richard Jones | Fix rstructs_used handling in guestfish generated code. |
blob | commitdiff | diff to current |
2009-10-26 |
Richard Jones | New API: vfs_type - get the Linux VFS driver for a... |
blob | commitdiff | diff to current |
2009-10-26 |
Richard Jones | guestfish: Add win: prefix to use Windows paths. |
blob | commitdiff | diff to current |
2009-10-26 |
Richard Jones | New API: case-sensitive-path to return case sensitive... |
blob | commitdiff | diff to current |
2009-10-20 |
Richard Jones | New API: find0 (unlimited version of find) |
blob | commitdiff | diff to current |
2009-10-20 |
Richard Jones | guestfs_find: Document protocol limits for this API... |
blob | commitdiff | diff to current |
2009-09-24 |
Jim Meyering | avoid use of all ctype macros |
blob | commitdiff | diff to current |
2009-09-24 |
Jim Meyering | maint: use spaces, not TABs for indentation |
blob | commitdiff | diff to current |
2009-09-23 |
Richard Jones | Add direct appliance mode flag and implementation. |
blob | commitdiff | diff to current |
2009-09-21 |
Richard Jones | Remove guestfs_wait_ready (turn it into a no-op). |
blob | commitdiff | diff to current |
2009-09-14 |
Richard Jones | Remove main loop. |
blob | commitdiff | diff to current |
2009-09-14 |
Richard Jones | Don't enable trace in set_trace test. |
blob | commitdiff | diff to current |
2009-09-14 |
Matthew Booth | guestfish: Enable grouping in string lists |
blob | commitdiff | diff to current |
2009-09-14 |
Richard Jones | Add command trace functionality. |
blob | commitdiff | diff to current |
2009-09-14 |
Richard Jones | Non-daemon actions indirect through generated code. |
blob | commitdiff | diff to current |
2009-09-14 |
Matthew Booth | Add echo_daemon command |
blob | commitdiff | diff to current |
2009-09-11 |
Matthew Booth | generator.ml: Fix string list memory leak |
blob | commitdiff | diff to current |
2009-08-28 |
Jim Meyering | generator.ml: avoid a warning about signed overflow... |
blob | commitdiff | diff to current |
2009-08-28 |
Jim Meyering | generator.ml: avoid defined-but-not-used warnings in... |
blob | commitdiff | diff to current |
2009-08-28 |
Jim Meyering | generator.ml: avoid warnings in generated ocaml/guestfs... |
blob | commitdiff | diff to current |
2009-08-21 |
Jim Meyering | generator.ml: avoid signed/unsigned-comparison warning... |
blob | commitdiff | diff to current |
2009-08-19 |
Richard Jones | tests: namemax on ISO devices is 255 1.0.68 |
blob | commitdiff | diff to current |
2009-08-19 |
Richard Jones | tests: Use ISO instead of squashfs. |
blob | commitdiff | diff to current |
2009-08-19 |
Richard W.M. Jones | tests: modprobe fat instead of ext2 module. |
blob | commitdiff | diff to current |
2009-08-19 |
Jim Meyering | avoid build failure due to Haskell keyword clash |
blob | commitdiff | diff to current |
2009-08-19 |
Richard Jones | build: Comment out some unused macros. |
blob | commitdiff | diff to current |
2009-08-18 |
Jim Meyering | generator.ml: suppress signed/unsigned-compare warnings |
blob | commitdiff | diff to current |
2009-08-18 |
Matthew Booth | New 'modprobe' command. |
blob | commitdiff | diff to current |
2009-08-18 |
Richard Jones | generator: Small code rearrangement. |
blob | commitdiff | diff to current |
2009-08-18 |
Jim Meyering | generator.ml: do not emit unused print_* functions |
blob | commitdiff | diff to current |
2009-08-18 |
Jim Meyering | generator.ml: do not emit unused print_*_list functions |
blob | commitdiff | diff to current |
2009-08-18 |
Jim Meyering | generator.ml: avoid warnings in generated tests.c |
blob | commitdiff | diff to current |
2009-08-17 |
Jim Meyering | generator.ml: Use TABs, not spaces for indentation. |
blob | commitdiff | diff to current |
2009-08-17 |
Richard W.M. Jones | java: Small fix to Java bindings. |
blob | commitdiff | diff to current |
2009-08-17 |
Jim Meyering | indent with spaces, not TABs |
blob | commitdiff | diff to current |
2009-08-17 |
Jim Meyering | generator.ml: emit slightly prettier code |
blob | commitdiff | diff to current |
next |