index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
base64.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `safe` parameter to `base64.encodeMime` (#20559)
Amjad Ben Hedhili
2022-10-21
1
-3
/
+11
*
Remove unused `base64.encode` overload (#20369)
Amjad Ben Hedhili
2022-10-09
1
-27
/
+10
*
Optimize `base64.encodeMime` (#20409)
Amjad Ben Hedhili
2022-09-25
1
-6
/
+20
*
Documentation: Fix word usage (#19529)
Sizhe Zhao
2022-02-14
1
-2
/
+2
*
fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...
Timothee Cour
2021-05-08
1
-1
/
+1
*
[std/base64] uses runnableExamples (#17882)
flywind
2021-05-01
1
-32
/
+30
*
further progress on rst roles & directives (fix #17646) (#17659)
Andrey Makarov
2021-04-08
1
-4
/
+4
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-4
/
+4
*
use single backtick (#17181)
flywind
2021-02-24
1
-8
/
+8
*
Save some alloc on base64 using encodeSize (#16465)
Juan Carlos
2020-12-27
1
-0
/
+1
*
base64: fixes the error message for an invalid base64 input character [backpo...
Andreas Rumpf
2020-09-20
1
-1
/
+1
*
Fix style inconsistencies due to the previous commit
narimiran
2020-07-06
1
-1
/
+1
*
revert 0944b0f4
narimiran
2020-07-06
1
-1
/
+1
*
encodeMIME should be encodeMime by our coding guidelines
Araq
2020-04-01
1
-3
/
+3
*
fixes #13722 (#13729)
Andreas Rumpf
2020-03-23
1
-8
/
+20
*
fight the code bloat in base64.nim
Araq
2020-03-20
1
-7
/
+16
*
Add Base64 safe (#13672)
Juan Carlos
2020-03-20
1
-9
/
+28
*
[backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...
3n-k1
2019-11-28
1
-2
/
+2
*
replace some runtime repr in stdlib for gc:arc (#12716)
Andy Davidoff
2019-11-25
1
-2
/
+2
*
Fix many broken links
Jjp137
2019-10-22
1
-2
/
+2
*
About 50% faster base64 implemention. (#12436)
treeform
2019-10-17
1
-120
/
+144
*
[backport] run nimpretty on hashes
narimiran
2019-09-30
1
-4
/
+5
*
last stdlib cleanups
Araq
2019-09-21
1
-1
/
+3
*
make more parts of the stdlib compile with --styleCheck:error
Araq
2019-07-10
1
-1
/
+1
*
fixes #11364 (#11383)
Andreas Rumpf
2019-06-03
1
-2
/
+2
*
Fix header inconsistencies in documentation (#11071)
Zed
2019-04-23
1
-1
/
+0
*
better docs: base64 (#10371)
Thomas T. Jarløv
2019-01-19
1
-25
/
+59
*
make more tests green
Andreas Rumpf
2018-04-30
1
-4
/
+4
*
Small base64.nim refactor (#5755)
Daniil Yarancev
2017-04-25
1
-18
/
+23
*
Fixes #5457 - StdLib base64 encodeInternal crashes with out of bound exceptio...
Florent
2017-03-02
1
-3
/
+9
*
Fixed base64 encode
Yuriy Glukhov
2016-04-11
1
-1
/
+2
*
Added examples and more docs to base64 module.
Dominik Picheta
2015-09-17
1
-0
/
+37
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-21
/
+21
*
Some docgen fixes.
Dominik Picheta
2014-09-13
1
-0
/
+1
*
updated base64.nim
Araq
2014-08-28
1
-127
/
+127
*
big rename
Araq
2014-08-27
1
-1
/
+1
*
Fixes base64 crash.
Dominik Picheta
2014-07-26
1
-1
/
+1
*
Added base64 encode overload for arrays of integers/bytes
onionhammer
2013-10-30
1
-116
/
+126
*
fixes base64 module
Araq
2013-08-15
1
-6
/
+8
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
1
-0
/
+0
*
base64: decoding works
Araq
2010-10-23
1
-20
/
+6
*
added base64 module; decoding still broken
Araq
2010-10-23
1
-0
/
+129