Alexander Færøy
|
3a05687c6d
Add API for getting human readable descriptions of a compress_method_t
|
7 éve |
Nick Mathewson
|
584ab1f29b
Merge branch 'compress_none_v2_squashed'
|
7 éve |
Nick Mathewson
|
1bc21111d8
Treat the identity transformation as another kind of compression.
|
7 éve |
Nick Mathewson
|
c486ef57a3
Rename x-lzma to x-tor-lzma
|
7 éve |
Alexander Færøy
|
e5122b91a9
Only compare the first 3 bytes when trying to detect LZMA compression.
|
7 éve |
Nick Mathewson
|
10a4f9cd07
Merge branch 'parse_accept_encoding'
|
7 éve |
Nick Mathewson
|
2903c329aa
Move the "supported compression bitmask" into compress.[ch]
|
7 éve |
Nick Mathewson
|
49deb1e1b8
Document and test nul-terminating behavior of tor_uncompress()
|
7 éve |
Nick Mathewson
|
be0557f759
Merge remote-tracking branch 'ahf/bugs/22066'
|
7 éve |
Alexander Færøy
|
2aa28e7cb7
Better documentation for `tor_uncompress()`.
|
7 éve |
Alexander Færøy
|
08d86e8408
Store compression overhead from `tor_compress_state_t`.
|
7 éve |
Nick Mathewson
|
2655a72d89
Use x-lzma, not x-lzma2, as the identifier
|
7 éve |
Nick Mathewson
|
0274ea749a
Function to convert compression methods to/from strings.
|
7 éve |
Nick Mathewson
|
7a37cbbea3
Whitespace fixes.
|
7 éve |
Nick Mathewson
|
49868340f7
Merge branch 'unified_compress_squashed'
|
7 éve |
Nick Mathewson
|
4b01b45ec1
Add a "best compression" flag.
|
7 éve |
Nick Mathewson
|
880fb3e3a9
Combine all *compress/*uncompress backend function into one
|
7 éve |
Nick Mathewson
|
4266ec766a
Use atomic counters for compressor allocation.
|
7 éve |
Alexander Færøy
|
cf912259ba
Remove `tor_compress_memory_level()`.
|
7 éve |
Alexander Færøy
|
69a41e8bc6
Use switch-statement in tor_{compress,uncompress}.
|
7 éve |
Alexander Færøy
|
6b905b38bb
Add API entry-point for getting compression method version numbers.
|
7 éve |
Alexander Færøy
|
1c77d8690c
Add function to check if a given compression method is supported.
|
7 éve |
Alexander Færøy
|
04682d302a
Add `tor_compress_get_total_allocation()` function.
|
7 éve |
Alexander Færøy
|
380736d045
Add Zstandard support.
|
7 éve |
Alexander Færøy
|
bf1c07cb07
Add LZMA support.
|
7 éve |
Alexander Færøy
|
c171af0487
Use a switch-statement when checking for compression method.
|
7 éve |
Alexander Færøy
|
04583df452
Rename the `torgzip` module to `compress`.
|
7 éve |