Commit History

Author SHA1 Message Date
  Nick Mathewson 800dff1308 Merge branch 'maint-0.2.9' 7 years ago
  Nick Mathewson 858867a31a Allow infinitely long delays in exponential-backoff downloads 7 years ago
  Nick Mathewson e9ce181955 Change a BUG warning to be a warning, not an info. 7 years ago
  Nick Mathewson 1b22eae120 Fix get_delay() code to avoid TIME_MAX overflow, not INT_MAX. 7 years ago
  Nick Mathewson c35c43d7d9 Merge branch 'ticket17238_029_02-resquash' 7 years ago
  David Goulet 3f29688bdf prop224: Use a const pointer for the cache lookup entry 7 years ago
  David Goulet 1517a8a2eb Add EnableOnionServicesV3 consensus parameter 7 years ago
  George Kadianakis d795ed5871 Make check-spaces happy :) 7 years ago
  George Kadianakis a8efd087bd test: Add prop224 directory fetch/upload unit tests 7 years ago
  George Kadianakis f59990f24d prop224: Directory support for v3 descriptor fetch 7 years ago
  David Goulet 45a72356cb prop224: Directory support for v3 descriptor publishing 7 years ago
  David Goulet 8293356ad9 hs: Refactor rend_data_t for multi version support 8 years ago
  Nick Mathewson a5f07a6c2a More module-level documentation. 7 years ago
  Nick Mathewson 8cc528c750 Allow asking a bridge's own descriptor over one-hop connection 7 years ago
  Nick Mathewson c87d9b13a4 BUG in purpose_needs_anonymity if switch not matched. 7 years ago
  Chelsea H. Komlo 471b0c5175 Refactor purpose_needs_anonymity to use switch statement 7 years ago
  Chelsea H. Komlo 195ccce94e Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purpose 7 years ago
  Roger Dingledine 9228db5f1b remove confusing comment about conditional consensus download 7 years ago
  teor (Tim Wilson-Brown) b560f852f2 Implement Prop #260: Single Onion Services 7 years ago
  Nick Mathewson c68a23a135 Bufferevent removal: remove HAS_BUFFEREVENT macros and usage 7 years ago
  U+039b c735220a0b Remove bufferevents dead code 7 years ago
  Nick Mathewson aaa3129043 Merge remote-tracking branch 'dgoulet/ticket16943_029_05-squashed' 8 years ago
  David Goulet 0c26a6db7e prop250: Parse votes and consensus 8 years ago
  teor (Tim Wilson-Brown) d3ca6fe475 Call purpose_needs_anonymity in authority_certs_fetch_missing 8 years ago
  Nick Mathewson 14169a3d70 Remove an always-true condition: all ints are <= INT_MAX 8 years ago
  Nick Mathewson 703254a832 Merge remote-tracking branch 'public/bug15942_v2_alternative' 8 years ago
  Nick Mathewson a09ec22a9b Simpler implementation of random exponential backoff. 8 years ago
  nikkolasg 568dc27a19 Make base16_decodes return number of decoded bytes 8 years ago
  Andrea Shepard 1f1df4ab74 Move exponential-random backoff computation out of download_status_schedule_get_delay() into separate function, per code review 8 years ago
  Andrea Shepard 1dfbfd319e Better comment for download_status_schedule_get_delay() per code review 8 years ago