aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-15Fix the TRPOXY typo in connection_edge.cNick Mathewson
2017-05-15Merge remote-tracking branch 'public/bug20270_029'Nick Mathewson
2017-05-13Add stub functions for querying metadata about the consensus.Alexander Færøy
2017-05-12Fix tautological constant out-of-range comparison warnings.Alexander Færøy
2017-05-12Fix DoubleNL warning from `make check-spaces`.Alexander Færøy
2017-05-12actually enable background compresion for consensusesNick Mathewson
2017-05-12Test fix: expect old consensuses to be deleted if not deflate-compressedNick Mathewson
2017-05-12consdiffmgr: Reload latest consensus entries on start.Nick Mathewson
2017-05-12consdiffmgr: expose cached consensusesNick Mathewson
2017-05-12Cleanup logic: only retain zlib-compressed consensusesNick Mathewson
2017-05-12consdiffmgr: compress incoming consensuses in the backgroundNick Mathewson
2017-05-12consdiffmgr: Extract the code for compressing and storingNick Mathewson
2017-05-12Use different preferences for compression methods when streaming.Alexander Færøy
2017-05-12Add client_meth_pref array to define client compression preference.Alexander Færøy
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