Alexander Færøy
|
157af1d26e
Add --enable-lzma to our configure script.
|
8 年 前 |
Alexander Færøy
|
c171af0487
Use a switch-statement when checking for compression method.
|
8 年 前 |
Alexander Færøy
|
300ac49685
Add `compress_zlib.obj` to `src/common/Makefile.nmake`.
|
8 年 前 |
Alexander Færøy
|
04583df452
Rename the `torgzip` module to `compress`.
|
8 年 前 |
Alexander Færøy
|
9d5bc1a935
Move zlib compression code into its own module.
|
8 年 前 |
Alexander Færøy
|
e6c6606a17
Expose `tor_compress_is_compression_bomb()` as part of the public compression API.
|
8 年 前 |
Alexander Færøy
|
6b5172bcf2
Expose `tor_compress_memory_level()` as a public function in the compression module.
|
8 年 前 |
Alexander Færøy
|
b8c9f229d7
Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.
|
8 年 前 |
Alexander Færøy
|
40ed68290e
Rename `zlib_state` to `compress_state` in the test_buffers.
|
8 年 前 |
Alexander Færøy
|
4b9349192d
Rename `zlib_state` to `compress_state` in `dir_connection_t`.
|
8 年 前 |
Alexander Færøy
|
3c4459bcbf
Refactor the streaming compression code.
|
8 年 前 |
Alexander Færøy
|
44cb86adbe
Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.
|
8 年 前 |
Alexander Færøy
|
e8b025dfc3
Rename `zlib_compression_level_t` to `compression_level_t`.
|
8 年 前 |
Alexander Færøy
|
7460b9755a
Remove unused function `is_gzip_supported()`.
|
8 年 前 |
Alexander Færøy
|
4b834e0d5e
Fix whitespace in test_util_gzip() around `OP_*``.
|
8 年 前 |
Alexander Færøy
|
a8821d8366
Use tt_int_op() over tt_assert() and do explicit NULL checks in test_util_gzip().
|
8 年 前 |
Nick Mathewson
|
b081a7ed21
Merge branch 'ticket21891_031_01_squashed'
|
8 年 前 |
David Goulet
|
0565f5a3bb
hs: Make the service list pruning function public
|
8 年 前 |
Nick Mathewson
|
ba89520593
fix wide lines
|
8 年 前 |
Nick Mathewson
|
902672eac6
Merge branch 'ticket21889_031_01_squashed'
|
8 年 前 |
George Kadianakis
|
f02868bb53
hs: Add service-side circuitmap API.
|
8 年 前 |
Nick Mathewson
|
63e39b291e
Merge remote-tracking branch 'dgoulet/bug21155_031_02'
|
8 年 前 |
Nick Mathewson
|
28ec2d9c2c
Merge remote-tracking branch 'dgoulet/ticket21919_031_01'
|
8 年 前 |
Nick Mathewson
|
755c88a474
Merge branch 'asn/prop224-ntor-v2-squashed'
|
8 年 前 |
George Kadianakis
|
ea5901bf1c
prop224: Add Python integration tests for HS ntor.
|
8 年 前 |
George Kadianakis
|
18ee145cda
prop224: Add basic HS ntor unittest.
|
8 年 前 |
George Kadianakis
|
50b0bc5bfe
prop224: Add module that performs the HS ntor handshake.
|
8 年 前 |
David Goulet
|
bf68c78e94
hs: Make check-spaces happy after rename
|
8 年 前 |
David Goulet
|
6bacc3c7a8
hs: Change trunnel prop224 cell's namespace
|
8 年 前 |
David Goulet
|
e5fc02c81c
config: Warn if EntryNodes and HiddenService are used together
|
8 年 前 |