aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2018-01-25Remove all the old max_delay logic.Nick Mathewson
2018-01-25fixup! Remove the old ("deterministic") download schedule.Nick Mathewson
2018-01-25Remove the old ("deterministic") download schedule.Nick Mathewson
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Make sure bridges are definitely running before delaying directory fetchesteor
2017-12-11Merge remote-tracking branch 'public/bug23817_031' into maint-0.3.1Nick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-05hs-v3: Implement HS_DESC_CONTENT eventDavid Goulet
2017-12-05hs-v3: Support HS_DESC UPLOAD failedDavid Goulet
2017-12-05hs-v3: Implement HS_DESC UPLOADED eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC RECEIVED eventDavid Goulet
2017-12-05hs-v3: Implement HS_DESC FAILED eventDavid Goulet
2017-12-05control: Rename two HS v2 specific functionsDavid Goulet
2017-12-01Remove a duplicate call to update_microdesc_downloads()George Kadianakis
2017-11-22Stop checking cached bridge descriptors for usable bridgesteor
2017-11-17Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-17Intoduce unittest for skipping outdated dirservers.George Kadianakis
2017-11-17Merge branch 'bug23817_031' into maint-0.3.2Nick Mathewson
2017-11-17Introduce new guard restriction and use it to skip outdated dirs.George Kadianakis
2017-11-17Introduce cache for outdated microdesc dirservers.George Kadianakis
2017-11-17Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-16relay: Avoid extra LOG_NOTICE for every new descriptor batchDavid Goulet
2017-11-15Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-14Silence a warning about failed descriptor uploads.George Kadianakis
2017-11-13Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-11-13Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-11-08Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-08Merge branch 'bug23816_029_squashed' into maint-0.3.2Nick Mathewson
2017-11-08Replace our random-exponential-delay algorithm.Nick Mathewson
2017-11-02Merge branch 'buf_for_stringbuffer_squashed'Nick Mathewson
2017-11-02Refactor write_http_response_header_impl() to use buf_tNick Mathewson
2017-10-26Remove a duplicate call to update_microdesc_downloads()George Kadianakis
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-10-23Remove the length limit from write_http_status_lineNick Mathewson
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