summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-proto: use const-time eq on sendme tags.Nick Mathewson2021-12-161-10/+36
* | tor-proto: set HalfStream::connected_ok right.Nick Mathewson2021-12-162-2/+15
* | tor-proto: replace a streammap XXXX with a ticket.Nick Mathewson2021-12-161-3/+4
|/
* Extend trace messages for destroy/truncated reasons.Nick Mathewson2021-12-151-2/+17
* Merge remote-tracking branch 'origin/mr/191'Nick Mathewson2021-12-151-23/+24
|\
| * In reactor, use enums on whether to destroy circuitsNeel Chauhan2021-12-141-11/+20
| * Methodize the destroy circuit reasonNeel Chauhan2021-12-141-19/+2
| * Handle TRUNCATED cellsNeel Chauhan2021-12-131-12/+9
| * Log on TRUNCATED cellNeel Chauhan2021-12-131-9/+21
* | Merge branch 'check_put_return' into 'main'eta2021-12-153-25/+27
|\ \
| * | Always check whether stream-level SENDMEs are expected.Nick Mathewson2021-12-143-25/+27
| |/
* / Actually decrement the stream-level SENDME windoweta2021-12-142-0/+31
|/
* Beautify some Vec->array code in tor-proto.Nick Mathewson2021-12-081-6/+7
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-062-8/+9
* More typo fixes that I forgot to save :(Nick Mathewson2021-11-241-1/+1
* tor-proto: Stop using async_test in halfstream.rs and sendme.rsNick Mathewson2021-11-152-18/+14
* Get rid of unbounded stream sender, and RawCellStreameta2021-11-122-52/+81
* Completely overhaul the tor-proto circuit reactoreta2021-11-124-356/+1091
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-032-2/+4
* Refactor tor_proto::circuit::Reactor to use an UnboundedSendereta2021-11-021-38/+5
* fix/silence clippy lints in test modulesDaniel Eades2021-09-084-2/+6
* Fix typosJani Monoses2021-09-071-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-277-0/+1459