BASE64 de/encoding - by Edward Flick - replace John Walkers implementation with http...
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 2 Jan 2014 23:08:45 +0000 (00:08 +0100)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 2 Jan 2014 23:08:45 +0000 (00:08 +0100)
commit4032a9c4c69d6bec1cf7ed922f869d76617487ae
treecefd0599de836962405a266c7ed28f5a4e289b3b
parent4eae28a9f066cdd025cefceda2de3fbbccfc8303
BASE64 de/encoding - by Edward Flick - replace John Walkers implementation with libb64.sourceforge.net which has proven to be a lot faster.
libcitadel/COPYING
libcitadel/Makefile.in
libcitadel/lib/b64/AUTHORS [new file with mode: 0644]
libcitadel/lib/b64/LICENSE [new file with mode: 0644]
libcitadel/lib/b64/README [new file with mode: 0644]
libcitadel/lib/b64/cdecode.c [new file with mode: 0644]
libcitadel/lib/b64/cdecode.h [new file with mode: 0644]
libcitadel/lib/b64/cencode.c [new file with mode: 0644]
libcitadel/lib/b64/cencode.h [new file with mode: 0644]
libcitadel/lib/tools.c