1. 078e9bc msvc: Select the "fast" definition of the {get,put}_be32() macros by Ramsay Jones · 15 years ago
  2. 9eafa12 msvc: Fix some compiler warnings by Ramsay Jones · 15 years ago
  3. 30ae47b remove ARM and Mozilla SHA1 implementations by Nicolas Pitre · 16 years ago
  4. e9c5dcd block-sha1: guard gcc extensions with __GNUC__ by Nicolas Pitre · 16 years ago
  5. 51ea551 make sure byte swapping is optimal for git by Nicolas Pitre · 16 years ago
  6. d5f6a96 block-sha1: make the size member first in the context struct by Nicolas Pitre · 16 years ago
  7. a122185 block-sha1/sha1.c: silence compiler complaints by casting void * to char * by Brandon Casey · 16 years ago
  8. ee7dc31 block-sha1: more good unaligned memory access candidates by Nicolas Pitre · 16 years ago
  9. 660231a block-sha1: support for architectures with memory alignment restrictions by Nicolas Pitre · 16 years ago
  10. dc52fd2 block-sha1: split the different "hacks" to be individually selected by Nicolas Pitre · 16 years ago
  11. 30ba0de block-sha1: move code around by Nicolas Pitre · 16 years ago
  12. 926172c block-sha1: improve code on large-register-set machines by Linus Torvalds · 16 years ago
  13. 66c9c6c block-sha1: improved SHA1 hashing by Linus Torvalds · 16 years ago
  14. 30d12d4 block-sha1: perform register rotation using cpp by Linus Torvalds · 16 years ago
  15. 5d5210c block-sha1: get rid of redundant 'lenW' context by Linus Torvalds · 16 years ago
  16. e869e11 block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3 by Linus Torvalds · 16 years ago
  17. ab14c82 block-sha1: macroize the rounds a bit further by Linus Torvalds · 16 years ago
  18. 7b5075f block-sha1: re-use the temporary array as we calculate the SHA1 by Linus Torvalds · 16 years ago
  19. 139e345 block-sha1: make the 'ntohl()' part of the first SHA1 loop by Linus Torvalds · 16 years ago
  20. fd536d3 block-sha1: minor fixups by Junio C Hamano · 16 years ago
  21. b8e48a8 block-sha1: try to use rol/ror appropriately by Linus Torvalds · 16 years ago
  22. b26a9d5 block-sha1: undo ctx->size change by Junio C Hamano · 16 years ago
  23. d7c208a Add new optimized C 'block-sha1' routines by Linus Torvalds · 16 years ago