summaryrefslogtreecommitdiff
path: root/tor-cell/src/chancell
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings about needless & from nightly clippyNick Mathewson2021-06-181-2/+2
* Check "connection" usage for when stream or channel would be better.Nick Mathewson2021-05-181-2/+2
* Prefer "relay" over "node" in most circumstances.Nick Mathewson2021-05-181-4/+4
* Fix some warnings from nightly clippyNick Mathewson2021-05-071-2/+2
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-031-4/+4
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
* tor-cell: In netinfo, unspecified addresses are None.Nick Mathewson2020-10-291-5/+8
* Expand test to handle building circuit with ntor.Nick Mathewson2020-10-271-0/+10
* Remove a bunch of dbg! calls.Nick Mathewson2020-10-261-1/+0
* Improve documentation in tor-cellNick Mathewson2020-10-261-28/+57
* Rename CircID and StreamID to end with Id instead, for consistencyNick Mathewson2020-10-251-2/+2
* Specify and test correct handling for bogus netinfo addrsNick Mathewson2020-10-211-2/+3
* Rename as_message to into_message.Nick Mathewson2020-10-211-18/+18
* Implement From, not Into.Nick Mathewson2020-10-191-4/+3
* Add assertions for overflow cases in chancell::msgNick Mathewson2020-10-191-3/+6
* Add an enumeration for destroy reasons.Nick Mathewson2020-10-191-6/+40
* Mark must-resolve XXXX issues with "XXXXM3".Nick Mathewson2020-10-181-4/+4
* Document all the private items in tor-cellNick Mathewson2020-10-092-5/+44
* Rename remaining get_ accessorsNick Mathewson2020-09-282-7/+7
* Tests for channel-cell codecNick Mathewson2020-09-271-1/+1
* Test a few more channel cell types.Nick Mathewson2020-09-271-0/+41
* Use the correct value for TAP_C_HANDSHAKE_LENNick Mathewson2020-09-261-1/+1
* tor-cell: Add some test vectors for channel messagesNick Mathewson2020-09-261-11/+110
* Split the cell-handling parts of tor-proto into a new crate.Nick Mathewson2020-09-262-0/+966