ruby: Add unit test for new RLenValue type
[hivex.git] / lib / hivex.c
2012-01-05 Alex Nelsonhivex: Add offset-&-length function for long value...
2011-09-07 Gillen DanielReplacement mmap function for Win32.
2011-09-07 Richard W.M. JonesAdd an internal hivex header file.
2011-09-06 Alex Nelsonhivex: Add metadata length functions for nodes and...
2011-09-06 Alex Nelsonhivex: Split value_key function into value_key and...
2011-08-24 Hilko Bengenhivex: Fix building on platforms without O_CLOEXEC...
2011-08-15 Richard W.M. JonesFix incorrect printf format specifier in error string.
2011-08-13 Alex NelsonReport last-modified time of hive root and nodes
2011-07-11 Michael HuangClose the file descriptor along the writable path.
2011-06-28 Jim Meyeringmaint: remove definition of O_CLOEXEC, ...
2011-06-28 Jim Meyeringmaint: remove unnecessary test-before-free
2011-05-13 Richard W.M. Joneshivex_root: Return errno == HIVEX_NO_KEY when root...
2011-05-12 Hilko Bengenhivex: Fix for endianess bug.
2011-04-13 Jim Meyeringmaint: Split long lines.
2011-04-13 Richard W.M. JonesRemove no longer used internal function utf16_string_le...
2011-04-13 Richard W.M. Joneshivex_value_multiple_strings: Don't read uninitialized...
2011-04-13 Richard W.M. JonesHandle odd-length "UTF16" strings.
2011-04-13 Richard W.M. JonesReturn real length of buffer from hivex_value_value.
2011-04-13 Richard W.M. JonesReally fix the case where a UTF-16 string contains...
2011-04-12 Richard W.M. JonesFix use-after-free in hivex_close.
2010-08-13 Matthew BoothAdd debug output to hivex_close.
2010-07-12 Richard JonesDon't try to process junk after a string value as UTF-16.
2010-07-12 Hilko BengenCall iconv_close along error path out of function.
2010-07-08 Conrad MeyerAdd hivex_set_value API call, and ocaml and perl bindin...
2010-03-29 Richard JonesZero all new block allocations.
2010-03-29 Richard JonesIncrease HIVEX_MAX_VALUES from 1000 to 10000.
2010-03-26 Richard JonesIncrease HIVEX_MAX_SUBKEYS to 15000.
2010-03-26 Richard Joneshivex: Add debugging message when returning ERANGE...
2010-02-24 Richard JonesRename hivex/ -> lib/