2010-05-14 |
Richard Jones | daemon: Fix read-file so it fails gracefully for large... |
blob | commitdiff |
2010-05-14 |
Richard Jones | tests: In verbose mode, print dashes between each test. |
blob | commitdiff | diff to current |
2010-04-30 |
Richard Jones | Document that guestfs_mount implies -o sync and perform... |
blob | commitdiff | diff to current |
2010-04-30 |
Richard Jones | lvresize: Use --force so it can make LVs smaller (RHBZ... |
blob | commitdiff | diff to current |
2010-04-20 |
Richard Jones | docs: Clarify documentation for mknod (RHBZ#582948). |
blob | commitdiff | diff to current |
2010-04-20 |
Richard Jones | Documentation: Use 'g' instead of 'handle' in documenta... |
blob | commitdiff | diff to current |
2010-04-20 |
Richard Jones | generator: Fix typo in a comment. |
blob | commitdiff | diff to current |
2010-04-20 |
Richard Jones | Improved checking, documentation of modes (RHBZ#582901... |
blob | commitdiff | diff to current |
2010-04-20 |
Richard Jones | Add a build test for the 'umask' command. |
blob | commitdiff | diff to current |
2010-04-20 |
Richard Jones | Documentation: lvcreate should say 'logical volume... |
blob | commitdiff | diff to current |
2010-04-12 |
Richard Jones | New partition APIs: part_del, part_get_bootable, part_g... |
blob | commitdiff | diff to current |
2010-04-12 |
Richard Jones | Documentation: Clarify documentation on the bootable... |
blob | commitdiff | diff to current |
2010-04-08 |
Richard Jones | fish: Print extended help when the user types an unknow... |
blob | commitdiff | diff to current |
2010-03-27 |
Richard Jones | tests: Move alarm(2) calls to the correct place in... |
blob | commitdiff | diff to current |
2010-03-26 |
Richard Jones | appliance: Set $PATH instead of hard-coding paths to... |
blob | commitdiff | diff to current |
2010-03-25 |
Richard Jones | perl: use newSVpvn for variable length strings. |
blob | commitdiff | diff to current |
2010-03-23 |
Richard Jones | New API: guestfs_copy_size to copy a fixed number of... |
blob | commitdiff | diff to current |
2010-03-22 |
Richard Jones | Mac OS X: implement readline functions. |
blob | commitdiff | diff to current |
2010-03-22 |
Richard Jones | Mac OS X: include <string.h> in guestfs-actions.c |
blob | commitdiff | diff to current |
2010-03-22 |
Richard Jones | generator: Small fix for GODI users. |
blob | commitdiff | diff to current |
2010-03-18 |
Richard Jones | New APIs: Query the relationship between LVM objects. |
blob | commitdiff | diff to current |
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 |
next |