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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing compression overrides
Simon Warta
2015-09-01
3
-2
/
+3
*
Add override specifiers to zlib.h
Jack Lloyd
2015-08-28
1
-6
/
+6
*
Gzip_Decompression should be a subclass of Stream_Decompression
Jack Lloyd
2015-08-28
1
-1
/
+1
*
Compression: Fix zlib failure on compression of empty input
Daniel Seither
2015-08-28
1
-0
/
+8
*
Compression: Prevent undefined behavior when feeding empty input
Daniel Seither
2015-08-28
1
-7
/
+7
*
Add missing semicolons
Daniel Seither
2015-07-15
1
-1
/
+1
*
lib/compression: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-2
/
+2
*
Return null instead of throwing if compressor obj not available
lloyd
2015-05-13
1
-1
/
+3
*
Add tests for compression and SRP.
lloyd
2015-05-13
2
-4
/
+7
*
Change `make_compressor` and `make_decompressor` to return a
lloyd
2015-05-10
2
-39
/
+49
*
Change zlib to use Z_SYNC_FLUSH instead of Z_FULL_FLUSH for flushing.
lloyd
2015-05-10
1
-1
/
+1
*
Mark modules pulling in external deps (zlib, boost, etc) as such, and
lloyd
2015-02-06
3
-3
/
+3
*
Fix build problem with recent LZMA library.
lloyd
2015-02-05
2
-6
/
+7
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
7
-45
/
+33
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
6
-47
/
+35
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
3
-6
/
+5
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
10
-10
/
+10
*
Figure out which decompressor to use based on the input file extension.
lloyd
2014-12-09
7
-67
/
+98
*
Nullptr cleanup
lloyd
2014-12-06
1
-1
/
+1
*
Add gzip compression transform and compress command line prog.
lloyd
2014-11-19
5
-12
/
+171
*
Convert compression filters to in-place transforms and refactor
lloyd
2014-11-18
14
-0
/
+879