aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2017-10-25Remove a duplicate call to update_microdesc_downloads()George Kadianakis
2017-10-25Add a unittest that reveals the offending case of #23862.George Kadianakis
2017-09-15Merge branch 'scan-build-032'Nick Mathewson
2017-09-15Avoid an instance of the bug warning in any_bridge_descriptors_known()teor
2017-09-14Rename write_http_status_line, since it does more now.Nick Mathewson
2017-09-14Make missing reason_phrase into a BUG().Nick Mathewson
2017-09-14get rid of the scary 256-byte-buf landmineRoger Dingledine
2017-09-14Make dir servers include a "Date:" http header more oftenRoger Dingledine
2017-09-13get rid of a case where we might log a NULL as %sRoger Dingledine
2017-09-13Merge remote-tracking branch 'teor/bug23470-029'Nick Mathewson
2017-09-13Stop relays calling directory_fetches_from_authorities on dir downloadsteor
2017-09-12clang scan-build: Fix "dead increment" warnings.Nick Mathewson
2017-09-12Merge branch 'bug23347_squashed'Nick Mathewson
2017-09-12Make clients wait to refresh bridges when they have a recent descriptorteor
2017-09-12Make bridge clients download bridge descriptors immediatelyteor
2017-09-05Make url-canonicalizer canonicalize correctly.Nick Mathewson
2017-09-05Fix an erroneous !Nick Mathewson
2017-09-05Merge branch 'http_tunnel_squashed'Nick Mathewson
2017-09-05Export http-command parsing functions.Nick Mathewson
2017-09-05Repair buffer API so everything starts with buf_.Nick Mathewson
2017-08-24prop224: Add directory_request_fetch_set_hs_ident()David Goulet
2017-08-24prop224: Client callback when descriptor has arrivedDavid Goulet
2017-08-24test: Add tests for fetching descs and handling SOCKS conns.George Kadianakis
2017-08-24prop224: Add the dir purpose HAS_FETCHEDDavid Goulet
2017-08-24prop224: Add client code to handle fetched HS descriptors.George Kadianakis
2017-08-24prop224: Introduce v2/v3 HS desc fetch retry functionality.George Kadianakis
2017-08-24prop224: Add code that launches v3 HS desc fetches.George Kadianakis
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-07Comment that failure schedules always use exponential backoffteor
2017-07-07Refactor exponential backoff multipliers into macrosteor
2017-07-07Use download_status_get_next_attempt_at() more oftenteor
2017-07-07Give correct bounds in next_random_exponential_delay() commentteor
2017-07-07Make clients try fallbacks before authoritiesteor
2017-06-29Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-29Merge remote-tracking branch 'public/bug22670_031' into maint-0.3.1Nick Mathewson
2017-06-27Merge branch 'maint-0.3.1'Nick Mathewson
2017-06-27Return "304 not modified" if a client already have the most recent consensus.Alexander Færøy
2017-06-21Convert authdir_mode_handles_descs(options, -1) with authdir_mode(options)huyvq
2017-06-20If we successfully decompress an HTTP body, return immediately.Nick Mathewson
2017-06-20If a _guessed_ compression method fails, it is never PROTOCOL_WARN.Nick Mathewson
2017-06-20It should be a PROTOCOL_WARN when we have an incorrect content-encoding.Nick Mathewson
2017-06-20Short-circuit the no-decompression-needed case, for clarityNick Mathewson
2017-06-20Extract "decompress" portion of connection_dir_client_reached_eof()Nick Mathewson
2017-06-20Send the correct content-encoding when serving cached_dir_t objectsNick Mathewson
2017-06-16Add extra logging during compression and decompressionteor
2017-05-26Cleanup MOCK_IMPL (etc) to be findable with etagsNick Mathewson
2017-05-24Improve the message we log on unexpected dirauth status codeNick Mathewson
2017-05-22fix minor grammar error in commentRoger Dingledine