index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block-sha1
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
block-sha1: remove use of obsolete x86 assembly
brian m. carlson
2022-03-10
1
-17
/
+0
*
block-sha1: drop trailing semicolon from macro definition
René Scharfe
2021-03-17
1
-1
/
+1
*
block-sha1: take a size_t length parameter
Jeff King
2020-11-16
2
-2
/
+2
*
sha1: provide another level of indirection for the SHA-1 functions
Atousa Pahlevan Duprat
2015-11-05
1
-4
/
+4
*
Merge branch 'jk/pack-bitmap'
Junio C Hamano
2014-02-27
1
-32
/
+0
|
\
|
*
block-sha1: factor out get_be and put_be wrappers
Jeff King
2014-01-23
1
-32
/
+0
*
|
block-sha1/sha1.c: have SP around arithmetic operators
Junio C Hamano
2013-10-16
1
-2
/
+2
|
/
*
Merge branch 'jn/block-sha1'
Junio C Hamano
2012-07-24
1
-4
/
+4
|
\
|
*
block-sha1: put expanded macro parameters in parentheses
Jonathan Nieder
2012-07-23
1
-2
/
+2
|
*
block-sha1: avoid pointer conversion that violates alignment constraints
Jonathan Nieder
2012-07-23
1
-3
/
+3
*
|
msvc: Select the "fast" definition of the {get,put}_be32() macros
Ramsay Jones
2010-06-28
1
-0
/
+1
*
|
msvc: Fix some compiler warnings
Ramsay Jones
2010-06-25
1
-4
/
+4
|
/
*
remove ARM and Mozilla SHA1 implementations
Nicolas Pitre
2009-08-18
2
-4
/
+8
*
block-sha1: guard gcc extensions with __GNUC__
Nicolas Pitre
2009-08-18
1
-2
/
+2
*
make sure byte swapping is optimal for git
Nicolas Pitre
2009-08-18
1
-2
/
+2
*
block-sha1: make the size member first in the context struct
Nicolas Pitre
2009-08-18
1
-1
/
+1
*
block-sha1/sha1.c: silence compiler complaints by casting void * to char *
Brandon Casey
2009-08-15
1
-2
/
+2
*
block-sha1: more good unaligned memory access candidates
Nicolas Pitre
2009-08-13
1
-1
/
+4
*
block-sha1: support for architectures with memory alignment restrictions
Nicolas Pitre
2009-08-12
1
-2
/
+30
*
block-sha1: split the different "hacks" to be individually selected
Nicolas Pitre
2009-08-12
1
-5
/
+18
*
block-sha1: move code around
Nicolas Pitre
2009-08-12
1
-69
/
+60
*
block-sha1: improve code on large-register-set machines
Linus Torvalds
2009-08-11
1
-1
/
+24
*
block-sha1: improved SHA1 hashing
Linus Torvalds
2009-08-08
1
-3
/
+4
*
block-sha1: perform register rotation using cpp
Linus Torvalds
2009-08-08
1
-27
/
+90
*
block-sha1: get rid of redundant 'lenW' context
Linus Torvalds
2009-08-06
2
-11
/
+7
*
block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3
Linus Torvalds
2009-08-06
1
-1
/
+1
*
block-sha1: macroize the rounds a bit further
Linus Torvalds
2009-08-06
1
-30
/
+26
*
block-sha1: re-use the temporary array as we calculate the SHA1
Linus Torvalds
2009-08-06
1
-12
/
+16
*
block-sha1: make the 'ntohl()' part of the first SHA1 loop
Linus Torvalds
2009-08-06
1
-12
/
+16
*
block-sha1: minor fixups
Junio C Hamano
2009-08-06
1
-2
/
+2
*
block-sha1: try to use rol/ror appropriately
Linus Torvalds
2009-08-06
1
-10
/
+22
*
block-sha1: undo ctx->size change
Junio C Hamano
2009-08-06
1
-3
/
+3
*
Add new optimized C 'block-sha1' routines
Linus Torvalds
2009-08-06
2
-0
/
+166