aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-24Merge branch 'consdiff_numeric_squashed'Nick Mathewson
2017-04-24consdiff: Reject ranges with non-numeric charsSebastian Hahn
2017-04-24Merge remote-tracking branch 'dgoulet/bug22032_031_01'Nick Mathewson
2017-04-24Add regression test for #22304Taylor Yu
2017-04-24Merge branch 'maint-0.3.0'Nick Mathewson
2017-04-24Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-04-24control: Wrong check on base16_decode return valueDavid Goulet
2017-04-21hs: Fix a spurious warn in rend_log_intro_limitDavid Goulet
2017-04-18missing smartlist_free in new consdiff testNick Mathewson
2017-04-18Merge remote-tracking branch 'asn/bug21971'Nick Mathewson
2017-04-18Merge remote-tracking branches 'sebastian/consdiff_add' and 'sebastian/consdi...Nick Mathewson
2017-04-18prop224: Add time period functions and unittestsGeorge Kadianakis
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-17prop224 tests: Remove useless NULL check before circuit_free().George Kadianakis
2017-04-17prop224 tests: Don't use tt_size_op to compare ssize_t.George Kadianakis
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-17Fix diff generation with line added at startSebastian Hahn
2017-04-17Don't accept ranges for add commands in consdiffSebastian Hahn
2017-04-15Expand cpuworker API to allow other work typesNick Mathewson
2017-04-15Add a config_line_prepend() functionNick Mathewson
2017-04-15conscache.c: do not match entries that are slated for removal.Nick Mathewson
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