aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-chanmgr/src/event.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-1/+0
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* tor-chanmgr: port to web-time-compat.Nick Mathewson2026-03-261-11/+9
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* clippy: fix `clippy::duplicated_attributes` warningsSteven Engler2025-08-111-1/+1
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-3/+3
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* 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/+9
* chanmgr: expose whether we are failing because of expired certs.Nick Mathewson2022-04-121-20/+83
* chanmgr: tests for ConnStatus::usableNick Mathewson2022-04-021-0/+5
* Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
* Replace manual Debug impl with educe in tor-chanmgrIan Jackson2022-03-021-7/+5
* bootstrap reporting: Documentation fixups from review.Nick Mathewson2022-01-191-1/+12
* tor-chanmgr: Add bootstrap/status reporting.Nick Mathewson2022-01-181-0/+462