summaryrefslogtreecommitdiff
path: root/tor-proto/src/circuit/halfcirc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use the "typos" tool to fix some spellingNick Mathewson2021-05-261-1/+1
|
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-181-2/+2
| | | | | | This is a somewhat obnoxious change in its scope and requirements, but it makes it easier to understand what the real public and private parts of our APIs are.
* Add a CircEnt::DestroySent circuit state.Nick Mathewson2020-10-261-0/+37
A circuit enters DestroySent after it's sent a DESTROY cell. We use this state to make sure that we don't receive too many cells on a destroyed circuit, _and_ so that we don't block such cells completely.