summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice/src/svc
Commit message (Expand)AuthorAgeFilesLines
...
| * hsservice: Compute rendezvous points correctly.Nick Mathewson2023-08-221-13/+54
* | Merge branch 'hss-err' into 'main'gabi-2502023-08-181-1/+2
|\ \
| * | tor-hsservice errors: Distinguish operational errors by contextIan Jackson2023-08-171-1/+2
* | | Merge branch 'ipt-e-drop' into 'main'gabi-2502023-08-181-0/+19
|\ \ \
| * | | tor-hsservice: Define drop behaviour of IPT establisher statusIan Jackson2023-08-171-0/+19
* | | | hsservice: Use correct circparameters_from_netparameters fnNick Mathewson2023-08-181-7/+5
| |_|/ |/| |
* | | Merge branch 'allow_stream_req-hop-num' into 'main'Nick Mathewson2023-08-181-2/+2
|\ \ \
| * | | tor-proto: Make ClientCirc::allow_stream_requests take a HopNum.Gabriela Moldovan2023-08-181-2/+2
| |/ /
* / / tor-hsservice: Change IptEstablisher::new to take RelayIdsIan Jackson2023-08-171-3/+3
|/ /
* | Merge branch 'rendezvous_handshake' into 'main'Nick Mathewson2023-08-171-0/+254
|\ \ | |/ |/|
| * hsservice: new rend_handshake moduleNick Mathewson2023-08-171-0/+254
* | tor-hsservice: Have IptEstablisher::new() return the status watch (fmt)Ian Jackson2023-08-161-2/+1
* | tor-hsservice: Have IptEstablisher::new() return the status watchIan Jackson2023-08-161-5/+6
|/
* Wire up more of IptEstablisher.Nick Mathewson2023-08-161-7/+111
* reformat establish_intro_onceNick Mathewson2023-08-151-75/+78
* Make establish_intro_once a method on a new IptEstablisherReactor.Nick Mathewson2023-08-151-18/+34
* hsservice: Actually return from establish_intro_once.Nick Mathewson2023-08-151-13/+31
* hsservice: migrate IptStatus design to assume a postage::watchNick Mathewson2023-08-151-9/+12
* hsservice: Reject extensions in IntroEstablished cellsNick Mathewson2023-08-151-4/+12
* hsservice: Send extensions in establish_intro msgs.Nick Mathewson2023-08-151-9/+18
* Start working on the backend for an IptEstablisher.Nick Mathewson2023-08-141-7/+244
* hsservice: Add a sketched API for HsDir publishers.Nick Mathewson2023-07-311-0/+98
* A couple of notes on intropoint establisher API.Nick Mathewson2023-07-311-1/+10
* hsservice: Add a draft API for intropoint establisher.Nick Mathewson2023-07-311-0/+105