summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-12Fix indentation when using the ternary operator in handle_get_status_vote().Alexander Færøy
2017-05-12Use compression_method_get_human_name() in connection_dir_client_reached_eof()Alexander Færøy
2017-05-12Add API for getting human readable descriptions of a compress_method_tAlexander Færøy
2017-05-12Use compression_method_get_by_name() instead of explicit checks.Alexander Færøy
2017-05-12Decide compression method in the various handle_* functions().Alexander Færøy
2017-05-12Send "Accept-Encoding" to directory servers.Alexander Færøy
2017-05-12Use tor_compress_supports_method() instead of constants.Alexander Færøy
2017-05-12Handle Zstandard and LZMA in our check for correct guessed compression.Alexander Færøy
2017-05-12Handle x-zstd and x-tor-lzma in parse_http_response().Alexander Færøy
2017-05-12Use dir_compressed(_len) instead of dir_z(_len).Alexander Færøy
2017-05-12Merge branch 'ticket21953_029'Nick Mathewson
2017-05-11Enable some windows hardening featuresNick Mathewson
2017-05-11Untangle cleanup logic in test_hs_intropoint.cTaylor Yu
2017-05-11Merge remote-tracking branch 'arma/cleanup22213'Nick Mathewson
2017-05-11Merge branch 'ticket21871_031_03_squashed'Nick Mathewson
2017-05-11prop224: Change encryption keys descriptor encodingDavid Goulet
2017-05-11Merge remote-tracking branch 'argonblue/bug22177'Nick Mathewson
2017-05-11Merge remote-tracking branch 'argonblue/bug22221'Nick Mathewson
2017-05-10Remove unused "ROUTER_ADDED_NOTIFY_GENERATOR" internal valueRoger Dingledine
2017-05-10simplify functions now that they don't use options paramRoger Dingledine
2017-05-10Merge branch 'maint-0.3.0'Roger Dingledine
2017-05-10resolve now-unused parameter from #21642 fixRoger Dingledine
2017-05-10Test config line parsing errorsTaylor Yu
2017-05-10Merge branch 'maint-0.3.0'Nick Mathewson
2017-05-10Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-05-10Merge branch 'prop275_minimal_029' into maint-0.2.9Nick Mathewson
2017-05-10Resurrect dead code in test_channelpadding.cTaylor Yu
2017-05-10#22211 Fix a comment in routerparse.cNick Mathewson
2017-05-10Merge remote-tracking branch 'public/my-family-list-fix-4498'Nick Mathewson
2017-05-10Restore wget behavior when fetching compressed objectsNick Mathewson
2017-05-10Fix compilation on libevent2-only systemsNick Mathewson
2017-05-10In channelpadding tests that touch libevent, call event_reinit().Nick Mathewson
2017-05-10add an XXX with a minor bug in dirserv_add_multiple_descriptorsRoger Dingledine
2017-05-09Add a check and a cast in rephist.c to fix a warningNick Mathewson
2017-05-09Tidy or_options_t by removing obsolete options.Nick Mathewson
2017-05-09Merge branch 'dgoulet_ticket22060_031_01_squashed'Nick Mathewson
2017-05-09config: Parse ports at the start of options_validate()David Goulet
2017-05-09config: Remove {Control,DNS,Dir,Socks,Trans,NATD,OR}ListenAddress optionDavid Goulet
2017-05-09config: Remove TLSECGroup optionDavid Goulet
2017-05-09config: Remove WarnUnsafeSocks optionDavid Goulet
2017-05-09config: Remove CloseHSServiceRendCircuitsImmediatelyOnTimeout optionDavid Goulet
2017-05-09config: Remove CloseHSClientCircuitsImmediatelyOnTimeout optionDavid Goulet
2017-05-09config: Remove FastFirstHopPK optionDavid Goulet
2017-05-09config: Remove ExcludeSingleHopRelays optionDavid Goulet
2017-05-09config: Remove AllowSingleHopExits optionDavid Goulet
2017-05-09config: Remove AllowSingleHopCircuits optionDavid Goulet
2017-05-09config: Remove AllowInvalidNodes optionDavid Goulet
2017-05-09test: Remove HS decode valid intro point testDavid Goulet
2017-05-09test: Move duplicate HS test code and unify itDavid Goulet
2017-05-09Report common reasons for rejecting a relay before uncommon onesNick Mathewson