summaryrefslogtreecommitdiff
path: root/src/or
AgeCommit message (Expand)Author
2017-04-24Merge remote-tracking branch 'dgoulet/ticket21980_031_01'Nick Mathewson
2017-04-24Fix a signed/unsigned comparison warning on 32-bitNick Mathewson
2017-04-24Merge branch 'consdiffmgr_squashed'Nick Mathewson
2017-04-24consdiffmgr: add tests for cdm_entry_get_sha3_valueNick Mathewson
2017-04-24Fix reference leak & handle leak in consensus_diff_worker_replyfnNick Mathewson
2017-04-24Add a hashtable to consdiffmgr to keep track of diff statusNick Mathewson
2017-04-24Consdiffmgr: extract "get a sha3 digest" function.Nick Mathewson
2017-04-24consdiffmgr: function to re-validate stored sha3 digests at startupNick Mathewson
2017-04-24Consdiffmgr: use aggressive-release flag on consensusesNick Mathewson
2017-04-24Add handle support to consensus_cache_entry_tNick Mathewson
2017-04-24Test the easiest cases of consdiffmgr_cleanup.Nick Mathewson
2017-04-24consdiffmgr non-test: check for initialization failureNick Mathewson
2017-04-24Unit tests for consdiffmgr moduleNick Mathewson
2017-04-24Make cpuworker_queue_work function mockable.Nick Mathewson
2017-04-24Add a "Consensus diff manager" module.Nick Mathewson
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-21Refactor directory_command_should_use_begindir to use directory_request_tNick Mathewson
2017-04-21move the definition of directory_command_should_use_begindirNick Mathewson
2017-04-21Refactor directory_send_command to take a directory_request_tNick Mathewson
2017-04-21Rename, revise, and document directory_request_is_dir_specified.Nick Mathewson
2017-04-21Make directory_request_set_guard_state static.Nick Mathewson
2017-04-21Document the new directory_request_t API and add some assertionsNick Mathewson
2017-04-21Remove old directory_initiate_command_*() functions.Nick Mathewson
2017-04-21Replace remaining directory_initiate_command_* instancesNick Mathewson
2017-04-21Make launch_direct_bridge_descriptor_fetch use dirreqs.Nick Mathewson
2017-04-21Refactor directory_get_from_dirserver to use request API.Nick Mathewson
2017-04-21Refactor directory_post_to_dirservers to use requestsNick Mathewson
2017-04-21Have directory_get_from_all_authorities use requests.Nick Mathewson
2017-04-21continue refactoring directory API: remove initiate_command_rendNick Mathewson
2017-04-21hs: Fix a spurious warn in rend_log_intro_limitDavid Goulet
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-18Rename `write_to_buf_zlib()` to `write_to_buf_compress()`.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-17Fix diff generation with line added at startSebastian Hahn
2017-04-17Don't accept ranges for add commands in consdiffSebastian Hahn
2017-04-16Begin work to turn "directory request" into an objectNick Mathewson
2017-04-15Expand cpuworker API to allow other work typesNick 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