Alexander Færøy
|
c4744a01cc
Fix operator usage in src/test/*.c
|
vor 7 Jahren |
Nick Mathewson
|
48a57f9815
Merge branch 'maint-0.3.1'
|
vor 7 Jahren |
Nick Mathewson
|
6121ca16bc
Merge remote-tracking branch 'ahf/bugs/22286' into maint-0.3.1
|
vor 7 Jahren |
Nick Mathewson
|
572f23a96e
Now that "base -1" is a bug, tell our unit tests to expect bug warnings
|
vor 7 Jahren |
Nick Mathewson
|
94a1b8b66c
Add a unit test for decompressing concatenated inputs.
|
vor 7 Jahren |
Nick Mathewson
|
8cb08f716d
fix a coverity resource leak warning
|
vor 7 Jahren |
Daniel Pinto
|
ba3a5f82f1
Add support for %include funcionality on torrc #1922
|
vor 7 Jahren |
Alexander Færøy
|
d74467e858
Check that tor_compress_state_size() returns a value larger than zero.
|
vor 7 Jahren |
Alexander Færøy
|
3772fdf756
Ensure that each compression backend returns a provider version identifier.
|
vor 7 Jahren |
Nick Mathewson
|
584ab1f29b
Merge branch 'compress_none_v2_squashed'
|
vor 7 Jahren |
Nick Mathewson
|
3836d9481f
Add unit tests for the NO_METHOD compressor
|
vor 7 Jahren |
Nick Mathewson
|
c486ef57a3
Rename x-lzma to x-tor-lzma
|
vor 7 Jahren |
Nick Mathewson
|
49deb1e1b8
Document and test nul-terminating behavior of tor_uncompress()
|
vor 7 Jahren |
Nick Mathewson
|
199e61feb5
whitespace fix
|
vor 7 Jahren |
Nick Mathewson
|
ba9f235e17
Re-enable the partial-input test for zstd.
|
vor 7 Jahren |
Nick Mathewson
|
166aa8d741
Have a separate entry point for each compresion test
|
vor 7 Jahren |
Alexander Færøy
|
7bececbd69
Refactor compression tests into a single test.
|
vor 7 Jahren |
Nick Mathewson
|
880fb3e3a9
Combine all *compress/*uncompress backend function into one
|
vor 7 Jahren |
Alexander Færøy
|
1c77d8690c
Add function to check if a given compression method is supported.
|
vor 7 Jahren |
Alexander Færøy
|
380736d045
Add Zstandard support.
|
vor 7 Jahren |
Alexander Færøy
|
bf1c07cb07
Add LZMA support.
|
vor 7 Jahren |
Alexander Færøy
|
3c4459bcbf
Refactor the streaming compression code.
|
vor 7 Jahren |
Alexander Færøy
|
44cb86adbe
Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.
|
vor 7 Jahren |
Alexander Færøy
|
4b834e0d5e
Fix whitespace in test_util_gzip() around `OP_*``.
|
vor 7 Jahren |
Alexander Færøy
|
a8821d8366
Use tt_int_op() over tt_assert() and do explicit NULL checks in test_util_gzip().
|
vor 7 Jahren |
Alexander Færøy
|
a28be68cf2
Split strings at newline in tor_get_lines_from_handle().
|
vor 7 Jahren |
Nick Mathewson
|
7505f452c8
Run the copyright update script.
|
vor 7 Jahren |
Alexander Færøy
|
02fc0a5ecf
Remove fgets() compatbility function and related tests.
|
vor 7 Jahren |
Alexander Færøy
|
0e5c7dc45b
Add test case for get_string_from_pipe().
|
vor 7 Jahren |
Alexander Færøy
|
ae91e64fa8
Reset `buf` after each succesful test to avoid artifacts.
|
vor 7 Jahren |