2010-01-28 |
Richard Jones | Implement 'vgrename' and 'lvrename' APIs. |
tree | commitdiff |
2010-01-27 |
Richard Jones | supermin: Prevent multilib corruption (RHBZ#558593). |
tree | commitdiff |
2010-01-25 |
Richard Jones | guestfish: Use xstrtol to parse integers (RHBZ#557655). |
tree | commitdiff |
2010-01-25 |
Richard Jones | Add 'filesize' call. |
tree | commitdiff |
2010-01-13 |
Richard Jones | Add guestfs.pod and guestfish.pod to EXTRA_DIST. 1.0.81 |
tree | commitdiff |
2010-01-07 |
Richard Jones | qemu: Upstream regression of -stdio serial option. |
tree | commitdiff |
2010-01-04 |
Richard Jones | Use linker script to control visibility of symbols. |
tree | commitdiff |
2010-01-04 |
Richard Jones | generator: Move all library generation code together. |
tree | commitdiff |
2010-01-04 |
Richard Jones | generator: Print total lines of generated code. |
tree | commitdiff |
2010-01-04 |
Richard Jones | C#: Add documentation about experimental nature of... |
tree | commitdiff |
2010-01-02 |
Richard Jones | Experimental C# bindings. |
tree | commitdiff |
2009-12-31 |
Richard Jones | Move guestfs(3) and guestfish(1) man pages into subdire... |
tree | commitdiff |
2009-12-31 |
Richard Jones | generator: Move src/guestfs-bindtests.c next to other... |
tree | commitdiff |
2009-12-31 |
Richard Jones | generator: Use Continuation Passing Style (CPS) in... |
tree | commitdiff |
2009-12-31 |
Richard Jones | generator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus. |
tree | commitdiff |
2009-12-31 |
Richard Jones | generated code: Set copyright years to 2009-xxxx when... |
tree | commitdiff |
2009-12-31 |
Richard Jones | Remove separate inspector_generator.ml, combine this... |
tree | commitdiff |
2009-12-31 |
Richard Jones | generator: Comment and whitespace changes only. |
tree | commitdiff |
2009-12-16 |
Richard Jones | build: Fix typo in filename. |
tree | commitdiff |
2009-12-07 |
Richard Jones | lib: Link with $(LTLIBTHREAD), required by Gnulib lock... |
tree | commitdiff |
2009-12-07 |
Richard Jones | lib: Add thread-safety to global list of handles. |
tree | commitdiff |
2009-11-26 |
Richard Jones | Make realpath call optional, disable it for Windows. |
tree | commitdiff |
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 |
next |