aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
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)
2015-12-16Prop210: Add schedules for simultaneous client consensus downloadsteor (Tim Wilson-Brown)
2015-12-16Prop210: Add want_authority to directory_get_from_dirserverteor (Tim Wilson-Brown)
2015-12-10Refactor clock skew warning code to avoid duplicationArlo Breault
2015-11-25Merge remote-tracking branch 'public/decouple_dir_request_failed'Nick Mathewson
2015-11-23fix two typos in commentsRoger Dingledine
2015-11-17Don't relaunch dir requests recursively if connection_connect() returns -1Nick Mathewson
2015-09-15Add tests for directory_handle_command_getReinaldo de Souza Jr
2015-09-15Add tests for src/or/directory.cReinaldo de Souza Jr
2015-07-10Remove the HidServDirV2 and VoteOnHidServDirectoriesV2 optionsNick Mathewson
2015-07-09Refactor rend_services_introduce()David Goulet
2015-05-30Fix return-type gcc warningSharif Olorin
2015-05-14Add missing descriptor ID to HS_DESC control eventDavid Goulet
2015-05-04Add "+HSPOST" and related "HS_DESC" event flags to the controller.Donncha O'Cearbhaill
2015-04-22Add function to validate HS descriptor IDDavid Goulet
2015-04-21Multiple fixes for the HSFETCH commandDavid Goulet
2015-04-21Control: unbolt rend_data from HS desc eventDavid Goulet
2015-04-21Control: add HS_DESC_CONTENT eventDavid Goulet
2015-01-23whitespace fixesNick Mathewson
2015-01-23Merge remote-tracking branch 'public/ticket9969'Nick Mathewson
2015-01-18Merge remote-tracking branch 'public/bug14261_025'Nick Mathewson
2015-01-18Increase limit for status vote download size by a factor of 5.Nick Mathewson
2015-01-06Merge remote-tracking branch 'public/feature11791'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-24Fix If-Modified-Since in rapidly updating Tor networksteor