hivex: Store filename in hive handle.
[libguestfs.git] / hivex / hivex.c
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-14 Richard Joneshivex: Send all debug messages to stderr.
2010-01-14 Richard Joneshivex: Remove stray debugging message.
2010-01-14 Richard Joneshivex: Whitespace change.
2010-01-14 Richard Joneshivex: Move STR* macros into C file.
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 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 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 JonesSupport for Windows Registry.