summaryrefslogtreecommitdiff
path: root/tests/base64-test.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-24Fix a memory overrunMatthias Clasen1-1/+1
2007-11-23Don't refuse to encode a single byte. (Milan Crha)Matthias Clasen1-6/+13
2007-03-17define PCRE_STATIC to reflect the inclusion of pcre as LIB, notHans Breuer1-0/+4
2006-05-03Add some more tests.Matthias Clasen1-19/+31
2006-05-03Use malloced memory instead of stack-allocated, so that MALLOC_CHECK_=2Matthias Clasen1-2/+10
2006-04-04Add base64 encode/decode functionsAlexander Larsson1-0/+107