summaryrefslogtreecommitdiff
path: root/crates/tor-cell/src
Commit message (Expand)AuthorAgeFilesLines
* tor-cell: impl Eq, PartialEq, Hash for est_intro::DosParamsIan Jackson2024-02-211-1/+1
* tor_cell: never construct empty DATA messages.Nick Mathewson2024-02-131-3/+28
* tor_cell: Reject empty DATA messagesNick Mathewson2024-02-131-0/+3
* educe: Use std's default for enums where default variant is unitIan Jackson2024-02-121-4/+2
* Fix typosDimitris Apostolou2024-01-082-2/+2
* tor-cell: Fix ambitious certtypeEmil Engler2023-12-281-1/+2
* tor-cell: Stop using deprecated name in doctestNick Mathewson2023-12-141-2/+2
* Add deprecated aliases for old RelayCell namesNick Mathewson2023-12-141-0/+8
* Fix documentation that referred to RelayCell.Nick Mathewson2023-12-141-9/+4
* Fix documentation for {Any}RelayMsgOuterNick Mathewson2023-12-141-3/+7
* Rename {Any}RelayCell to {Any}RelayMsgOuterNick Mathewson2023-12-141-6/+6
* tor-cell: Remove a now-unneeded allow(unused).Nick Mathewson2023-12-121-1/+0
* NtorV3Extension set encoding/decoding: include n_extensionsJim Newsome2023-12-071-7/+17
* Convert to the latest versions of dalek-cryptographyNick Mathewson2023-11-291-1/+1
* Use HandshakeType in Extend2 and CircuitExtender::beginJim Newsome2023-11-271-6/+12
* Add more reference links.Nick Mathewson2023-11-201-1/+5
* Improve documentation in/around DosParams extensionNick Mathewson2023-11-201-1/+11
* Add a caret_int HandshakeType for HTYPE constantsJim Newsome2023-10-261-5/+21
* Change `CircId` to never be zeroJim Newsome2023-10-253-27/+40
* Convert StreamId to NonZeroU16Jim Newsome2023-10-251-36/+48
* tor-cell: Remove unused by_type() functionNeel Chauhan2023-10-131-10/+0
* Lower and downgrade a TODO about StreamID and NonZeroU16.Nick Mathewson2023-10-121-1/+6
* tor-cell: Add accessors for Begin.Nick Mathewson2023-09-271-0/+15
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* cell: Add accessors to IntroduceHandshakePayloadNick Mathewson2023-08-161-0/+15
* cell: Add accessors to Introduce2.Nick Mathewson2023-08-161-0/+17
* Merge branch 'more_introducing' into 'main'Nick Mathewson2023-08-162-3/+10
|\
| * cell: Add code to iterate over IntroEstablished extensionsNick Mathewson2023-08-151-1/+7
| * cell, docs: Clarify what we mean by "Unrecognized".Nick Mathewson2023-08-151-2/+3
* | Merge branch 'fix-weird-comment' into 'main'Ian Jackson2023-08-161-1/+1
|\ \ | |/ |/|
| * doc: fix malformatted comment in SliceWriterErrorEmil Engler2023-08-141-1/+1
* | cell: make establish_intro accept impl<Into<HsMacKey>>Nick Mathewson2023-08-141-15/+14
|/
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Fix typosDimitris Apostolou2023-07-221-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-103-0/+3
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* tor-cell: Downgrade 2 TODO-HS to TODO-HSSNick Mathewson2023-06-162-2/+2
* tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAY (fmt)Ian Jackson2023-06-141-1/+1
* tor-cell: HasRetryTime for IntroduceAckStatus: Confirm re CANT_RELAYIan Jackson2023-06-141-1/+1
* tor-cell: Add a doc comment for impl tor_error::HasRetryTime for IntroduceAck...Ian Jackson2023-06-141-0/+4
* tor-cell: impl HasRetryTime for IntroduceAckStatusIan Jackson2023-06-141-0/+14
* Merge branch 'tor-cell-todos' into 'main'Nick Mathewson2023-06-136-53/+9
|\
| * cell: Downgrade a couple more TODO HS comments.Nick Mathewson2023-06-132-3/+3
| * cell: Remove relaycell::restrictNick Mathewson2023-06-132-35/+0
| * cell: Remove some TODOsNick Mathewson2023-06-133-10/+2
| * cell: remove/localize "allow(dead-code)"Nick Mathewson2023-06-133-5/+4
* | tor-cell: IntroduceAck: Add .success() function to give a ResultIan Jackson2023-06-131-0/+16
|/
* proto: Convert MsgHandler API to expect a message, not a cell.Nick Mathewson2023-06-122-1/+19
* cell: Add an accessor for the body of a Rendezvous2.Nick Mathewson2023-06-121-0/+6