summary refs log tree commit diff stats
path: root/lib/pure/base64.nim
Commit message (Collapse)AuthorAgeFilesLines
* better docs: base64 (#10371)Thomas T. Jarløv2019-01-191-25/+59
|
* make more tests greenAndreas Rumpf2018-04-301-4/+4
|
* Small base64.nim refactor (#5755)Daniil Yarancev2017-04-251-18/+23
| | | | | | | | | | * Small changes (var to let) * Some additional `var` to `let` * Fix * Finally removed immediate
* Fixes #5457 - StdLib base64 encodeInternal crashes with out of bound ↵Florent2017-03-021-3/+9
| | | | exception (#5464)
* Fixed base64 encodeYuriy Glukhov2016-04-111-1/+2
|
* Added examples and more docs to base64 module.Dominik Picheta2015-09-171-0/+37
|
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-21/+21
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Some docgen fixes.Dominik Picheta2014-09-131-0/+1
|
* updated base64.nimAraq2014-08-281-127/+127
|
* big renameAraq2014-08-271-1/+1
|
* Fixes base64 crash.Dominik Picheta2014-07-261-1/+1
|
* Added base64 encode overload for arrays of integers/bytesonionhammer2013-10-301-116/+126
|
* fixes base64 moduleAraq2013-08-151-6/+8
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* non-nil AST; continue after errors for IDE supportAraq2011-02-121-0/+0
|
* base64: decoding worksAraq2010-10-231-20/+6
|
* added base64 module; decoding still brokenAraq2010-10-231-0/+129