summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src/relaycell/udp.rs
Commit message (Expand)AuthorAgeFilesLines
* 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