index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-04-25
Remove `tor_compress_memory_level()`.
Alexander Færøy
2017-04-25
Use switch-statement in tor_{compress,uncompress}.
Alexander Færøy
2017-04-25
Use `tor_compress_supports_method()` before printing library versions.
Alexander Færøy
2017-04-25
Add API entry-point for getting compression method version numbers.
Alexander Færøy
2017-04-25
Add function to check if a given compression method is supported.
Alexander Færøy
2017-04-25
Add `tor_compress_get_total_allocation()` function.
Alexander Færøy
2017-04-25
Display LZMA and Zstandard versions when starting Tor.
Alexander Færøy
2017-04-25
Show liblzma and libzstd versions in `tor --library-versions`.
Alexander Færøy
2017-04-25
Add Zstandard support.
Alexander Færøy
2017-04-25
Add --enable-zstd to our configure script.
Alexander Færøy
2017-04-25
Add LZMA support.
Alexander Færøy
2017-04-25
Add --enable-lzma to our configure script.
Alexander Færøy
2017-04-25
Use a switch-statement when checking for compression method.
Alexander Færøy
2017-04-25
Add `compress_zlib.obj` to `src/common/Makefile.nmake`.
Alexander Færøy
2017-04-25
Rename the `torgzip` module to `compress`.
Alexander Færøy
2017-04-25
Move zlib compression code into its own module.
Alexander Færøy
2017-04-18
Expose `tor_compress_is_compression_bomb()` as part of the public compression...
Alexander Færøy
2017-04-18
Expose `tor_compress_memory_level()` as a public function in the compression ...
Alexander Færøy
2017-04-18
Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.
Alexander Færøy
2017-04-18
Rename `zlib_state` to `compress_state` in the test_buffers.
Alexander Færøy
2017-04-18
Rename `zlib_state` to `compress_state` in `dir_connection_t`.
Alexander Færøy
2017-04-17
Refactor the streaming compression code.
Alexander Færøy
2017-04-17
Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.
Alexander Færøy
2017-04-17
Rename `zlib_compression_level_t` to `compression_level_t`.
Alexander Færøy
2017-04-17
Remove unused function `is_gzip_supported()`.
Alexander Færøy
2017-04-17
Fix whitespace in test_util_gzip() around `OP_*``.
Alexander Færøy
2017-04-17
Use tt_int_op() over tt_assert() and do explicit NULL checks in test_util_gzi...
Alexander Færøy
2017-04-13
Merge branch 'ticket21891_031_01_squashed'
Nick Mathewson
2017-04-13
hs: Make the service list pruning function public
David Goulet
2017-04-13
fix wide lines
Nick Mathewson
2017-04-13
Merge branch 'ticket21889_031_01_squashed'
Nick Mathewson
2017-04-13
hs: Add service-side circuitmap API.
George Kadianakis
2017-04-13
Merge remote-tracking branch 'dgoulet/bug21155_031_02'
Nick Mathewson
2017-04-13
Merge remote-tracking branch 'dgoulet/ticket21919_031_01'
Nick Mathewson
2017-04-13
Merge branch 'asn/prop224-ntor-v2-squashed'
Nick Mathewson
2017-04-13
prop224: Add Python integration tests for HS ntor.
George Kadianakis
2017-04-13
prop224: Add basic HS ntor unittest.
George Kadianakis
2017-04-13
prop224: Add module that performs the HS ntor handshake.
George Kadianakis
2017-04-12
hs: Make check-spaces happy after rename
David Goulet
2017-04-11
hs: Change trunnel prop224 cell's namespace
David Goulet
2017-04-10
config: Warn if EntryNodes and HiddenService are used together
David Goulet
2017-04-10
Merge remote-tracking branch 'dgoulet/bug16706_031_01'
Nick Mathewson
2017-04-10
Fix some no-longer-reasonable unit tests for base64_decode()
Nick Mathewson
2017-04-10
changes file for 17868
Nick Mathewson
2017-04-07
Remove SR_COMMIT_LEN workaround
Taylor Yu
2017-04-07
Remove base64_decode_nopad()
Taylor Yu
2017-04-07
Test odd-sized base64 decodes
Taylor Yu
2017-04-07
Make base64_decode() check actual decoded length
Taylor Yu
2017-04-07
Merge branch 'maint-0.3.0'
Nick Mathewson
2017-04-07
Merge remote-tracking branch 'public/bug21894_029' into maint-0.3.0
Nick Mathewson
[next]