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
/
compression.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Missing include, noticed by Clang on OS X
Jack Lloyd
2016-10-21
1
-0
/
+1
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-7
/
+2
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-2
/
+2
*
Improve compression doc [ci skip]
René Korthaus
2016-10-11
1
-1
/
+38
*
Remove Transform base class
Jack Lloyd
2016-04-21
1
-25
/
+67
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-9
/
+9
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Add missing compression overrides
Simon Warta
2015-09-01
1
-0
/
+1
*
Change `make_compressor` and `make_decompressor` to return a
lloyd
2015-05-10
1
-7
/
+7
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-5
/
+5
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Figure out which decompressor to use based on the input file extension.
lloyd
2014-12-09
1
-1
/
+0
*
Add gzip compression transform and compress command line prog.
lloyd
2014-11-19
1
-0
/
+3
*
Convert compression filters to in-place transforms and refactor
lloyd
2014-11-18
1
-0
/
+99