libguestfs.git
2009-11-17 Richard Jonesvirt-df: Turn errors into warnings when listing all...
2009-11-13 Richard W.M... Docs: copyediting
2009-11-13 Richard W.M... Docs: Add documentation about other language bindings...
2009-11-13 Richard W.M... Docs: line folding in example.
2009-11-13 Richard W.M... Docs: group preformatted sections of text together.
2009-11-13 Richard W.M... Docs typo: limited -> limits
2009-11-13 Richard W.M... Docs: Add section on using multiple threads.
2009-11-13 Richard W.M... Docs: Add/extend API overview.
2009-11-13 Richard W.M... Docs: Remove incorrect statement from man page.
2009-11-12 Jim Meyeringbuild: revive the ocaml package tests
2009-11-11 Matthew BoothGenerate guestfs_protocol.x when stamp-generator updates
2009-11-11 Richard Jonesautogen.sh: Remove test for ocaml etc from this script.
2009-11-11 Richard JonesSet cpio blocksize to 64K.
2009-11-10 Richard JonesDebian: don't depend on gfs-tools since these have...
2009-11-10 Richard JonesUpdate PO files for release. 1.0.78
2009-11-10 Richard JonesCheck for ocaml-xml-light-devel (xml-light.cmxa)
2009-11-10 Richard JonesPrepare for version 1.0.78
2009-11-10 Jim Meyeringtell "make syntax-check" that examples/to-xml.c is...
2009-11-10 Richard Jonesexamples: Don't use STREQ etc in the to-xml.c example.
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-10 Richard JonesAdd ata_piix to kernel module whitelist (RHBZ#533886).
2009-11-10 Richard JonesFix compilation if readline library is not present.
2009-11-10 Richard JonesFix compilation when Augeas is not present.
2009-11-10 Jim Meyeringavoid "syntax-check" failure: hide cast of argument...
2009-11-10 Jim Meyeringbuild: die early if we lack ocaml, ocamlfind or ocaml...
2009-11-09 Jim Meyeringtests: enable strcmp-related syntax-check tests
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASEEQLEN()
2009-11-09 Jim Meyeringchange strncasecmp() == 0 to STRCASENEQLEN()
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 STREQLEN()
2009-11-09 Jim Meyeringchange strncmp(...) != 0 to STRNEQLEN(...)
2009-11-09 Jim Meyeringconvert strcasecmp(...) != 0 to STRCASENEQ(...)
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 Jim Meyeringfix doc typo
2009-11-09 Jim Meyeringplacate 'make syntax-check'
2009-11-09 Jim Meyeringavoid syntax-check warning about isdigit use in example...
2009-11-09 Richard Jonesappliance: Enhance mkfs to support many more filesystem...
2009-11-09 Richard JonesFix prototype of commandv to match prototype of commandrv.
2009-11-09 Richard W.M... daemon: Always reflect command stderr to stderr when...
2009-11-09 Richard W.M... daemon: Add flags argument to command*() functions.
2009-11-09 Richard Joneshaskell: Disambiguate truncate symbol.
2009-11-09 Richard Jonesocaml: Update dependencies file.
2009-11-06 Richard W.M... ocaml: Sort the dependencies so they are stable between...
2009-11-06 Richard W.M... ocaml: General improvements to generated code.
2009-11-06 Richard W.M... Fixes for compiling on 32 bit.
2009-11-05 Richard JonesDon't update appliance after running generator.
2009-11-05 Richard Jonesappliance: Add xfsprogs to list of packages
2009-11-04 Richard Jonesfish: Allow <nn>P and <nn>E for petabyte and exabyte...
2009-11-04 Richard Jonesfish: Allow <nn>T for terabyte allocations.
2009-11-04 Richard Jonesfish: New command 'sparse', like 'alloc' but to generat...
2009-11-04 Richard Jonesdaemon: Build daemon with AC_SYS_LARGEFILE.
2009-11-04 Richard JonesDebian: Use /bin/bash as the shell for regression test...
2009-11-04 Richard Jonesdaemon: When running external commands, open stdin...
2009-11-04 Richard JonesDebian: Include ISOFS driver in the kernel.
2009-11-04 Richard JonesDebian: Ignore Debian appliance root when looking for...
2009-11-04 Richard Jonesdebian: Ignore some generated debirf files.
2009-11-04 Richard Jonesconfigure: Fix summary messages.
2009-11-04 Jim Meyeringhivex: fail upon integer overflow
2009-11-04 Richard Joneshivex: Check unchecked calloc (Jim Meyering).
2009-11-03 Richard JonesUpdate PO files. 1.0.77
2009-11-03 Richard JonesFix EXTRA_DIST line in fuse/Makefile.am.
2009-11-03 Richard JonesAdd make.sh.in to EXTRA_DIST.
2009-11-03 Richard JonesComment out code which provokes strange gcc optimizatio...
2009-11-03 Richard JonesPrepare for 1.0.77.
2009-11-03 Richard JonesFUSE filesystem support.
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 Jonesexamples/to-xml.c: Don't depend on Gnulib function.
2009-11-02 Richard Jonesappliance: Don't rebuild the appliance every time confi...
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-11-02 Richard Jonesdaemon: Don't warn on -Wunsafe-loop-optimizations.
2009-10-29 Richard JonesAdd hivex* documentation to website.
2009-10-29 Richard JonesAdd HTML documentation to website.
2009-10-29 Richard JonesPrepare for 1.0.76. 1.0.76
2009-10-29 Richard JonesFix misspelling in previous commit.
2009-10-29 Richard JonesRHEL 5: Also add le{16,64}toh functions
2009-10-29 Richard JonesRHEL 5: Detect endianness functions and supply them.
2009-10-29 Richard JonesAdd virt-win-reg to toplevel Makefile.am, fix POTFILES.in 1.0.75
2009-10-29 Richard JonesPrepare for version 1.0.75.
2009-10-29 Richard JonesSupport for Windows Registry.
2009-10-26 Richard JonesNew API: vfs_type - get the Linux VFS driver for a...
2009-10-26 Richard JonesModify Sys::Guestfs::Lib::resolve_windows_path to use...
2009-10-26 Richard Jonesguestfish: Add win: prefix to use Windows paths.
2009-10-26 Richard Jonesdaemon: Change chdir to use openat/fdopendir.
2009-10-26 Richard JonesNew API: case-sensitive-path to return case sensitive...
2009-10-26 Richard Jonesinspector: Remove inaccurate paragraph from documentation.
2009-10-25 Richard JonesInclude HFS (Mac OS X) driver.
next