Nick Mathewson
|
90aeaa53cd
Remove all use of the assert.h header
|
6 роки тому |
Nick Mathewson
|
0dab29ce10
Run rectify_include_paths.py
|
6 роки тому |
Nick Mathewson
|
fb0019daf9
Update copyrights to 2018.
|
6 роки тому |
Nick Mathewson
|
a77a366b87
Warn on zstd header/library version mismatch
|
6 роки тому |
Nick Mathewson
|
c92ac9f5cb
Convert the rest of src/common's headers to use FREE_AND_NULL
|
7 роки тому |
Alexander Færøy
|
44dc4b73ec
Better error handling when trying to compress/decompress into empty buffer.
|
7 роки тому |
Alexander Færøy
|
c3b7f9d762
Fix whitespace issue in compress.c
|
7 роки тому |
Nick Mathewson
|
3a073c463d
Improve unit test coverage for compression code.
|
7 роки тому |
Nick Mathewson
|
14614a592e
Fix spelling: compressing, not compresing
|
7 роки тому |
Nick Mathewson
|
a64d79ca4c
Move around some LCOV_EXCLs in src/common
|
7 роки тому |
Nick Mathewson
|
acbe16a9a2
Log even more to try to debug 22719
|
7 роки тому |
Nick Mathewson
|
6caf924605
Add an additional log message to try to diagnose #22719
|
7 роки тому |
Nick Mathewson
|
e51e7bd38b
Merge branch 'bug22502_redux_031' into maint-0.3.1
|
7 роки тому |
Nick Mathewson
|
9328bd524e
Enforce the rule that COMPRESS_OK means progress was made.
|
7 роки тому |
Nick Mathewson
|
945256188a
mingw/windows printf lacks %zd ; use %lu and casts instead
|
7 роки тому |
Nick Mathewson
|
eb632afb17
Correct the fix to bug 22629 to permit trailing non-garbage
|
7 роки тому |
teor
|
7d535ea9d3
Add extra logging during compression and decompression
|
7 роки тому |
teor
|
952c9073ad
Check for trailing input garbage in tor_compress_impl() when decompressing
|
7 роки тому |
teor
|
8e1b37a4aa
Check if tor_compress_new() returns NULL in tor_compress_impl()
|
7 роки тому |
Alexander Færøy
|
3a05687c6d
Add API for getting human readable descriptions of a compress_method_t
|
7 роки тому |
Nick Mathewson
|
584ab1f29b
Merge branch 'compress_none_v2_squashed'
|
7 роки тому |
Nick Mathewson
|
1bc21111d8
Treat the identity transformation as another kind of compression.
|
7 роки тому |
Nick Mathewson
|
c486ef57a3
Rename x-lzma to x-tor-lzma
|
7 роки тому |
Alexander Færøy
|
e5122b91a9
Only compare the first 3 bytes when trying to detect LZMA compression.
|
7 роки тому |
Nick Mathewson
|
10a4f9cd07
Merge branch 'parse_accept_encoding'
|
7 роки тому |
Nick Mathewson
|
2903c329aa
Move the "supported compression bitmask" into compress.[ch]
|
7 роки тому |
Nick Mathewson
|
49deb1e1b8
Document and test nul-terminating behavior of tor_uncompress()
|
7 роки тому |
Nick Mathewson
|
be0557f759
Merge remote-tracking branch 'ahf/bugs/22066'
|
7 роки тому |
Alexander Færøy
|
2aa28e7cb7
Better documentation for `tor_uncompress()`.
|
7 роки тому |
Alexander Færøy
|
08d86e8408
Store compression overhead from `tor_compress_state_t`.
|
7 роки тому |