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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split CLI utils.cpp into more parts
Jack Lloyd
2019-02-28
1
-4
/
+7
*
Fix some MSVC warnings
Jack Lloyd
2018-12-10
1
-1
/
+1
*
Make ASan happy
Jack Lloyd
2018-12-09
1
-1
/
+1
*
Add base58 encoding/decoding
Jack Lloyd
2018-12-09
3
-0
/
+266
*
Simplify base32/base64 by moving common logic to code_base.h
Jack Lloyd
2018-10-15
2
-71
/
+17
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
2
-16
/
+16
*
Fix some Doxygen warnings
Jack Lloyd
2018-08-15
1
-2
/
+2
*
Add some final annotations
Jack Lloyd
2018-08-13
2
-2
/
+2
*
Use codec_base for Base64 encoding
Wambou
2018-08-04
2
-158
/
+153
*
Move codec_base.h to internal header in utils
Jack Lloyd
2018-05-31
4
-170
/
+3
*
Refactoring Base32 to use the templated algorithm
Wambou
2018-05-31
2
-182
/
+146
*
Define templated base encoding/decoding
Wambou
2018-05-31
2
-0
/
+167
*
Implement Base32
Wambou
2018-05-31
3
-0
/
+417
*
Address some bool/int conversion warnings from Sonar
Jack Lloyd
2017-10-06
1
-1
/
+4
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-2
/
+2
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
2
-4
/
+4
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
2
-16
/
+16
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
2
-2
/
+6
*
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
4
-53
/
+53
*
Missing adds
Jack Lloyd
2015-12-11
2
-2
/
+2
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
2
-4
/
+4
*
Fix round_up
Simon Warta
2015-07-15
1
-7
/
+3
*
lib/codec: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
4
-12
/
+17
*
Clean up root dir, remove some unneeded dependencies
lloyd
2015-02-05
6
-508
/
+0
*
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
8
-8
/
+8
*
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
12
-0
/
+1234