]> arthur.barton.de Git - bup.git/shortlog
bup.git
2009-12-30 Avery PennarunAdd a C module to do the rolling checksum.
2009-12-30 Avery Pennarunhashsplit.py: print performance timings to stderr on...
2009-12-30 Avery Pennarundatagen.c: a quick program to generate a repeatable...
2009-12-30 Avery Pennarunhashsplit.py: less excessive logging, more suitable...
2009-12-30 Avery Pennarunhashsplit.py: create blob objects by hand, not with...
2009-12-30 Avery Pennarunhashsplit.py is now much, much faster than before.
2009-12-29 Avery Pennarunhashsplit.py: a python version of hashsplit.c
2009-12-29 Avery PennarunMake split condition depend on ~0, not 0.
2009-12-29 Avery PennarunReport the block size when splitting each block.
2009-10-04 Avery PennarunAdd a README
2009-10-04 Avery PennarunAdd some comments so nobody thinks I think fgetc/fputc...
2009-10-04 Avery PennarunAdd a comment to stupidsum_add() so people don't think...
2009-10-04 Avery PennarunRename hsplit/hjoin to hashsplit/hashjoin.
2009-10-04 Avery PennarunAdd a trivial hjoin, the reverse of hsplit.
2009-10-04 Avery PennarunAha, fixed a bug causing the split points not to resync.
2009-10-04 Avery PennarunActually hash stuff, and add a basic 'make test'.
2009-10-03 Avery PennarunExtremely cheesy initial implementation of rolling...