aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell.rs
Commit message (Expand)AuthorAgeFilesLines
* cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-131-1/+1
* cell: Remove relaycell::restrictNick Mathewson2023-06-131-1/+0
* tor-cell: remove use of arrayrefNick Mathewson2023-06-011-3/+9
* Change several cfgs to refer to new feature names.Nick Mathewson2023-02-281-1/+1
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-1/+1
* Merge branch 'hs-cells-1' into 'main'Nick Mathewson2023-02-161-2/+2
|\
| * tor-cell: rename onion_service module to hsNick Mathewson2023-02-151-2/+2
* | tor-cell: Add another debug_assert to relay cell encodingNick Mathewson2023-02-151-3/+6
* | Move slicewriter to tor-cell and make it private.Nick Mathewson2023-02-151-1/+1
* | tor-cell: Add RelayCell::into_msg.Nick Mathewson2023-02-151-0/+4
* | tor-cell: Add a new UnparsedRelayCellNick Mathewson2023-02-151-0/+46
* | tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-151-30/+52
|/
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-1/+3
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-5/+5
* tor-cell: Make Body and MsgClass traits more uniform.Nick Mathewson2023-02-071-1/+1
* tor-cell: Generic "Restricted{Relay,Chan}Cell" types.Nick Mathewson2023-02-071-10/+28
* Sketch a solution for arti#525Nick Mathewson2023-01-061-0/+1
* Merge branch 'hs-cells' into 'main'eta2022-07-221-0/+2
|\
| * Implement ESTABLISH_INTRO relay cellYuan Lyu2022-07-181-0/+2
* | tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-5/+5
|/
* Implement a higher-level API for the ntor v3 handshakeeta2022-07-081-0/+1
* cell: Move UDP to its own module and feature gate itDavid Goulet2022-06-071-4/+9
* cell: Implement CONNECT_UDP cell from prop339David Goulet2022-06-071-1/+11
* tor-cell: provide HasKind.Nick Mathewson2022-02-151-3/+4
* Actually decrement the stream-level SENDME windoweta2021-12-141-0/+4
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+260