summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 1.2.8.1.2.8Richard W.M. Jones2011-08-1216-17/+17
* More changes needed separate builddirHilko Bengen2011-08-121-3/+3
* More changes needed separate builddirHilko Bengen2011-08-121-0/+1
* hivex: A few tweaks to enable building in a separate directoryHilko Bengen2011-08-117-14/+18
* Correct 32-bit to 64-bit callAlex Nelson2011-08-111-1/+1
* perl: Fix CCFLAGS on Perl 5.14.Richard W.M. Jones2011-07-222-1/+3
* Close the file descriptor along the writable path.Michael Huang2011-07-111-1/+11
* Sort m4/.gitignore file.Richard W.M. Jones2011-06-291-18/+21
* maint: add cfg.mk to prepare for syntax-check testsJim Meyering2011-06-291-0/+21
* maint: remove rule that generated po/POTFILES.inJim Meyering2011-06-281-10/+0
* build: update gnulib submodule to latestJim Meyering2011-06-282-0/+2
* maint: remove spaces before TABJim Meyering2011-06-281-1/+1
* maint: avoid using test's -a and -o operators; they are not portableJim Meyering2011-06-283-9/+11
* maint: use "test x = x", not "test x == x"Jim Meyering2011-06-281-1/+1
* maint: remove trailing blanksJim Meyering2011-06-283-13/+13
* maint: remove now-unnecessary #ifdef HAVE_BYTESWAP_H guardJim Meyering2011-06-282-2/+1
* maint: remove definition of O_CLOEXEC, ...Jim Meyering2011-06-282-4/+1
* maint: normalize to exactly one newline at EOFJim Meyering2011-06-287-7/+5
* maint: update po/POTFILES.inJim Meyering2011-06-281-7/+0
* maint: remove definitions of PRId64 and PRIu64, ...Jim Meyering2011-06-282-9/+3
* maint: remove unnecessary test-before-freeJim Meyering2011-06-281-2/+1
* ocaml: Really fix 'make install' rule.Richard W.M. Jones2011-05-171-8/+8
* ocaml: Set package name when installing native bindings.Richard W.M. Jones2011-05-171-0/+1
* Version 1.2.7.1.2.7Richard W.M. Jones2011-05-1716-17/+17
* Update gnulib to latest version.Richard W.M. Jones2011-05-171-0/+0
* hivexregedit: Add --unsafe-printable-strings option.Richard W.M. Jones2011-05-172-11/+77
* hivex_root: Return errno == HIVEX_NO_KEY when root key is missing.Richard W.M. Jones2011-05-132-2/+9
* hivex: Fix install target for systems without native OCaml compilerHilko Bengen2011-05-131-1/+6
* hivex: Remove python bytecode on "make clean"Hilko Bengen2011-05-131-0/+2
* ocaml: Use libtool to get correct library to build OCaml tests.Richard W.M. Jones2011-05-121-32/+5
* Version 1.2.6.1.2.6Richard W.M. Jones2011-05-1216-17/+17
* build: Workaround broken libtool.Richard W.M. Jones2011-05-121-0/+3
* bootstrap: Force gnulib-tool --libtool option.Richard W.M. Jones2011-05-121-0/+1
* configure: AC_PROG_LIBTOOL -> AM_PROG_LIBTOOL.Richard W.M. Jones2011-05-121-1/+1
* Update gnulib.Richard W.M. Jones2011-05-122-0/+4
* hivex: Fix for endianess bug.Hilko Bengen2011-05-121-1/+1
* hivex: check for presence of OCaml native compilerHilko Bengen2011-05-122-1/+6
* hivex: Use OCaml bytecode compiler for caml_raise_with_args checkHilko Bengen2011-05-121-3/+3
* configure: Use Python platform-dependent site-packages.Richard W.M. Jones2011-05-121-1/+1
* Use Python's distutils to determine include and site-packages directories.Hilko Bengen2011-05-091-34/+12
* Don't rely on OCaml native compiler for testsHilko Bengen2011-05-091-15/+15
* Include generator in the tarball.Richard W.M. Jones2011-04-283-2/+23
* hivex/python fix for i386 integer size issueHilko Bengen2011-04-281-1/+1
* maint: Split long lines.Jim Meyering2011-04-131-52/+96
* Version 1.2.5.1.2.5Richard W.M. Jones2011-04-1316-123/+140
* Remove no longer used internal function utf16_string_len_in_bytes.Richard W.M. Jones2011-04-131-16/+2
* hivex_value_multiple_strings: Don't read uninitialized data.Richard W.M. Jones2011-04-131-1/+2
* Handle odd-length "UTF16" strings.Richard W.M. Jones2011-04-131-1/+1
* Return real length of buffer from hivex_value_value.Richard W.M. Jones2011-04-131-0/+4
* Really fix the case where a UTF-16 string contains junk after the string.Richard W.M. Jones2011-04-131-1/+1