summaryrefslogtreecommitdiff
path: root/tor-proto/src/circuit.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Rename StreamCmd to RelayCmdNick Mathewson2020-09-201-2/+2
* Create a StreamID->Stream map type.Nick Mathewson2020-09-201-0/+2
* De-parameterize channel and circuitNick Mathewson2020-09-191-12/+4
* Sort linkspecs in the same order as tor doesNick Mathewson2020-09-171-1/+0
* Implement extend2/extended2 handshake.Nick Mathewson2020-09-121-0/+17
* WIP: extend.Nick Mathewson2020-09-121-1/+71
* Simple functions to send and receive relay cells.Nick Mathewson2020-09-121-1/+50
* Ntor handshake (first hop) is go.Nick Mathewson2020-09-111-0/+39
* Parameterize the circuit create code.Nick Mathewson2020-09-111-20/+45
* Make create_fast implementation a little more generic.Nick Mathewson2020-09-111-17/+28
* For circuits: Implement first hop create via create_fast.Nick Mathewson2020-09-111-5/+63
* proto: add minimal (raw) circuit support.Nick Mathewson2020-09-111-0/+50