summaryrefslogtreecommitdiff
path: root/crates/tor-proto/src
Commit message (Expand)AuthorAgeFilesLines
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-1/+1
* Add some missing importsIan Jackson2023-03-281-1/+4
* Add an experimental circuit accessor to DataStream.Nick Mathewson2023-03-232-2/+34
* tor-proto: Feature-conditionalise some enum variantsIan Jackson2023-03-231-0/+6
* tor-proto: Split off send-control-msg featureIan Jackson2023-03-232-5/+5
* tor-proto: document deep-copy in ClientCirc::path()Nick Mathewson2023-03-221-0/+4
* proto: Stabilize ClientCirc::n_hops.Nick Mathewson2023-03-221-1/+6
* Fix a bunch of needless-conversion warnings.Nick Mathewson2023-03-101-1/+0
* tor-proto: Document limitation on send_control_messageNick Mathewson2023-03-081-0/+7
* tor-proto: Say "control message" a little more consistentlyNick Mathewson2023-03-081-1/+2
* tor-proto: Make send_control_message wait for the reactor.Nick Mathewson2023-03-082-5/+22
* tor-proto: Have send_control_message install a handler, not return a streamNick Mathewson2023-03-083-98/+73
* tor-proto: Implement functionality to send a message and accept repliesNick Mathewson2023-03-083-52/+159
* tor-proto: Change semantics of MetaCellHandlerNick Mathewson2023-03-081-72/+126
* tor-proto: Give Path a method to access final hop num.Nick Mathewson2023-03-082-10/+16
* tor-proto: Give circ Reactor a constructor, and make its fields private.Nick Mathewson2023-03-082-30/+48
* Rename onion-* cargo features to hs-* in tor-* cratesIan Jackson2023-02-284-8/+8
* proto: Tweak documentation and names around CmdChecker.Nick Mathewson2023-02-275-9/+33
* tor-proto: Rename end_received.Nick Mathewson2023-02-172-8/+9
* Use CmdChecker in our stream handling code.Nick Mathewson2023-02-174-96/+92
* tor-proto: Introduce CmdChecker, and define it for our streams.Nick Mathewson2023-02-174-0/+150
* tor-proto: Add a TODO about simplifying a common pattern.Nick Mathewson2023-02-151-0/+8
* tor-proto: note implications for future HS workNick Mathewson2023-02-152-0/+12
* tor-proto: Push stream message parsing into the stream objects.Nick Mathewson2023-02-156-51/+88
* tor-proto: Defer parsing of messages send to half-closed streamsNick Mathewson2023-02-153-42/+94
* tor-proto: stop reactor (and kill circuit) if meta handler failsNick Mathewson2023-02-151-4/+7
* tor-proto: defer meta-cell parsing to the last moment.Nick Mathewson2023-02-152-36/+27
* tor-proto: Use UnparsedRelayCell to start deferring cell processing.Nick Mathewson2023-02-152-22/+43
* tor-cell: Refactor relay cells to copy much lessNick Mathewson2023-02-153-25/+14
* Rename OpenClientChan{Msg,Cell} => OpenChan{Msg,Cell}S2CNick Mathewson2023-02-093-31/+31
* tor-proto: Do not parse forbidden commands on inbound cells.Nick Mathewson2023-02-093-88/+63
* tor-proto: only parse allowed ChanMsg types during handshake.Nick Mathewson2023-02-093-29/+100
* tor-cell: Make RelayEarly a separate type.Nick Mathewson2023-02-092-4/+4
* tor-cell: Have restrict_msg add conversion functions.Nick Mathewson2023-02-091-2/+2
* tor-cell: Rename RelayMsg and RelayCell-related types.Nick Mathewson2023-02-078-85/+94
* tor-cell: Rename ChanMsg and ChanCell-related types.Nick Mathewson2023-02-077-100/+100
* tor-cell: Remove RelayMsg methods that are duplicated in RelayMsgClass.Nick Mathewson2023-02-074-2/+4
* tor-cell: Remove ChanMsg methods that are duplicated in ChanMsgClass.Nick Mathewson2023-02-076-4/+9
* tor-cell: Use macro to generate ChanMsg too.Nick Mathewson2023-02-073-4/+4
* tor-cell: Change all variants of RelayMsg to have a body.Nick Mathewson2023-02-071-4/+5
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-2716-0/+16
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Merge branch 'sensitive' into 'main'eta2023-01-261-3/+4
|\
| * tor-proto: Mark stream ids in errors as sensitiveIan Jackson2023-01-241-3/+4
* | tor-proto: comment fixes and more TODO hsNick Mathewson2023-01-242-2/+18
* | tor-proto: Draft API to handle incoming BEGIN requests.Nick Mathewson2023-01-173-0/+98
* | tor-proto: Expose support for doing onion service handshakesNick Mathewson2023-01-174-17/+79
* | tor-proto: Draft APIs for handling control messagesNick Mathewson2023-01-171-0/+52
* | tor-proto: Rename "hs" experimental feature to "onion-common"Nick Mathewson2023-01-171-1/+1
|/
* Fix typosDimitris Apostolou2023-01-071-1/+1