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
/
compression
/
bzip2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-5
/
+5
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-2
/
+1
*
Remove Transform base class
Jack Lloyd
2016-04-21
3
-16
/
+12
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-1
/
+1
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-2
/
+2
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-6
/
+6
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-4
/
+4
*
Add missing overrides
Jack Lloyd
2015-11-11
1
-1
/
+1
*
Add missing compression overrides
Simon Warta
2015-09-01
1
-1
/
+1
*
Mark modules pulling in external deps (zlib, boost, etc) as such, and
lloyd
2015-02-06
1
-1
/
+1
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-1
/
+1
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-0
/
+2
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
Figure out which decompressor to use based on the input file extension.
lloyd
2014-12-09
2
-30
/
+29
*
Add gzip compression transform and compress command line prog.
lloyd
2014-11-19
1
-1
/
+1
*
Convert compression filters to in-place transforms and refactor
lloyd
2014-11-18
3
-0
/
+169