Commits


use random seeds for murmurhash2 change the three hardcoded seeds to fresh ones generated on demand via arc4random. Suggested/fixed by and ok stsp@


consistently match size of hash variables to that returned by murmurhash ok millert stsp


reduce minimum deltification chunk size to 32; suggested by ori


map raw object files into memory while packing if possible


Allow for skipping the base object header in got_deltify().


substantial rewrite of deltify.c; operate on plain files only