summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: add a backend to detect reported clock skew.Nick Mathewson2022-03-231-0/+1
* Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\
| * Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
* | Make coarsetime dependency and traffic-timestamping non-optional.Nick Mathewson2022-02-251-8/+1
|/
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Remove the use of Mutex in channel unused_since timestampYuan Lyu2022-02-081-3/+5
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-021-0/+1
* Remove a now-incorrect comment in tor-proto.Nick Mathewson2022-01-261-3/+0
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-0/+1
* Use coarsetime to build an incoming traffic timestamp.Nick Mathewson2021-11-021-0/+33
* Replace references to arti-client in the documentation.Nick Mathewson2021-10-211-2/+2
* Remove #![allow(clippy::unnecessary_wraps)] in tor-proto.Nick Mathewson2021-10-211-1/+0
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+129