aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/tests/test_relaycell.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade rand crates to 0.10.Wesley Aptekar-Cassels2026-05-121-8/+12
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* tor-cell: change `UnparsedRelayMsg::data_len`Steven Engler2025-07-151-3/+19
* tor-cell: add some testing for `UnparsedRelayMsg`Steven Engler2025-04-301-4/+27
* cell: Implement parsing and encoding for V1 relay cellsNick Mathewson2025-04-161-7/+77
* Add a RelayCellFormat argument to encode().Nick Mathewson2025-04-161-2/+3
* squash! Upgrade rand dependency to 0.9.Nick Mathewson2025-03-181-5/+1
* 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