summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-25Add --enable-lzma to our configure script.Alexander Færøy
2017-04-25Use a switch-statement when checking for compression method.Alexander Færøy
2017-04-25Add `compress_zlib.obj` to `src/common/Makefile.nmake`.Alexander Færøy
2017-04-25Rename the `torgzip` module to `compress`.Alexander Færøy
2017-04-25Move zlib compression code into its own module.Alexander Færøy
2017-04-18Expose `tor_compress_is_compression_bomb()` as part of the public compression...Alexander Færøy
2017-04-18Expose `tor_compress_memory_level()` as a public function in the compression ...Alexander Færøy
2017-04-18Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.Alexander Færøy
2017-04-18Rename `zlib_state` to `compress_state` in the test_buffers.Alexander Færøy
2017-04-18Rename `zlib_state` to `compress_state` in `dir_connection_t`.Alexander Færøy
2017-04-17Refactor the streaming compression code.Alexander Færøy
2017-04-17Rename `tor_gzip_{compress,uncompress}` to `tor_{compress,uncompress}`.Alexander Færøy
2017-04-17Rename `zlib_compression_level_t` to `compression_level_t`.Alexander Færøy
2017-04-17Remove unused function `is_gzip_supported()`.Alexander Færøy
2017-04-17Fix whitespace in test_util_gzip() around `OP_*``.Alexander Færøy
2017-04-17Use tt_int_op() over tt_assert() and do explicit NULL checks in test_util_gzi...Alexander Færøy
2017-04-13Merge branch 'ticket21891_031_01_squashed'Nick Mathewson
2017-04-13hs: Make the service list pruning function publicDavid Goulet
2017-04-13fix wide linesNick Mathewson
2017-04-13Merge branch 'ticket21889_031_01_squashed'Nick Mathewson
2017-04-13hs: Add service-side circuitmap API.George Kadianakis
2017-04-13Merge remote-tracking branch 'dgoulet/bug21155_031_02'Nick Mathewson
2017-04-13Merge remote-tracking branch 'dgoulet/ticket21919_031_01'Nick Mathewson
2017-04-13Merge branch 'asn/prop224-ntor-v2-squashed'Nick Mathewson
2017-04-13prop224: Add Python integration tests for HS ntor.George Kadianakis
2017-04-13prop224: Add basic HS ntor unittest.George Kadianakis
2017-04-13prop224: Add module that performs the HS ntor handshake.George Kadianakis
2017-04-12hs: Make check-spaces happy after renameDavid Goulet
2017-04-11hs: Change trunnel prop224 cell's namespaceDavid Goulet
2017-04-10config: Warn if EntryNodes and HiddenService are used togetherDavid Goulet
2017-04-10Merge remote-tracking branch 'dgoulet/bug16706_031_01'Nick Mathewson
2017-04-10Fix some no-longer-reasonable unit tests for base64_decode()Nick Mathewson
2017-04-10changes file for 17868Nick Mathewson
2017-04-07Remove SR_COMMIT_LEN workaroundTaylor Yu
2017-04-07Remove base64_decode_nopad()Taylor Yu
2017-04-07Test odd-sized base64 decodesTaylor Yu
2017-04-07Make base64_decode() check actual decoded lengthTaylor Yu
2017-04-07Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-07Merge remote-tracking branch 'public/bug21894_029' into maint-0.3.0Nick Mathewson
2017-04-07Merge branch 'ticket21842_squashed'Nick Mathewson
2017-04-07Remove tor-checkkey as obsoleteNick Mathewson
2017-04-07Merge remote-tracking branch 'dgoulet/ticket21893_031_01'Nick Mathewson
2017-04-07Never read off the end of a buffer in base32_encode()Nick Mathewson
2017-04-07Comment fix. (Catalyst spotted this)Nick Mathewson
2017-04-07Merge branch 'isolate_openssl'Nick Mathewson
2017-04-07Use DIGEST512_LEN macro in crypto_hash_sha512.h in ref10Nick Mathewson
2017-04-07Make the warnings about terminating nuls a bit strongerNick Mathewson
2017-04-07Merge remote-tracking branch 'argonblue/baseXXlen'Nick Mathewson
2017-04-07Add test for expected output from encode{,d}_length functionsNick Mathewson
2017-04-07prop224: Flag router with HSIntro/HSDir using protoverDavid Goulet