index
:
joe/xdelta.git
haskell
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xdelta3
/
examples
/
Makefile
Age
Commit message (
Expand
)
Author
2009-10-25
Adds xd3_set_source_and_size.
josh.macdonald
2008-04-15
Fixes for issue 70. The test inputs tickled a case where the
josh.macdonald
2007-11-26
The rabin-karp checksum looks better in testing but doesn't really
josh.macdonald
2007-11-13
Learned a lot about Rabin-Karp performance.
josh.macdonald
2007-11-11
Compile with g++ 3.4.4 and add C++ checksum_test.cc
josh.macdonald
2007-11-07
Adds compare_test for benchmarking xd3_forward_match, the optimized
josh.macdonald
2007-10-29
Add a new COMPLEVEL_1, previous -1 becomes -2.
josh.macdonald
2007-10-28
New xd3_blksize_div() function used everywhere to avoid __umoddi3
josh.macdonald
2007-10-28
Eliminate calls to __umoddi3 (compiler generated for 64-bit % 32-bit).
josh.macdonald
2007-10-27
Cleanups on cygwin.
josh.macdonald
2007-10-27
Fixes for linux build.
josh.macdonald
2007-10-21
New speed tes.t
josh.macdonald
2007-09-24
Add example by Ralf Junker, who has given me permission to distribute.
josh.macdonald
2007-02-14
fix two alloc checks in djw.h
josh.macdonald
2007-02-14
add small_page_test.c, currently fails
josh.macdonald