summaryrefslogtreecommitdiffstats
path: root/hivex
Commit message (Expand)AuthorAgeFilesLines
* maint: use EXIT_SUCCESS and EXIT_FAILURE, not 0 and 1 to exitJim Meyering2009-11-202-13/+13
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* convert uses of strcasecmp to STRCASEEQJim Meyering2009-11-091-2/+2
* define STREQ, STRNEQ, STREQLEN, STRCASEQ, etc.Jim Meyering2009-11-091-0/+10
* indent with spaces, not TABsJim Meyering2009-11-091-6/+6
* placate 'make syntax-check'Jim Meyering2009-11-091-1/+0
* hivex: fail upon integer overflowJim Meyering2009-11-041-0/+3
* hivex: Check unchecked calloc (Jim Meyering).Richard Jones2009-11-041-0/+2
* Add HTML documentation to website.Richard Jones2009-10-291-0/+29
* Fix misspelling in previous commit.Richard Jones2009-10-291-2/+2
* RHEL 5: Also add le{16,64}toh functionsRichard Jones2009-10-291-0/+12
* RHEL 5: Detect endianness functions and supply them.Richard Jones2009-10-293-1/+34
* Prepare for version 1.0.75.Richard Jones2009-10-291-1/+1
* Support for Windows Registry.Richard Jones2009-10-2910-0/+3271