Misc documentation and gitignore update.
[libguestfs.git] / hivex /
2010-02-04 Richard JonesMisc documentation and gitignore update.
2010-02-04 Richard JonesMove htole*/le*toh macros into a separate header file.
2010-01-29 Richard Joneshivex: Reimplement hivexget as a simple shell script.
2010-01-29 Richard Joneshivex: Add 'hivexsh' program (shell for navigating...
2010-01-29 Richard JonesSet locale in C programs so l10n works (RHBZ#559962).
2010-01-28 Richard Joneshivex: Const-correctness fix on header_checksum (thanks...
2010-01-28 Richard Joneshivex: Update some previously unknown nk-record fields.
2010-01-28 Richard Joneshivex: Fix calculation of block size for vk data blocks.
2010-01-28 Richard Joneshivex: Display incorrect block size as unsigned in...
2010-01-28 Richard Joneshivex: display bad block offset in hex
2010-01-28 Richard Joneshivex: hive type in vk-record is an unsigned 32 bit int
2010-01-28 Richard Joneshivex: Add missing le32toh conversion around field...
2010-01-28 Richard Joneshivex: Clarify some more fields.
2010-01-28 Richard Joneshivex: Modify children/values functions to return inter...
2010-01-28 Richard Joneshivex: Add value_any callback to the visitor.
2010-01-28 Richard Joneshivex: Move header checksum code into a function.
2010-01-28 Richard Joneshivex: page 'offset_next' field is really 'page_size'.
2010-01-28 Richard Joneshivex: Collect more statistics about registries.
2010-01-28 Richard Joneshivex: Store filename in hive handle.
2010-01-15 Richard Joneshivex: Various improvements in header parsing, thanks...
2010-01-15 Richard Joneshivex: Print header fields. Print all offsets in hex...
2010-01-15 Richard Joneshivex: Reenable checksum calculations, but don't check...
2010-01-15 Richard Joneshivex: Update documentation.
2010-01-14 Richard Joneshivex: Send all debug messages to stderr.
2010-01-14 Richard Joneshivex: Remove stray debugging message.
2010-01-14 Richard Joneshivex: Documentation: Add environment variables section.
2010-01-14 Richard Joneshivex: Whitespace change.
2010-01-14 Richard Joneshivex: Move STR* macros into C file.
2010-01-14 Richard Joneshivex: Small updates to the documentation.
2009-11-20 Jim Meyeringmaint: use EXIT_* symbol (not constant, 2) to indicate...
2009-11-20 Jim Meyeringmaint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and...
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
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 Meyeringplacate 'make syntax-check'
2009-11-04 Jim Meyeringhivex: fail upon integer overflow
2009-11-04 Richard Joneshivex: Check unchecked calloc (Jim Meyering).
2009-10-29 Richard JonesAdd HTML documentation to website.
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 JonesPrepare for version 1.0.75.
2009-10-29 Richard JonesSupport for Windows Registry.