Commit Briefs




Thomas Adam

portable: fix tests

Update regress/fetch to compile with bloom.


Thomas Adam

portable: update to handle bloom, etc

Update portable to support changes for bloom, etc.





Thomas Adam

sync with OpenBSD parse.y

Explicitly cast "char" to "unsigned char" when assigned to "int" to prevent sign extension from breaking comparions against EOF or passing invalid arguments to ctype functions.




Thomas Adam

limit delta chain length in newly created pack files to 32 deltas

Our former limit was 128 which is fairly high. Git uses 50 by default. A smaller limit results in slightly larger pack files but makes both packing and unpacking faster.












Thomas Adam

rework murmurhash2() to avoid potential unaligned memory access

pointed out by naddy@ ok millert@