summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-proto: Add a HopNum::display function.Gabriela Moldovan2023-08-251-1/+1
* Merge branch 'future_proof_lints' into 'main'gabi-2502023-08-041-2/+2
|\
| * Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* | tor-proto: Make HopNum public.Gabriela Moldovan2023-08-041-0/+1
|/
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-99/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Rename ChannelsParams types to ChannelPaddingInstructionsIan Jackson2022-08-171-1/+1
* tor-proto: Add a comment about the tor-proto layer.Nick Mathewson2022-08-101-0/+18
* Clarify that tor-proto _does_ create timers.Nick Mathewson2022-08-101-4/+2
* tor-proto: Replace SecretBytes with SecretBuf.Nick Mathewson2022-08-011-3/+0
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* channel padding: Rename ChannelsParams from ChannelsConfigIan Jackson2022-06-211-1/+1
* channel padding: Plumb settings from chanmgrIan Jackson2022-06-211-0/+2
* try to differentiate transient from nontransient errortrinity-1686a2022-06-081-1/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* clippy: Change a binding to (), and allow clippy::let_unit_valueIan Jackson2022-05-111-0/+1
* 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