๐ŸŒ AIๆœ็ดข & ไปฃ็† ไธป้กต
Git 2.52-rc1
  1. 4c61a1d sha1: do not redefine `platform_SHA_CTX` and friends by Taylor Blau ยท 1 year, 3 months ago
  2. 9dc523a Makefile + hash.h: remove PPC_SHA1 implementation by ร†var Arnfjรถrรฐ Bjarmason ยท 3 years, 3 months ago
  3. 544d93b block-sha1: remove use of obsolete x86 assembly by brian m. carlson ยท 3 years, 9 months ago
  4. 3d8cbbf block-sha1: drop trailing semicolon from macro definition by Renรฉ Scharfe ยท 4 years, 9 months ago
  5. 9bb4542 block-sha1: take a size_t length parameter by Jeff King ยท 5 years ago
  6. 3bc72fd sha1: provide another level of indirection for the SHA-1 functions by Atousa Pahlevan Duprat ยท 10 years ago
  7. 0f9e62e Merge branch 'jk/pack-bitmap' by Junio C Hamano ยท 12 years ago
  8. 802b123 block-sha1: factor out get_be and put_be wrappers by Jeff King ยท 12 years ago
  9. 6b2dd0e block-sha1/sha1.c: have SP around arithmetic operators by Junio C Hamano ยท 12 years ago
  10. ebcfa44 Merge branch 'jn/block-sha1' by Junio C Hamano ยท 13 years ago
  11. 23119ff block-sha1: put expanded macro parameters in parentheses by Jonathan Nieder ยท 13 years ago
  12. 5f6a112 block-sha1: avoid pointer conversion that violates alignment constraints by Jonathan Nieder ยท 13 years ago
  13. 078e9bc msvc: Select the "fast" definition of the {get,put}_be32() macros by Ramsay Jones ยท 15 years ago
  14. 9eafa12 msvc: Fix some compiler warnings by Ramsay Jones ยท 15 years ago
  15. 30ae47b remove ARM and Mozilla SHA1 implementations by Nicolas Pitre ยท 16 years ago
  16. e9c5dcd block-sha1: guard gcc extensions with __GNUC__ by Nicolas Pitre ยท 16 years ago
  17. 51ea551 make sure byte swapping is optimal for git by Nicolas Pitre ยท 16 years ago
  18. d5f6a96 block-sha1: make the size member first in the context struct by Nicolas Pitre ยท 16 years ago
  19. a122185 block-sha1/sha1.c: silence compiler complaints by casting void * to char * by Brandon Casey ยท 16 years ago
  20. ee7dc31 block-sha1: more good unaligned memory access candidates by Nicolas Pitre ยท 16 years ago
  21. 660231a block-sha1: support for architectures with memory alignment restrictions by Nicolas Pitre ยท 16 years ago
  22. dc52fd2 block-sha1: split the different "hacks" to be individually selected by Nicolas Pitre ยท 16 years ago
  23. 30ba0de block-sha1: move code around by Nicolas Pitre ยท 16 years ago
  24. 926172c block-sha1: improve code on large-register-set machines by Linus Torvalds ยท 16 years ago
  25. 66c9c6c block-sha1: improved SHA1 hashing by Linus Torvalds ยท 16 years ago
  26. 30d12d4 block-sha1: perform register rotation using cpp by Linus Torvalds ยท 16 years ago
  27. 5d5210c block-sha1: get rid of redundant 'lenW' context by Linus Torvalds ยท 16 years ago
  28. 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
  29. ab14c82 block-sha1: macroize the rounds a bit further by Linus Torvalds ยท 16 years ago
  30. 7b5075f block-sha1: re-use the temporary array as we calculate the SHA1 by Linus Torvalds ยท 16 years ago
  31. 139e345 block-sha1: make the 'ntohl()' part of the first SHA1 loop by Linus Torvalds ยท 16 years ago
  32. fd536d3 block-sha1: minor fixups by Junio C Hamano ยท 16 years ago
  33. b8e48a8 block-sha1: try to use rol/ror appropriately by Linus Torvalds ยท 16 years ago
  34. b26a9d5 block-sha1: undo ctx->size change by Junio C Hamano ยท 16 years ago
  35. d7c208a Add new optimized C 'block-sha1' routines by Linus Torvalds ยท 16 years ago