aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/circmap.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
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+8
* Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* Replace as_mut with deref impl for MutCircEntYuan Lyu2022-02-161-16/+24
* Make CircMap open_ent_count O(1)Yuan Lyu2022-02-161-17/+62
* Expire channels that have been unused for too longYuan Lyu2022-02-041-0/+21
* Remove many needless borrows and slicesIan Jackson2022-02-021-1/+1
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+242