aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2018-05-01Merge remote-tracking branch 'dgoulet/ticket25610_034_01-squashed'Nick Mathewson
2018-05-01dirvote: Move the handling of GET /tor/status-vote to dirauth moduleDavid Goulet
2018-05-01Merge branch 'bug24734_squashed'Nick Mathewson
2018-05-01Remove the return value from the fascist_firewall_choose_address_* family of ...Neel Chauhan
2018-04-27mod: Move dirauth specific files to its own moduleDavid Goulet
2018-04-22Fix an absurdly wide line.Nick Mathewson
2018-04-22Rename find_dl_schedule to find_dl_min_delay.Nick Mathewson
2018-04-22Change the type of "download schedule" from smartlist to int.Nick Mathewson
2018-04-22Rename *DownloadSchedule to *DownloadInitialDelay; make them intsNick Mathewson
2018-03-03Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-03Merge branch 'ticket23814' into maint-0.3.3Nick Mathewson
2018-02-15Merge remote-tracking branch 'valentecaio/t-24714'Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-02-01refactor: rename connection_t struct fields.Caio Valente
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-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-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