aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDataBase64EncodingAdditions.h
Commit message (Collapse)AuthorAgeFilesLines
* - Add a base64Encoding method for convenience when the result should be all ↵rowanbeentje2012-03-181-0/+1
| | | | on one line, and use it in SPTableContent
* - Remove the Colloquy-derived, GPL -[NSData base64EncodingWithLineLength:] ↵rowanbeentje2012-03-181-0/+30
method, and replace with an equivalent method derived from QSUtilities/PHP, which is MIT/BSD-alike licensed. New method is also at least ten times faster, up to much faster for long strings.