summaryrefslogtreecommitdiff
path: root/base85.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-10Merge branch 'maint-1.6.2' into maintLibravatar Junio C Hamano1-11/+3
2010-01-09base85: Make the code more obvious instead of explaining the non-obviousLibravatar Andreas Gruenbacher1-8/+2
2010-01-09base85: encode_85() does not use the decode tableLibravatar Andreas Gruenbacher1-2/+0
2010-01-09base85 debug code: Fix length byte calculationLibravatar Andreas Gruenbacher1-1/+1
2009-06-18Fix big left-shifts of unsigned charLibravatar Linus Torvalds1-1/+1
2007-05-30decode_85(): fix missing return.Libravatar Jerald Fitzjerald1-1/+1
2007-04-11(encode_85, decode_85): Mark source buffer pointer as "const".Libravatar Jim Meyering1-2/+2
2006-05-08improve base85 generated assembly codeLibravatar Nicolas Pitre1-29/+35
2006-05-05binary diff: further updates.Libravatar Junio C Hamano1-0/+134