summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
...
* tor-cell: Use macro to define RelayMsg type too.Nick Mathewson2023-02-072-185/+103
* tor-cell: Macro to generate restricted RelayMsg and ChanMsg.Nick Mathewson2023-02-072-0/+197
* tor-cell: Change all variants of RelayMsg to have a body.Nick Mathewson2023-02-071-12/+49
* tor-cell: Make Body and MsgClass traits more uniform.Nick Mathewson2023-02-076-85/+86
* tor-cell: Generic "Restricted{Relay,Chan}Cell" types.Nick Mathewson2023-02-074-33/+101
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Fix typosDimitris Apostolou2023-01-071-4/+4
* Sketch a solution for arti#525Nick Mathewson2023-01-062-0/+35
* Sketch out new required APIs in tor-cellNick Mathewson2023-01-062-8/+124
* Merge branch 'test-lints' into 'main'eta2023-01-061-0/+9
|\
| * test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* | msg::{CreateFast/CreatedFast}: Rename accessor to (into_)body()Neel Chauhan2022-12-181-2/+2
|/
* Fix typosDimitris Apostolou2022-11-061-1/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* Merge branch 'assert_maxlen' into 'main'Nick Mathewson2022-10-271-1/+2
|\
| * tor-cell: Assert data length in Data cellsEmil Engler2022-10-241-1/+2
* | Merge branch 'safe_u16_conversion' into 'main'Nick Mathewson2022-10-251-1/+1
|\ \
| * | tor-cell: Consistent and secure conversion to u16Emil Engler2022-10-241-1/+1
| |/
* | Merge branch 'rename_for_to_from' into 'main'Nick Mathewson2022-10-251-2/+2
|\ \
| * | tor-cell: Rename for_client and for_relayEmil Engler2022-10-211-2/+2
* | | Merge branch 'fix_typos' into 'main'eta2022-10-251-2/+2
|\ \ \
| * | | tor-cell: Fix typos in msg.rsEmil Engler2022-10-241-2/+2
| | |/ | |/|
* / | tor-cell: Add comment explaing Data::MAXLENEmil Engler2022-10-241-0/+1
|/ /
* | 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-212-7/+12
|\ \
| * | tor-cell: Make historical comments more concreteEmil Engler2022-10-212-7/+12
| |/
* | 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
|/
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-58/+1
* Merge branch 'cell-introduce2' into 'main'Ian Jackson2022-09-262-15/+64
|\
| * Implement Introduce2 tor cellYuan Lyu2022-09-212-15/+64
* | Intoduce1: Use a constant-time check for all-zero RsaIdentityNick Mathewson2022-09-201-2/+3
|/
* Implement onion service Introduce1Yuan Lyu2022-09-082-1/+74
* Clean up EstablishIntro cellYuan Lyu2022-08-251-12/+162
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* 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