index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
codec
/
base64
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify base32/base64 by moving common logic to code_base.h
Jack Lloyd
2018-10-15
1
-35
/
+8
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
1
-8
/
+8
*
Fix some Doxygen warnings
Jack Lloyd
2018-08-15
1
-2
/
+2
*
Add some final annotations
Jack Lloyd
2018-08-13
1
-1
/
+1
*
Use codec_base for Base64 encoding
Wambou
2018-08-04
2
-158
/
+153
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-2
/
+2
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-7
/
+7
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Remove function comments n*4/3 and n*3/4 in base64
Evgeny Pokhilko
2017-02-06
2
-6
/
+29
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
2
-24
/
+24
*
Missing adds
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-2
/
+2
*
Fix round_up
Simon Warta
2015-07-15
1
-7
/
+3
*
lib/codec: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
2
-5
/
+10
*
Clean up base64 handling. Github pull 40 from webmaster128
lloyd
2015-01-11
1
-11
/
+10
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
Handle zero length inputs correctly in base64. Github issue 37
lloyd
2015-01-08
1
-2
/
+9
*
Fix various warnings from VC++ 2014 and add missing include
lloyd
2014-10-31
1
-2
/
+2
*
Move lib into src
lloyd
2014-01-10
3
-0
/
+373