summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* supermin: Ignore more unreadable files found on RHEL 6.Richard Jones2010-01-251-0/+17
* Sync to latest Gnulib.Richard Jones2010-01-251-0/+0
* guestfish: Use xstrtol to parse integers (RHBZ#557655).Richard Jones2010-01-258-5/+194
* Add 'filesize' call.Richard Jones2010-01-253-1/+31
* Missing crc kernel module on RHEL 6 / Linux 2.6.32 (fixes RHBZ#557195)Richard Jones2010-01-211-2/+3
* hivex: Various improvements in header parsing, thanks to better documentation.Richard Jones2010-01-151-22/+74
* hivex: Print header fields. Print all offsets in hex (in debug output).Richard Jones2010-01-151-16/+26
* hivex: Reenable checksum calculations, but don't check result.Richard Jones2010-01-151-3/+4
* hivex: Update documentation.Richard Jones2010-01-151-0/+4
* hivex: Send all debug messages to stderr.Richard Jones2010-01-141-55/+55
* hivex: Remove stray debugging message.Richard Jones2010-01-141-1/+0
* hivex: Documentation: Add environment variables section.Richard Jones2010-01-141-0/+11
* hivex: Whitespace change.Richard Jones2010-01-141-1/+1
* hivex: Move STR* macros into C file.Richard Jones2010-01-142-10/+10
* hivex: Small updates to the documentation.Richard Jones2010-01-142-8/+92
* Fix generation of HTML documentation for website.Richard Jones2010-01-131-4/+4
* Add guestfs.pod and guestfish.pod to EXTRA_DIST.1.0.81Richard Jones2010-01-132-2/+4
* Prepare for version 1.0.81.Richard Jones2010-01-133-654/+654
* Update to latest Gnulib.Richard Jones2010-01-134-2/+9
* qemu: Upstream regression of -stdio serial option.Richard Jones2010-01-071-4/+17
* inspector: Update example XML and RNG schema.Richard Jones2010-01-063-4411/+13948
* inspector: Make RPM application data more specific (RHBZ#552718).Richard Jones2010-01-052-1/+4
* Use linker script to control visibility of symbols.Richard Jones2010-01-044-3/+60
* generator: Move all library generation code together.Richard Jones2010-01-041-1/+1
* generator: Print total lines of generated code.Richard Jones2010-01-041-2/+18
* C#: Add documentation about experimental nature of these bindings.Richard Jones2010-01-043-5/+40
* Experimental C# bindings.Richard Jones2010-01-024-7/+224
* Update copyright years.Richard Jones2010-01-021-1/+1
* Move guestfs(3) and guestfish(1) man pages into subdirectories.Richard Jones2009-12-317-58/+62
* generator: Move src/guestfs-bindtests.c next to other src/ files.Richard Jones2009-12-311-1/+1
* generator: Use Continuation Passing Style (CPS) in output_to function.Richard Jones2009-12-311-175/+56
* generator: Rename GPLv2 to GPLv2plus, LGPLv2 to LGPLv2plus.Richard Jones2009-12-311-38/+38
* generated code: Set copyright years to 2009-xxxx when current year > 2009.Richard Jones2009-12-311-4/+8
* Remove separate inspector_generator.ml, combine this with generator.ml.Richard Jones2009-12-317-658/+516
* generator: Comment and whitespace changes only.Richard Jones2009-12-311-17/+24
* daemon: Work around udevsettle issue (RHBZ#548121).Richard Jones2009-12-181-21/+9
* Prepare for 1.0.80.1.0.80Richard Jones2009-12-161-1/+1
* Include latest Polish translations (Piotr Drąg, RHBZ#502533).Richard Jones2009-12-161-69/+77
* Update PO files.Richard Jones2009-12-162-779/+799
* build: Fix typo in filename.Richard Jones2009-12-161-1/+1
* build: Remove references to old contrib/ files which were removed.Richard Jones2009-12-161-3/+0
* appliance: Special case handling for libbfd in the supermin appliance.Richard Jones2009-12-161-0/+4
* appliance: Ignore unreadable dbus helper programs.Richard Jones2009-12-161-0/+2
* lib: Link with $(LTLIBTHREAD), required by Gnulib lock module.Richard Jones2009-12-071-1/+3
* appliance: Fix code which gets list of kernels.Matthew Booth2009-12-071-1/+4
* accommodate leading "+" in git submodule outputJim Meyering2009-12-072-2/+2
* lib: Add thread-safety to global list of handles.Richard Jones2009-12-073-9/+13
* daemon error handling: Define a new function reply_with_perror_errno.Richard Jones2009-12-072-5/+5
* daemon error handling: recursive_mkdir shouldn't need to set errno.Richard Jones2009-12-071-5/+11
* daemon error handling: Clear errno before calling stub functions.Richard Jones2009-12-041-1/+16