index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
base85.c
Age
Commit message (
Expand
)
Author
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2023-04-24
base85.h: move declarations for base85.c functions from cache.h
Elijah Newren
2013-10-16
base85.c: have SP around arithmetic operators
Junio C Hamano
2010-08-12
Standardize do { ... } while (0) style
Jonathan Nieder
2010-01-10
Merge branch 'maint-1.6.2' into maint
Junio C Hamano
2010-01-09
base85: Make the code more obvious instead of explaining the non-obvious
Andreas Gruenbacher
2010-01-09
base85: encode_85() does not use the decode table
Andreas Gruenbacher
2010-01-09
base85 debug code: Fix length byte calculation
Andreas Gruenbacher
2009-06-18
Fix big left-shifts of unsigned char
Linus Torvalds
2007-05-30
decode_85(): fix missing return.
Jerald Fitzjerald
2007-04-11
(encode_85, decode_85): Mark source buffer pointer as "const".
Jim Meyering
2006-05-08
improve base85 generated assembly code
Nicolas Pitre
2006-05-05
binary diff: further updates.
Junio C Hamano