summaryrefslogtreecommitdiff
path: root/crates/tor-cell/tests/test_relaycell.rs
Commit message (Expand)AuthorAgeFilesLines
* relay-cell: Update relay cell decoding API for prop340Jim Newsome2024-03-121-5/+7
* Rename UnparsedRelayCell -> UnparsedRelayMsgJim Newsome2024-03-121-2/+2
* Rename {Any}RelayCell to {Any}RelayMsgOuterNick Mathewson2023-12-141-5/+5
* Convert StreamId to NonZeroU16Jim Newsome2023-10-251-11/+10
* tor-cell: Add a new UnparsedRelayCellNick Mathewson2023-02-151-2/+14
* tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-151-2/+2
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-3/+8
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-6/+6
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-071-1/+1
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* udp: Allow empty hostname and no nul byteIan Jackson2022-06-071-2/+17
* cell: Don't use NUL terminated string in CONNECT_UDPDavid Goulet2022-06-071-2/+2
* cell: Move UDP to its own module and feature gate itDavid Goulet2022-06-071-3/+7
* cell: Implement CONNECT_UDP cell from prop339David Goulet2022-06-071-1/+57
* Remove many needless borrows and slicesIan Jackson2022-02-021-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+116