summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
* clippy: Use write! rather than push_str, formatIan Jackson2022-05-111-2/+3
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-252-2/+0
* tor-proto: add a backend to detect reported clock skew.Nick Mathewson2022-03-231-2/+14
* Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-042-12/+9
|\
| * Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+2
| * Replace manual Default impl with educe in tor-cellIan Jackson2022-03-021-6/+4
| * Replace manual Debug impl with educe in tor-cellIan Jackson2022-03-021-7/+5
* | Replace manual Default impl with std derive in tor-cellIan Jackson2022-03-021-6/+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
* | Give specific error kinds to different END reasonsNick Mathewson2022-02-231-0/+21
|/
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
* Merge branch 'clippy-followup' into 'main'Nick Mathewson2022-02-171-3/+3
|\
| * Remove some needless refs and slicingIan Jackson2022-02-171-3/+3
* | Merge branch 'ptr_arg_fix' into 'main'Ian Jackson2022-02-171-1/+0
|\|
| * Re-enable clippy::ptr_arg where it had been disabled.Nick Mathewson2022-02-161-1/+0
* | Update tor-cell errors to latest APINick Mathewson2022-02-151-4/+4
* | tor-cell: provide HasKind.Nick Mathewson2022-02-153-13/+22
|/
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-022-0/+2
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* tor-cell: replace an XXXX with a TODO.Nick Mathewson2021-12-161-1/+6
* Extend trace messages for destroy/truncated reasons.Nick Mathewson2021-12-152-18/+43
* Merge remote-tracking branch 'origin/mr/191'Nick Mathewson2021-12-151-0/+19
|\
| * Methodize the destroy circuit reasonNeel Chauhan2021-12-141-3/+18
| * Log on TRUNCATED cellNeel Chauhan2021-12-131-0/+4
* | Actually decrement the stream-level SENDME windoweta2021-12-141-0/+4
* | s/hidden/onion/g in code commentsNeel Chauhan2021-12-131-1/+1
|/
* Treat unrecognized SENDME versions as an error.Nick Mathewson2021-12-081-2/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-3/+3
* add semicolons if nothing returnedDaniel Eades2021-11-253-8/+9
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-252-20/+18
* Update our disclaimers and limitations sections.Nick Mathewson2021-10-271-9/+0
* enable checked_conversions lint.Nick Mathewson2021-10-093-18/+39
* Document every macro.Nick Mathewson2021-09-071-1/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-277-0/+2965