]> git.tuebingen.mpg.de Git - paraslash.git/history - base64.c
base64: Speed up decoder by using a table.
[paraslash.git] / base64.c
2016-08-23 Andre Nollbase64: Speed up decoder by using a table.
2016-08-23 Andre Nollbase64: Use para_isspace() everywhere.
2016-08-23 Andre Nollbase64: Trivial whitespace fixes.
2016-08-23 Andre Nollbase64: Replace Pad64 variable by macro.
2016-08-23 Andre Nollbase64: Remove unnecessary overflow checks.
2016-08-23 Andre Nollbase64: Saner semantics for base64_decode() and uudecode().
2016-08-23 Andre NollMove base64 implementation to own file.