summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/udp.rs
Commit message (Expand)AuthorAgeFilesLines
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-5/+5
* tor-cell: Have restrict_msg add conversion functions.Nick Mathewson2023-02-091-12/+0
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-6/+6
* tor-cell: Make Body and MsgClass traits more uniform.Nick Mathewson2023-02-071-4/+4
* tor-cell: Stop using write_infallibleNick Mathewson2022-07-111-6/+6
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-3/+6
* Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-111-4/+5
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-8/+8
* Fix a couple of typos in rustdoc comments.Nick Mathewson2022-06-241-1/+1
* tor-cell: error usefulness and style fixesNick Mathewson2022-06-221-2/+4
* tor-bytes: read_nested_*: Take a closureIan Jackson2022-06-101-15/+11
* tor-cell: udp: Remove manual length calculationsIan Jackson2022-06-091-20/+8
* Fix a second docs linkIan Jackson2022-06-081-1/+1
* Fix a doc linkIan Jackson2022-06-081-1/+1
* udp: New AddressPort used in cellsDavid Goulet2022-06-071-28/+59
* udp: Allow empty hostname and no nul byteIan Jackson2022-06-071-11/+9
* cell: Don't use NUL terminated string in CONNECT_UDPDavid Goulet2022-06-071-16/+16
* cell: Move UDP to its own module and feature gate itDavid Goulet2022-06-071-1/+1
* cell: Implement DATAGRAM cell from prop339David Goulet2022-06-071-0/+1
* cell: Implement CONNECT_UDP cell from prop339David Goulet2022-06-071-0/+302