summaryrefslogtreecommitdiff
path: root/src/or/directory.h
AgeCommit message (Expand)Author
2017-08-08Do more type checking when setting HS idents.George Kadianakis
2017-08-08prop224: Directory function to upload descriptorDavid Goulet
2017-07-07Merge branch 'bug17750_029_squashed'Nick Mathewson
2017-07-07Refactor exponential backoff multipliers into macrosteor
2017-07-07Use download_status_get_next_attempt_at() more oftenteor
2017-07-07Make clients try fallbacks before authoritiesteor
2017-05-22Log a warning if we receive a disallowed compression method for an anonymous ...Alexander Færøy
2017-05-22Merge remote-tracking branch 'ahf/bugs/22305'Nick Mathewson
2017-05-22Ensure that only GZip and Zlib compression is handled for anonymous connections.Alexander Færøy
2017-05-22Fix a compilation warning about duplicate typedefNick Mathewson
2017-05-22Set guard state on bridge descriptor fetches.George Kadianakis
2017-05-12Send "Accept-Encoding" to directory servers.Alexander Færøy
2017-05-04New function to add additional headers to a directory requestNick Mathewson
2017-04-27Merge branch 'parse_accept_encoding'Nick Mathewson
2017-04-27Merge branch 'dirreq'Nick Mathewson
2017-04-25Tests for parse_accept_encodingNick Mathewson
2017-04-21Make directory_request_set_guard_state static.Nick Mathewson
2017-04-21Document the new directory_request_t API and add some assertionsNick Mathewson
2017-04-21Remove old directory_initiate_command_*() functions.Nick Mathewson
2017-04-21Have directory_get_from_all_authorities use requests.Nick Mathewson
2017-04-21continue refactoring directory API: remove initiate_command_rendNick Mathewson
2017-04-17Rename `zlib_compression_level_t` to `compression_level_t`.Alexander Færøy
2017-04-16Begin work to turn "directory request" into an objectNick Mathewson
2017-03-28Merge branch 'spooling_squashed'Nick Mathewson
2017-03-28Refactor the directory spool implementationNick Mathewson
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-30Restrict fuzzing to the directory headersteor
2016-12-19For fuzzing: Expose directory_handle_command.teor
2016-11-30Use the new guard notification/selection APIs throughout TorNick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-06Do not apply 'max_failures' to random-exponential schedules.Nick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
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-10-26Allow asking a bridge's own descriptor over one-hop connectionNick Mathewson
2016-10-18Refactor to use purpose_needs_anonymity and remove is_sensitive_dir_purposeChelsea H. Komlo
2016-09-13Implement Prop #260: Single Onion Servicesteor (Tim Wilson-Brown)
2016-07-01Call purpose_needs_anonymity in authority_certs_fetch_missingteor (Tim Wilson-Brown)
2016-06-18Move exponential-random backoff computation out of download_status_schedule_g...Andrea Shepard
2016-06-18Implement DL_SCHED_RANDOM_EXPONENTIAL support for download_status_tAndrea Shepard
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-05Make clients always use begindir for directory requeststeor (Tim Wilson-Brown)
2016-02-27Update the copyright year.Nick Mathewson
2016-01-29Merge branch 'feature17840-v11-squashed' into feature17840-v11-mergedteor (Tim Wilson-Brown)
2016-01-29Choose bridge addresses by IPv4/IPv6 preferencesteor (Tim Wilson-Brown)
2016-01-15Merge remote-tracking branch 'twstrike/directory-tests'Nick Mathewson
2015-12-16A relay now advertises "tunnelled-dir-server" in its descriptorMatthew Finkel