aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2016-06-12typo/comment/log fixes i found in my sandbox from montrealRoger Dingledine
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-27Merge remote-tracking branch 'arma/task19035-fixedup'Nick Mathewson
2016-05-27remove an unneeded layer of indentationRoger Dingledine
2016-05-27Disable GET /tor/bytes.txt and GETINFO dir-usageRoger Dingledine
2016-05-19Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-17Merge remote-tracking branch 'teor/bug18963-remember-v2'Nick Mathewson
2016-05-11Fix comment for directory_handle_command_getNick Mathewson
2016-05-11Fetch certificates from the same directory as previous certificatesteor (Tim Wilson-Brown)
2016-05-11Fetch certificates from the same directory as the consensusteor (Tim Wilson-Brown)
2016-05-10Split directory_handle_command_get into subfunctions.Nick Mathewson
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-05Merge branch 'maint-0.2.8'Nick Mathewson
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-04Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-04Choose the correct address for one-hop connectionsteor (Tim Wilson-Brown)
2016-04-13fix typos/etc before i go nuts on #18809Roger Dingledine
2016-04-12Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-07Turn TestingClientBootstrap* into non-testing optionsDavid Goulet
2016-04-01Merge branch 'maint-0.2.8'Nick Mathewson
2016-04-01Merge remote-tracking branch 'karsten/task-18460-2' into maint-0.2.8Nick Mathewson
2016-03-28Rename tor_dup_addr to tor_addr_to_str_dup.Nick 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)