summaryrefslogtreecommitdiff
path: root/base85.c
Commit message (Expand)AuthorAgeFilesLines
* base85: encode_85() does not use the decode tableAndreas Gruenbacher2010-01-091-2/+0
* base85 debug code: Fix length byte calculationAndreas Gruenbacher2010-01-091-1/+1
* decode_85(): fix missing return.Jerald Fitzjerald2007-05-301-1/+1
* (encode_85, decode_85): Mark source buffer pointer as "const".Jim Meyering2007-04-111-2/+2
* improve base85 generated assembly codeNicolas Pitre2006-05-081-29/+35
* binary diff: further updates.Junio C Hamano2006-05-051-0/+134