summaryrefslogtreecommitdiff
path: root/tor-proto/src/circuit/sendme.rs
Commit message (Expand)AuthorAgeFilesLines
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-19/+19
* Add tests for correct incoming sendme handling.Nick Mathewson2021-03-221-0/+9
* tor-proto API: Use new_ref, not clone.Nick Mathewson2020-10-291-1/+0
* Remove a bunch of dbg! calls.Nick Mathewson2020-10-261-1/+0
* Use event_listener to find out about sendme replenishment.Nick Mathewson2020-10-261-30/+11
* Resolve a bunch of XXXM3 comments in tor-proto.Nick Mathewson2020-10-261-26/+42
* tor-proto: Add tests for circuit::sendmeNick Mathewson2020-10-221-4/+134
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-181-3/+3
* Fix a couple of clippy warningsNick Mathewson2020-10-151-1/+1
* Revise DropMark defense to use a better type and match Tor's behavior.Nick Mathewson2020-10-131-0/+2
* Document all private members in tor-protoNick Mathewson2020-10-131-0/+11
* Another tweak to handling closing streamsNick Mathewson2020-10-131-0/+13
* Try giving distinct handling to streams where END has been sentNick Mathewson2020-10-121-0/+3
* Fix a pair of bugs in SENDME handling.Nick Mathewson2020-10-091-13/+10
* Move counts_towards_windows() code into circuit moduleNick Mathewson2020-10-091-0/+15
* Rename remaining get_ accessorsNick Mathewson2020-09-281-11/+11
* Fix some comments that reflected a misunderstanding in SENDMEsNick Mathewson2020-09-261-2/+2
* Make sendme authentication optional.Nick Mathewson2020-09-251-3/+8
* Improve documentation and lightly refactor SENDME codeNick Mathewson2020-09-251-35/+91
* Implement authenticated sendme output for circuit-level sendmes.Nick Mathewson2020-09-251-2/+7
* Try to get sendme crypto workingNick Mathewson2020-09-251-3/+7
* Incomplete implementation of circuit SENDME handling.Nick Mathewson2020-09-251-4/+12
* Attempted implementation of stream sendme cellsNick Mathewson2020-09-251-13/+21
* Initial work on a sendme backend.Nick Mathewson2020-09-251-0/+151