aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/halfstream.rs
Commit message (Expand)AuthorAgeFilesLines
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* proto: Tweak documentation and names around CmdChecker.Nick Mathewson2023-02-271-1/+1
* Use CmdChecker in our stream handling code.Nick Mathewson2023-02-171-59/+53
* tor-proto: Defer parsing of messages send to half-closed streamsNick Mathewson2023-02-151-32/+86
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-6/+6
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-071-1/+1
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* tor-proto: clean up error names and messagesNick Mathewson2022-06-231-4/+4
* Update tor-proto errors to latest API.Nick Mathewson2022-02-151-1/+1
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-3/+4
* Always check whether stream-level SENDMEs are expected.Nick Mathewson2021-12-141-4/+2
* tor-proto: Stop using async_test in halfstream.rs and sendme.rsNick Mathewson2021-11-151-10/+8
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-11/+11
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-1/+2
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+161