From: Andre Noll Date: Tue, 20 Dec 2016 14:40:09 +0000 (+0100) Subject: Merge branch 'refs/heads/t/base64' X-Git-Tag: v0.5.7~20 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=78cc9c57ad9b1cc389956957030d37f71cb60a07;hp=78cc9c57ad9b1cc389956957030d37f71cb60a07 Merge branch 'refs/heads/t/base64' A couple of patches which move the base64 code to a separate file, and improve on it. Was cooking for several months. * refs/heads/t/base64: base64: Speed up decoder by using a table. base64: Use para_isspace() everywhere. base64: Trivial whitespace fixes. base64: Replace Pad64 variable by macro. base64: Remove unnecessary overflow checks. base64: Saner semantics for base64_decode() and uudecode(). Move base64 implementation to own file. ---