summary refs log tree commit diff stats
path: root/lib/pure/base64.nim
Commit message (Collapse)AuthorAgeFilesLines
* base64: fixes the error message for an invalid base64 input character ↵Andreas Rumpf2020-09-201-1/+1
| | | | [backport:1.2]
* Fix style inconsistencies due to the previous commitnarimiran2020-07-061-1/+1
|
* revert 0944b0f4narimiran2020-07-061-1/+1
|
* encodeMIME should be encodeMime by our coding guidelinesAraq2020-04-011-3/+3
|
* fixes #13722 (#13729)Andreas Rumpf2020-03-231-8/+20
| | | | | * fixes #13722 * better fix
* fight the code bloat in base64.nimAraq2020-03-201-7/+16
|
* Add Base64 safe (#13672)Juan Carlos2020-03-201-9/+28
| | | | * Implement RFC-4648 Section-7 * https://github.com/nim-lang/Nim/pull/13672#issuecomment-600993466
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. ↵3n-k12019-11-281-2/+2
| | | | (#12754)
* replace some runtime repr in stdlib for gc:arc (#12716)Andy Davidoff2019-11-251-2/+2
|
* Fix many broken linksJjp1372019-10-221-2/+2
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* About 50% faster base64 implemention. (#12436)treeform2019-10-171-120/+144
|
* [backport] run nimpretty on hashesnarimiran2019-09-301-4/+5
|
* last stdlib cleanupsAraq2019-09-211-1/+3
|
* make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-101-1/+1
|
* fixes #11364 (#11383)Andreas Rumpf2019-06-031-2/+2
|
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-1/+0
|
* 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