summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/streammap.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Rename end_received.Nick Mathewson2023-02-171-6/+7
* Use CmdChecker in our stream handling code.Nick Mathewson2023-02-171-14/+14
* tor-proto: Push stream message parsing into the stream objects.Nick Mathewson2023-02-151-4/+5
* tor-proto: Defer parsing of messages send to half-closed streamsNick Mathewson2023-02-151-0/+4
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-5/+5
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Update tor-proto errors to latest API.Nick Mathewson2022-02-151-3/+5
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-1/+2
* tor-proto: set HalfStream::connected_ok right.Nick Mathewson2021-12-161-2/+7
* tor-proto: replace a streammap XXXX with a ticket.Nick Mathewson2021-12-161-3/+4
* Actually decrement the stream-level SENDME windoweta2021-12-141-0/+13
* Get rid of unbounded stream sender, and RawCellStreameta2021-11-121-15/+12
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-57/+59
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+247