aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2016-05-09avoid another redundant checkRoger Dingledine
2016-05-09get rid of the scattered checks to cancel a consensus fetchRoger Dingledine
2016-05-09close other consensus fetches when we get a consensusRoger Dingledine
2016-05-09fix typos/etc before i go nuts on #18809Roger Dingledine
2016-05-05Only choose directory DirPorts on relaysteor (Tim Wilson-Brown)
2016-05-05Make clients always use begindir for directory requeststeor (Tim Wilson-Brown)
2016-05-04Choose the correct address for one-hop connectionsteor (Tim Wilson-Brown)
2016-04-07Turn TestingClientBootstrap* into non-testing optionsDavid Goulet
2016-04-01Merge remote-tracking branch 'karsten/task-18460-2' into maint-0.2.8Nick Mathewson
2016-03-26Clarify excess consensus connection cleanup by adding commentsteor (Tim Wilson-Brown)
2016-03-25Include IPv6 consensus downloads in dirreq stats.Karsten Loesing
2016-03-24use a clearer argument for connection_ap_make_link()Roger Dingledine
2016-03-24remove the extraneous dir_port variableRoger Dingledine
2016-03-24remove a redundant check about whether dirport is 0Roger Dingledine
2016-03-24revert the or_connection and dir_connection flagsRoger Dingledine
2016-03-24Fix broken directory request to the DirPortDavid Goulet
2016-03-24Merge remote-tracking branch 'teor/bug18351'Nick Mathewson
2016-03-24Clarify ReachableAddress log messagesteor (Tim Wilson-Brown)
2016-03-24Downgrade IP version warnings to avoid filling logsteor (Tim Wilson-Brown)
2016-03-21remove extraneous breaksRoger Dingledine
2016-03-21fix indentation after #18332 patchesRoger Dingledine
2016-03-16Bridges now refuse "rendezvous2" publish attemptsRoger Dingledine
2016-03-11simplify rend_cache_store_status_t back to a booleanRoger Dingledine
2016-03-11rip out hid_serv_acting_as_directory()Roger Dingledine
2016-02-27Update the copyright year.Nick Mathewson
2016-02-23Merge remote-tracking branch 'arma/bug16825'Nick Mathewson
2016-02-23Merge remote-tracking branch 'teor/bug18348-v2'Nick Mathewson
2016-02-23Appease make check-spacesAndrea Shepard
2016-02-22avoid redundant bootstrap events if the number of descs we just fetched is 0Roger Dingledine
2016-02-22avoid extra LOG_NOTICE for every new microdesc batchRoger Dingledine
2016-02-22refactor directory_info_has_arrived so we can quiet the logsRoger Dingledine
2016-02-22new microdescs mean progress towards bootstrappingRoger Dingledine
2016-02-20If both IPv4 and IPv6 addresses could be used, choose one correctlyteor (Tim Wilson-Brown)
2016-02-17Add onion address to the HS_DESC UPLOADED eventDavid Goulet
2016-02-16Set or_ap/dir_ap.port on the invalid addr case. Bug in no released Tor. CID 1...Nick Mathewson
2016-02-11Merge remote-tracking branch 'teor/feature17840-v11-merged-v2'Nick Mathewson
2016-02-10Appease make check-spacesAndrea Shepard
2016-02-08decorated ipv6 address for directory send commandMalek
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Use fascist firewall and ClientUseIPv4 for bridge clientsteor (Tim Wilson-Brown)
2016-01-29Choose bridge addresses by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Log when IPv4/IPv6 restrictions or preferences weren't metteor (Tim Wilson-Brown)
2016-01-29Choose directory servers by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-29Add ClientUseIPv4 and ClientPreferIPv6DirPort torrc optionsteor (Tim Wilson-Brown)
2016-01-26Correct grammatical errors in tor commentsteor (Tim Wilson-Brown)
2016-01-15Merge remote-tracking branch 'twstrike/directory-tests'Nick Mathewson
2015-12-18Use dir_server_mode() in find_dl_schedule()David Goulet
2015-12-16A relay now advertises "tunnelled-dir-server" in its descriptorMatthew Finkel
2015-12-15Fix a few compilation warnings and errorsNick Mathewson
2015-12-16Prop210: Close excess connections once a consensus is downloadingteor (Tim Wilson-Brown)