Implement 'vgrename' and 'lvrename' APIs.
[libguestfs.git] / src /
2010-01-28 Richard JonesImplement 'vgrename' and 'lvrename' APIs.
2010-01-27 Richard Jonessupermin: Prevent multilib corruption (RHBZ#558593).
2010-01-25 Richard Jonesguestfish: Use xstrtol to parse integers (RHBZ#557655).
2010-01-25 Richard JonesAdd 'filesize' call.
2010-01-13 Richard JonesAdd guestfs.pod and guestfish.pod to EXTRA_DIST. 1.0.81
2010-01-07 Richard Jonesqemu: Upstream regression of -stdio serial option.
2010-01-04 Richard JonesUse linker script to control visibility of symbols.
2010-01-04 Richard Jonesgenerator: Move all library generation code together.
2010-01-04 Richard Jonesgenerator: Print total lines of generated code.
2010-01-04 Richard JonesC#: Add documentation about experimental nature of...
2010-01-02 Richard JonesExperimental C# bindings.
2009-12-31 Richard JonesMove guestfs(3) and guestfish(1) man pages into subdire...
2009-12-31 Richard Jonesgenerator: Move src/guestfs-bindtests.c next to other...
2009-12-31 Richard Jonesgenerator: Use Continuation Passing Style (CPS) in...
2009-12-31 Richard Jonesgenerator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.
2009-12-31 Richard Jonesgenerated code: Set copyright years to 2009-xxxx when...
2009-12-31 Richard JonesRemove separate inspector_generator.ml, combine this...
2009-12-31 Richard Jonesgenerator: Comment and whitespace changes only.
2009-12-16 Richard Jonesbuild: Fix typo in filename.
2009-12-07 Richard Joneslib: Link with $(LTLIBTHREAD), required by Gnulib lock...
2009-12-07 Richard Joneslib: Add thread-safety to global list of handles.
2009-11-26 Richard JonesMake realpath call optional, disable it for Windows.
2009-11-24 Richard Jonesavailability: Add a test for this call.
2009-11-24 Richard Jonesavailability: Clarify and fix documentation.
2009-11-24 Richard Jonesgenerator: Passing "" to StringList tests should turn...
2009-11-23 Richard JonesImplement 'dd' command.
2009-11-22 Richard Jonesgenerator: second parameter to upload is Dev_or_Path...
2009-11-20 Richard Jonesavailability: Skip tests when functions are not available.
2009-11-20 Richard Jonesavailability: Add optional groups and implement guestfs...
2009-11-20 Richard Jonesavailability: Add guestfs_available.
2009-11-20 Matthew Boothbuild: Add missing dependency libguestfs.la->guestfs_pr...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-19 Richard Jonesgenerator: open Unix module by default.
2009-11-19 Richard Jonessyntax-check: Fix tab-vs-space issue in the generator.
2009-11-19 Matthew Boothbuild: Fix inter-directory dependencies
2009-11-19 Richard Jonesgenerator: Acquire lock to prevent two parallel runs...
2009-11-19 Jim Meyeringsyntax-check: expand TABs in generator.ml
2009-11-18 Richard JonesBUILT_SOURCES now depends on running the generator.
2009-11-18 Richard Jonesgenerator: Fix API of functions that return RBufferOut
2009-11-17 Richard Jonesfish: Improve output of guestfish -h cmd
2009-11-17 Richard JonesNew API call: fill - fill a file with octets
2009-11-11 Matthew BoothGenerate guestfs_protocol.x when stamp-generator updates
2009-11-10 Richard JonesDon't export STREQ and friends in <guestfs.h>
2009-11-10 Richard JonesFix problems found by 'make syntax check'
2009-11-10 Richard JonesPrint timestamped messages during appliance launch.
2009-11-10 Richard JonesRecord time of guest launch.
2009-11-10 Richard Jonesappliance: Prefix kernel messages with timestamp.
2009-11-10 Richard JonesGeneric partition creation interface.
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASEEQLEN()
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 2
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-09 Jim Meyeringconvert uses of strcasecmp to STRCASEEQ
2009-11-09 Jim Meyeringdefine STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.
2009-11-09 Jim Meyeringindent with spaces, not TABs
2009-11-09 Richard Joneshaskell: Disambiguate truncate symbol.
2009-11-06 Richard W.M. Jonesocaml: General improvements to generated code.
2009-11-05 Richard JonesDon't update appliance after running generator.
2009-11-03 Richard JonesAllow callers to disable the recovery process.
2009-11-02 Richard JonesNew API call: pread
2009-11-02 Richard JonesNew API calls: lstatlist, lxattrlist, readlinklist.
2009-11-02 Richard JonesNew API calls: truncate, truncate_size, mkdir_mode...
2009-11-02 Richard Jonesguestfish: Fix a third indentation problem.
2009-11-02 Richard Jonesguestfish: Another indentation fix.
2009-11-02 Richard Jonesguestfish: Fix printing of buffers in structs.
2009-11-02 Richard JonesFix rstructs_used handling in guestfish generated code.
2009-10-26 Richard JonesNew API: vfs_type - get the Linux VFS driver for a...
2009-10-26 Richard Jonesguestfish: Add win: prefix to use Windows paths.
2009-10-26 Richard JonesNew API: case-sensitive-path to return case sensitive...
2009-10-21 Richard JonesSet LC_ALL=C before running qemu.
2009-10-20 Richard JonesNew API: find0 (unlimited version of find)
2009-10-20 Richard Jonesguestfs_find: Document protocol limits for this API...
2009-09-24 Jim Meyeringavoid use of all ctype macros
2009-09-24 Jim Meyeringmaint: use spaces, not TABs for indentation
2009-09-23 Richard JonesAdd direct appliance mode flag and implementation.
2009-09-22 Richard JonesChange handling of spaces on Linux kernel command line.
2009-09-22 Richard JonesImplement "null vmchannel" - no vmchannel needed!
2009-09-22 Richard JonesFlexible guestfs_vmchannel parameter for future appliances.
2009-09-21 Richard JonesMake GUESTFWD_PORT into a string.
2009-09-21 Richard JonesRemove unnecessary extra space from qemu command line.
2009-09-21 Richard JonesRemove guestfs_wait_ready (turn it into a no-op).
2009-09-21 Richard JonesCombine temporary buffers.
2009-09-21 Richard JonesRearrange qemu command line order (no functional change).
2009-09-18 Richard JonesEnable new-style -chardev ... guestfwd command line.
2009-09-17 Richard JonesRemove explicit guestfs=10.0.2.4:6666 kernel command...
2009-09-17 Richard JonesFix verbose packet dumping functions.
2009-09-15 Richard JonesFix comparison between signed and unsigned (for RHEL 5). 1.0.69
2009-09-14 Richard JonesMove guestfs-internal-actions.h to EXTRA_DIST.
2009-09-14 Richard JonesRemove main loop.
2009-09-14 Richard JonesDon't enable trace in set_trace test.
2009-09-14 Matthew Boothguestfish: Enable grouping in string lists
2009-09-14 Richard JonesAdd command trace functionality.
2009-09-14 Richard JonesNon-daemon actions indirect through generated code.
2009-09-14 Matthew BoothAdd echo_daemon command
2009-09-11 Matthew Boothgenerator.ml: Fix string list memory leak
2009-08-31 Jim Meyeringmaint: guestfs.c: avoid warning about possible NULL...
2009-08-31 Jim Meyeringmaint: guestfs.c: remove unnecessary initialization
2009-08-28 Jim Meyeringgenerator.ml: avoid a warning about signed overflow...
2009-08-28 Jim Meyeringgenerator.ml: avoid defined-but-not-used warnings in...
2009-08-28 Jim Meyeringgenerator.ml: avoid warnings in generated ocaml/guestfs...
next