summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
* 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