Historique des commits

Auteur SHA1 Message Date
  teor 32f0cbc0f6 Refactor exponential backoff multipliers into macros il y a 6 ans
  teor 344f5a71c5 Use download_status_get_next_attempt_at() more often il y a 6 ans
  teor f813b05202 Give correct bounds in next_random_exponential_delay() comment il y a 6 ans
  teor c21cfd28f4 Make clients try fallbacks before authorities il y a 7 ans
  Nick Mathewson 0815f96416 Fix a BUG() warning from next_random_exponential_delay(). il y a 7 ans
  teor 38e3f91c63 When using exponential backoff in test networks, use a lower exponent il y a 7 ans
  Nick Mathewson e51f105c41 Reduce multiplier to 3, per teor's recommendation on #20534 il y a 7 ans
  Nick Mathewson 85970f7047 Always increment delays by at least 1. il y a 7 ans
  Nick Mathewson 1fdf6e5814 Avoid integer overflow in delay calculation. il y a 7 ans
  Nick Mathewson 864c42f4d6 Count HTTP 503 as a download failure. il y a 7 ans
  Nick Mathewson 667ba776b1 Adjust download schedules per teor's #20534 recommendataions il y a 7 ans
  Nick Mathewson 858867a31a Allow infinitely long delays in exponential-backoff downloads il y a 7 ans
  Nick Mathewson e9ce181955 Change a BUG warning to be a warning, not an info. il y a 7 ans
  Nick Mathewson 1b22eae120 Fix get_delay() code to avoid TIME_MAX overflow, not INT_MAX. il y a 7 ans
  Roger Dingledine 9228db5f1b remove confusing comment about conditional consensus download il y a 7 ans
  teor (Tim Wilson-Brown) b560f852f2 Implement Prop #260: Single Onion Services il y a 7 ans
  Nick Mathewson c68a23a135 Bufferevent removal: remove HAS_BUFFEREVENT macros and usage il y a 7 ans
  U+039b c735220a0b Remove bufferevents dead code il y a 7 ans
  Nick Mathewson aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' il y a 7 ans
  David Goulet 0c26a6db7e prop250: Parse votes and consensus il y a 8 ans
  teor (Tim Wilson-Brown) d3ca6fe475 Call purpose_needs_anonymity in authority_certs_fetch_missing il y a 7 ans
  Nick Mathewson 14169a3d70 Remove an always-true condition: all ints are <= INT_MAX il y a 8 ans
  Nick Mathewson 703254a832 Merge remote-tracking branch 'public/bug15942_v2_alternative' il y a 8 ans
  Nick Mathewson a09ec22a9b Simpler implementation of random exponential backoff. il y a 8 ans
  nikkolasg 568dc27a19 Make base16_decodes return number of decoded bytes il y a 8 ans
  Andrea Shepard 1f1df4ab74 Move exponential-random backoff computation out of download_status_schedule_get_delay() into separate function, per code review il y a 8 ans
  Andrea Shepard 1dfbfd319e Better comment for download_status_schedule_get_delay() per code review il y a 8 ans
  Andrea Shepard 695b0bd1d5 Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_t il y a 8 ans
  Roger Dingledine 0616fd6fb6 typo/comment/log fixes i found in my sandbox from montreal il y a 8 ans
  Nick Mathewson 4f1a04ff9c Replace nearly all XXX0vv comments with smarter ones il y a 8 ans