aboutsummaryrefslogtreecommitdiff
path: root/src/feature/hs
AgeCommit message (Expand)Author
2023-05-10Initialize startup effort at 0.Mike Perry
2023-05-10Implement AIMD effort estimation.Mike Perry
2023-05-10Replace the constant bottom-half rate with handled count.Mike Perry
2023-05-10Make the thing compile.Mike Perry
2023-05-10clients defend themselves from absurd pow requestsRoger Dingledine
2023-05-10log_err is reserved for fatal failuresRoger Dingledine
2023-05-10drop the default min effort to 20Roger Dingledine
2023-05-10sort pqueue ties by time-addedRoger Dingledine
2023-05-10rate-limit low-effort rendezvous responsesRoger Dingledine
2023-05-10make the rend_pqueue_cb event be postloopRoger Dingledine
2023-05-10track how many in-flight hs-side rend circsRoger Dingledine
2023-05-10we were sorting our pqueue the wrong wayRoger Dingledine
2023-05-10add a log line for when client succeedsRoger Dingledine
2023-05-10bump up some log messages for easier debuggingRoger Dingledine
2023-05-10new design for handling too many pending rend reqsRoger Dingledine
2023-05-10make a log message clearer about our actual intentRoger Dingledine
2023-05-10pass time around as a parameterRoger Dingledine
2023-05-10hs: Maximum rend request and trimming of the queueDavid Goulet
2023-05-10hs: Handle multiple rend request per mainloop runDavid Goulet
2023-05-10trunnel: Centralize the INTRO1 extension typeDavid Goulet
2023-05-10hs: Priority queue for rendezvous requestsDavid Goulet
2023-05-10hs: Move rendezvous circuit data structureDavid Goulet
2023-05-10hs: Setup service side PoW defensesDavid Goulet
2023-05-10hs: Client now solve PoW if presentDavid Goulet
2023-05-10hs: Descriptor support for PoWDavid Goulet
2023-05-10hs: Add solve and verify PoW functionsDavid Goulet
2023-05-10hs: Add data structure needed for PoWDavid Goulet
2023-05-10hs: PoW extension encodingDavid Goulet
2023-03-13metrics: Add HS service side circuit build time metrics.Gabriela Moldovan
2023-03-13metrics: Add support for histograms.Gabriela Moldovan
2023-03-07metrics: Add a `reason` label to the HS error metrics.Gabriela Moldovan
2023-02-16metrics: Add metrics for rendezvous and introduction request failures.Gabriela Moldovan
2023-02-13Merge branch 'maint-0.4.7'David Goulet
2023-02-10metrics: Decrement hs_intro_established_count on intro circuit close.Gabriela Moldovan
2023-02-10Update `find_service` documentation.Gabriela Moldovan
2023-01-19Add more test-vectors for key blinding.Nick Mathewson
2022-11-01Merge branch 'tor-gitlab/mr/594'David Goulet
2022-10-26Merge remote-tracking branch 'tor-gitlab/mr/638'David Goulet
2022-10-26hs: Retry service rendezvous on circuit closeDavid Goulet
2022-10-26circ: Get rid of hs_circ_has_timed_outDavid Goulet
2022-10-26Merge branch 'tor-gitlab/mr/637'David Goulet
2022-10-26hs: Retry rdv circuit if repurposedDavid Goulet
2022-10-26hs: Change the error for a collapsing client circuitDavid Goulet
2022-10-24hs: Retry rdv circuit if repurposedDavid Goulet
2022-10-19hs: Retry service rendezvous on circuit closeDavid Goulet
2022-10-19circ: Get rid of hs_circ_has_timed_outDavid Goulet
2022-10-19hs: Change the error for a collapsing client circuitDavid Goulet
2022-06-30fix typo in commentRoger Dingledine
2022-06-29typo fix in commentRoger Dingledine
2022-06-23Remove unused RendPostPeriod optionNeel Chauhan