aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/circuit/sendme.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
* tor-proto: Push stream message parsing into the stream objects.Nick Mathewson2023-02-151-3/+5
* tor-proto: Use UnparsedRelayCell to start deferring cell processing.Nick Mathewson2023-02-151-11/+16
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-8/+14
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* impl Debug for DataStream (and its components)Ian Jackson2022-02-241-2/+2
* Update tor-proto errors to latest API.Nick Mathewson2022-02-151-1/+1
* tor-proto: use InternalError for internal errors.Nick Mathewson2022-02-151-1/+2
* Fix typosDimitris Apostolou2022-02-021-1/+1
* tor-proto: use const-time eq on sendme tags.Nick Mathewson2021-12-161-10/+36
* Always check whether stream-level SENDMEs are expected.Nick Mathewson2021-12-141-14/+22
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-6/+7
* tor-proto: Stop using async_test in halfstream.rs and sendme.rsNick Mathewson2021-11-151-8/+6
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-105/+62
* 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-2/+3
* Fix typosJani Monoses2021-09-071-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+415