summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2017-02-15hs: Avoid a strlen(NULL) if descriptor is not found in cacheDavid Goulet
2017-02-09Remove a suggestion in an XXX271 comment; it is now 21424.Nick Mathewson
2017-02-09Remove a redundant XXX271 commentNick Mathewson
2017-02-03Use the standard OpenBSD preprocessor definitioncypherpunks
2017-01-30Merge branch 'combined-fuzzing-v4'Nick Mathewson
2017-01-30Restrict fuzzing to the directory headersteor
2017-01-18Remove argument from guards_choose_dirguardNick Mathewson
2017-01-11Merge remote-tracking branch 'public/bug20974'Nick Mathewson
2017-01-02Unindent long-misindented blocks.Nick Mathewson
2017-01-02Move entry-guard-is-up notification later into dirguard path.Nick Mathewson
2016-12-23Merge remote-tracking branch 'dgoulet/bug19899_030_01'Nick Mathewson
2016-12-19For fuzzing: Expose directory_handle_command.teor
2016-12-16Merge branch 'ticket20831_v2'Nick Mathewson
2016-12-16Remove UseDirectoryGuardsNick Mathewson
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16More progress on bridge implementation with prop271 guardsNick Mathewson
2016-12-16Remove guard_selection argument from status-reporting functionsNick Mathewson
2016-12-12Merge remote-tracking branch 'rubiate/ticket20511'Nick Mathewson
2016-12-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-12-07Fix a BUG() warning from next_random_exponential_delay().Nick Mathewson
2016-11-30Use the new guard notification/selection APIs throughout TorNick Mathewson
2016-11-30Split bridge functions into a new module.Nick Mathewson
2016-11-10Do not serve a consensus if it is too oldrubiate
2016-11-08Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-08When using exponential backoff in test networks, use a lower exponentteor
2016-11-07Treat bacoff/schedule mismatch as a bug.Nick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
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-07hs: Remove EnableOnionServiceV3 consensus paramDavid Goulet
2016-11-07Merge branch 'maint-0.2.9'Nick 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-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04prop224: Use a const pointer for the cache lookup entryDavid Goulet
2016-11-04Add EnableOnionServicesV3 consensus parameterDavid Goulet
2016-11-04Make check-spaces happy :)George Kadianakis
2016-11-04test: Add prop224 directory fetch/upload unit testsGeorge Kadianakis
2016-11-04prop224: Directory support for v3 descriptor fetchGeorge Kadianakis
2016-11-04prop224: Directory support for v3 descriptor publishingDavid Goulet
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-10-26More module-level documentation.Nick Mathewson
2016-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-19BUG in purpose_needs_anonymity if switch not matched.Nick Mathewson
2016-10-19Refactor purpose_needs_anonymity to use switch statementChelsea H. Komlo
2016-10-18Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo