1. 3bc72fd sha1: provide another level of indirection for the SHA-1 functions by Atousa Pahlevan Duprat · 9 years ago
  2. 0f9e62e Merge branch 'jk/pack-bitmap' by Junio C Hamano · 11 years ago
  3. 802b123 block-sha1: factor out get_be and put_be wrappers by Jeff King · 11 years ago
  4. 6b2dd0e block-sha1/sha1.c: have SP around arithmetic operators by Junio C Hamano · 11 years ago
  5. ebcfa44 Merge branch 'jn/block-sha1' by Junio C Hamano · 13 years ago
  6. 23119ff block-sha1: put expanded macro parameters in parentheses by Jonathan Nieder · 13 years ago
  7. 5f6a112 block-sha1: avoid pointer conversion that violates alignment constraints by Jonathan Nieder · 13 years ago
  8. 078e9bc msvc: Select the "fast" definition of the {get,put}_be32() macros by Ramsay Jones · 15 years ago
  9. 9eafa12 msvc: Fix some compiler warnings by Ramsay Jones · 15 years ago
  10. 30ae47b remove ARM and Mozilla SHA1 implementations by Nicolas Pitre · 16 years ago
  11. e9c5dcd block-sha1: guard gcc extensions with __GNUC__ by Nicolas Pitre · 16 years ago
  12. 51ea551 make sure byte swapping is optimal for git by Nicolas Pitre · 16 years ago
  13. d5f6a96 block-sha1: make the size member first in the context struct by Nicolas Pitre · 16 years ago
  14. a122185 block-sha1/sha1.c: silence compiler complaints by casting void * to char * by Brandon Casey · 16 years ago
  15. ee7dc31 block-sha1: more good unaligned memory access candidates by Nicolas Pitre · 16 years ago
  16. 660231a block-sha1: support for architectures with memory alignment restrictions by Nicolas Pitre · 16 years ago
  17. dc52fd2 block-sha1: split the different "hacks" to be individually selected by Nicolas Pitre · 16 years ago
  18. 30ba0de block-sha1: move code around by Nicolas Pitre · 16 years ago
  19. 926172c block-sha1: improve code on large-register-set machines by Linus Torvalds · 16 years ago
  20. 66c9c6c block-sha1: improved SHA1 hashing by Linus Torvalds · 16 years ago
  21. 30d12d4 block-sha1: perform register rotation using cpp by Linus Torvalds · 16 years ago
  22. 5d5210c block-sha1: get rid of redundant 'lenW' context by Linus Torvalds · 16 years ago
  23. 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
  24. ab14c82 block-sha1: macroize the rounds a bit further by Linus Torvalds · 16 years ago
  25. 7b5075f block-sha1: re-use the temporary array as we calculate the SHA1 by Linus Torvalds · 16 years ago
  26. 139e345 block-sha1: make the 'ntohl()' part of the first SHA1 loop by Linus Torvalds · 16 years ago
  27. fd536d3 block-sha1: minor fixups by Junio C Hamano · 16 years ago
  28. b8e48a8 block-sha1: try to use rol/ror appropriately by Linus Torvalds · 16 years ago
  29. b26a9d5 block-sha1: undo ctx->size change by Junio C Hamano · 16 years ago
  30. d7c208a Add new optimized C 'block-sha1' routines by Linus Torvalds · 16 years ago