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
*
Fix Sphinx errors
Jack Lloyd
2018-12-03
1
-0
/
+1
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
5
-45
/
+55
*
Default to not setting a timestamp in the gzip header
Jack Lloyd
2017-12-14
2
-5
/
+6
*
Merge #1312 Fix documentation of compression/decompression update function.
Jack Lloyd
2017-11-25
1
-2
/
+2
|
\
|
*
Fix documentation of compression/decompression update function.
Marcus Brinkmann
2017-11-26
1
-2
/
+2
*
|
Merge #1311 Add create and create_or_throw factories for Compression_Algorith...
Jack Lloyd
2017-11-25
2
-0
/
+69
|
\
\
|
*
|
Documentation fix in compression create/create_or_throw functions.
Marcus Brinkmann
2017-11-26
1
-6
/
+4
|
*
|
Add create and create_or_throw factories for Compression_Algorithm and Decomp...
Marcus Brinkmann
2017-11-25
2
-0
/
+71
|
|
/
*
/
Fix bzip2 compression issue.
Jack Lloyd
2017-11-25
1
-2
/
+8
|
/
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-3
/
+3
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-1
/
+1
*
It's easier to use calloc here
Jack Lloyd
2017-09-22
1
-8
/
+2
*
LZMA - there is no reason for new or delete here
Jack Lloyd
2017-09-22
1
-6
/
+6
*
Improve compression tests slightly
Jack Lloyd
2017-09-22
1
-0
/
+6
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
4
-9
/
+9
*
Another missing header
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
5
-10
/
+10
*
Add API stability annotations.
Jack Lloyd
2017-09-19
4
-14
/
+14
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
4
-4
/
+12
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
7
-46
/
+46
*
Rename zero_mem to secure_scrub_memory
Jack Lloyd
2016-11-03
1
-1
/
+1
*
Avoid unused warning when no compression libs available
Jack Lloyd
2016-10-25
1
-0
/
+2
*
Missing include, noticed by Clang on OS X
Jack Lloyd
2016-10-21
1
-0
/
+1
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
7
-232
/
+248
*
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
12
-151
/
+138
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
1
-1
/
+1
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
3
-4
/
+4
*
In compression wrappers add an overflow check before calling malloc
Jack Lloyd
2016-02-13
1
-3
/
+21
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
4
-19
/
+19
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
3
-12
/
+12
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
5
-16
/
+16
*
Add missing overrides
Jack Lloyd
2015-11-11
2
-2
/
+2
*
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
[next]