aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2017-09-13Stop relays calling directory_fetches_from_authorities on dir downloadsteor
2016-12-07Fix a BUG() warning from next_random_exponential_delay().Nick Mathewson
2016-11-08When using exponential backoff in test networks, use a lower exponentteor
2016-11-07Reduce multiplier to 3, per teor's recommendation on #20534Nick Mathewson
2016-11-07Always increment delays by at least 1.Nick Mathewson
2016-11-07Avoid integer overflow in delay calculation.Nick Mathewson
2016-11-07Count HTTP 503 as a download failure.Nick Mathewson
2016-11-07Adjust download schedules per teor's #20534 recommendataionsNick Mathewson
2016-11-07Allow infinitely long delays in exponential-backoff downloadsNick Mathewson
2016-11-06Change a BUG warning to be a warning, not an info.Nick Mathewson
2016-11-06Fix get_delay() code to avoid TIME_MAX overflow, not INT_MAX.Nick Mathewson
2016-10-02remove confusing comment about conditional consensus downloadRoger Dingledine
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-08-02Bufferevent removal: remove HAS_BUFFEREVENT macros and usageNick Mathewson
2016-07-14Remove bufferevents dead codeU+039b
2016-07-01Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed'Nick Mathewson
2016-07-01prop250: Parse votes and consensusDavid Goulet
2016-07-01Call purpose_needs_anonymity in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-06-27Remove an always-true condition: all ints are <= INT_MAXNick Mathewson
2016-06-23Merge remote-tracking branch 'public/bug15942_v2_alternative'Nick Mathewson
2016-06-20Simpler implementation of random exponential backoff.Nick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-18Move exponential-random backoff computation out of download_status_schedule_g...Andrea Shepard
2016-06-18Better comment for download_status_schedule_get_delay() per code reviewAndrea Shepard
2016-06-18Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_tAndrea Shepard
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