summaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2018-09-24hs-v3: Silence some logging for client authorizationDavid Goulet
2018-06-29Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-29Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2018-06-23Fix memory leak in client_likes_consensus().Alexander Færøy
2018-06-13Merge branch 'maint-0.3.2' into maint-0.3.3Nick Mathewson
2018-06-11Several attempts to diagnose ticket 25686Nick Mathewson
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-01-31Remove two vestigial MaxDownloadTries checks from directory.cNick Mathewson
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