Code

Add a testcase for ACL with restrictive umask.
[git.git] / block-sha1 /
2009-08-18 Nicolas Pitremake sure byte swapping is optimal for git
2009-08-18 Nicolas Pitreblock-sha1: make the size member first in the context...
2009-08-16 Junio C HamanoMerge branch 'lt/block-sha1'
2009-08-15 Brandon Caseyblock-sha1/sha1.c: silence compiler complaints by casti...
2009-08-13 Nicolas Pitreblock-sha1: more good unaligned memory access candidates
2009-08-12 Nicolas Pitreblock-sha1: support for architectures with memory align...
2009-08-12 Nicolas Pitreblock-sha1: split the different "hacks" to be individua...
2009-08-12 Nicolas Pitreblock-sha1: move code around
2009-08-11 Linus Torvaldsblock-sha1: improve code on large-register-set machines
2009-08-08 Linus Torvaldsblock-sha1: improved SHA1 hashing
2009-08-08 Linus Torvaldsblock-sha1: perform register rotation using cpp
2009-08-06 Linus Torvaldsblock-sha1: get rid of redundant 'lenW' context
2009-08-06 Linus Torvaldsblock-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C...
2009-08-06 Linus Torvaldsblock-sha1: macroize the rounds a bit further
2009-08-06 Linus Torvaldsblock-sha1: re-use the temporary array as we calculate...
2009-08-06 Linus Torvaldsblock-sha1: make the 'ntohl()' part of the first SHA1...
2009-08-06 Junio C Hamanoblock-sha1: minor fixups
2009-08-06 Linus Torvaldsblock-sha1: try to use rol/ror appropriately
2009-08-06 Junio C Hamanoblock-sha1: undo ctx->size change
2009-08-06 Linus TorvaldsAdd new optimized C 'block-sha1' routines