aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/chancell
Commit message (Expand)AuthorAgeFilesLines
...
| * tor-cell: Rename for_client and for_relayEmil Engler2022-10-211-2/+2
* | Merge branch 'fix_typos' into 'main'eta2022-10-211-3/+3
|\ \
| * | tor-cell: Fix typos in msg.rsEmil Engler2022-10-211-3/+3
| |/
* | Merge branch 'remove_redundant' into 'main'eta2022-10-211-2/+0
|\ \
| * | tor-cell: Remove redundant match clausesEmil Engler2022-10-211-2/+0
| |/
* | Merge branch 'concrete_comments' into 'main'eta2022-10-211-3/+6
|\ \
| * | tor-cell: Make historical comments more concreteEmil Engler2022-10-211-3/+6
| |/
* | Merge branch 'no_redundant_copy' into 'main'Ian Jackson2022-10-211-2/+2
|\ \
| * | tor-cell: Avoid redundant pointer copyEmil Engler2022-10-211-2/+2
| |/
* | Merge branch 'no_redundant_allocation' into 'main'Nick Mathewson2022-10-211-1/+1
|\ \
| * | tor-cell: Avoid redundant allocationEmil Engler2022-10-211-1/+1
| |/
* / tor-cell: Rename fixed_len to fixed_len_handshakeEmil Engler2022-10-211-7/+7
|/
* tor-cell: PaddingNegotiate::start: take IntegerMillisecondsIan Jackson2022-08-171-3/+4
* tor-cell: PaddingNegotiate: give better spec xrefsIan Jackson2022-08-171-0/+6
* channel padding: Rename low_ms and high_msIan Jackson2022-08-171-1/+5
* tor-cell, testing: Provide PaddingNegotiate::from_rawIan Jackson2022-08-161-0/+8
* chancell: PaddingNegotiate: Provide start_default and a Default implIan Jackson2022-08-161-0/+20
* chancell: Introduce PaddingNegotiateCmdIan Jackson2022-08-161-5/+17
* chancell: PaddingNegotiate: Provide two constructors, not oneIan Jackson2022-08-161-7/+14
* chancell: PaddingNegotiate: Make EqIan Jackson2022-08-161-2/+2
* tor-cell: Stop using write_infallibleNick Mathewson2022-07-111-14/+31
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-112-24/+40
* tor-cell: convert BytesErr to a struct variantNick Mathewson2022-06-222-3/+8
* tor-cell: error usefulness and style fixesNick Mathewson2022-06-222-5/+11
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+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-041-6/+5
|\
| * Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+2
| * 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-followup' into 'main'Nick Mathewson2022-02-171-3/+3
|\
| * Remove some needless refs and slicingIan Jackson2022-02-171-3/+3
* | tor-cell: provide HasKind.Nick Mathewson2022-02-151-2/+3
|/
* tor-cell: replace an XXXX with a TODO.Nick Mathewson2021-12-161-1/+6
* Extend trace messages for destroy/truncated reasons.Nick Mathewson2021-12-151-0/+40
* s/hidden/onion/g in code commentsNeel Chauhan2021-12-131-1/+1
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-3/+3
* add semicolons if nothing returnedDaniel Eades2021-11-251-5/+5
* deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-4/+4
* enable checked_conversions lint.Nick Mathewson2021-10-091-6/+19
* Document every macro.Nick Mathewson2021-09-071-1/+2
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-272-0/+1243