summaryrefslogtreecommitdiff
path: root/crates/tor-cell/tests/testvec_relaymsg.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-281-4/+4
* tor-cell: Use a more generic mechanism for managing extensionsNick Mathewson2023-02-151-23/+15
* tor-cell: Extract establish-intro into its own module.Nick Mathewson2023-02-151-1/+1
* tor-cell: rename onion_service module to hsNick Mathewson2023-02-151-4/+4
* Change tor_bytes::Error::BadMessage to a Cow.Nick Mathewson2023-02-091-8/+8
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-071-14/+14
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-071-1/+1
* tor-cell: Change all variants of RelayMsg to have a body.Nick Mathewson2023-02-071-3/+3
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+2
* Fix various typos (using typos tool and hand-inspection)Nick Mathewson2022-10-181-2/+2
* Implement Introduce2 tor cellYuan Lyu2022-09-211-1/+3
* Implement onion service Introduce1Yuan Lyu2022-09-081-5/+56
* Clean up EstablishIntro cellYuan Lyu2022-08-251-0/+68
* Implement establish rendezvous cellYuan Lyu2022-08-051-0/+38
* tor-cell: Make encoding method signatures fallible.Nick Mathewson2022-07-111-2/+4
* tor-cell: udp: Remove manual length calculationsIan Jackson2022-06-091-3/+3
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-071-1/+2
|\
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-021-1/+2
* | udp: New AddressPort used in cellsDavid Goulet2022-06-071-14/+12
* | udp: Allow empty hostname and no nul byteIan Jackson2022-06-071-21/+44
* | cell: Don't use NUL terminated string in CONNECT_UDPDavid Goulet2022-06-071-25/+23
* | cell: Move UDP to its own module and feature gate itDavid Goulet2022-06-071-7/+13
* | cell: Implement CONNECTED_UDP cell from prop339David Goulet2022-06-071-0/+51
* | cell: Implement CONNECT_UDP cell from prop339David Goulet2022-06-071-0/+62
|/
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+479