index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
/
circuit.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
1
-0
/
+1
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
|
Merge branch 'conversation' into 'main'
Alexander Færøy
2023-07-10
1
-89
/
+113
|
\
\
|
|
/
|
/
|
|
*
tor-proto: run rustfmt
Ian Jackson
2023-06-30
1
-1
/
+4
|
*
tor-proto conversation API: Provide ConversationInHandler
Ian Jackson
2023-06-30
1
-1
/
+6
|
*
tor-proto conversation API: Implement Conversation
Ian Jackson
2023-06-30
1
-89
/
+98
|
*
tor-proto: Make the handler in SendMsgAndInstallHandler optional
Ian Jackson
2023-06-30
1
-1
/
+1
|
*
tor-proto conversation API: Return a Conversation
Ian Jackson
2023-06-30
1
-8
/
+15
|
*
tor-proto conversation API: Rename to start_conversation_last_hop
Ian Jackson
2023-06-30
1
-7
/
+7
|
*
tor-proto conversation API: Make starting message optional
Ian Jackson
2023-06-30
1
-2
/
+2
*
|
Remove explicit allows for missing_panics_docs.
Nick Mathewson
2023-07-06
1
-1
/
+1
|
/
*
proto: ClientCirc: remove now-obsolete note on Clone-ness
Nick Mathewson
2023-06-28
1
-5
/
+0
*
proto: document ClientCirc lifecycle better.
Nick Mathewson
2023-06-28
1
-0
/
+29
*
proto: Remove support for receiving unauthenticated SENDMEs
Nick Mathewson
2023-06-26
1
-10
/
+0
*
Merge branch 'proto-better-path' into 'main'
Nick Mathewson
2023-06-22
1
-26
/
+73
|
\
|
*
proto: Resolve/downgrade some path-related "TODO HS" items
Nick Mathewson
2023-06-22
1
-2
/
+0
|
*
proto: Add ClientCirc::path_ref(), deprecate path().
Nick Mathewson
2023-06-22
1
-13
/
+35
|
*
proto: Expose an opaque PathEntry.
Nick Mathewson
2023-06-22
1
-5
/
+7
|
*
proto: Make Path public
Nick Mathewson
2023-06-22
1
-0
/
+2
|
*
proto: Remove Mutex from Path.
Nick Mathewson
2023-06-22
1
-0
/
+4
|
*
proto: Move Path into a separate shared mutable structure
Nick Mathewson
2023-06-22
1
-7
/
+26
*
|
proto: downgrade some "TODO HS" comments to "HSS"
Nick Mathewson
2023-06-21
1
-3
/
+3
|
/
*
Apply 1 suggestion(s) to 1 file(s)
Ian Jackson
2023-06-12
1
-1
/
+1
*
proto: Have send_control_message take an AnyRelayMsg.
Nick Mathewson
2023-06-09
1
-4
/
+2
*
proto: Correct the docs on send_control_message
Nick Mathewson
2023-06-09
1
-2
/
+7
*
Fix a silly clippy warning
Ian Jackson
2023-06-08
1
-0
/
+1
*
tor-circmgr: send_control_message: Add reference to MR discussion
Ian Jackson
2023-06-05
1
-0
/
+2
*
tor-circmgr: send_control_message: API change proposal
Ian Jackson
2023-06-05
1
-0
/
+21
*
tor-circmgr: send_control_message: Clarify some corner cases
Ian Jackson
2023-06-05
1
-7
/
+32
*
proto: Make PathEntry::Virtual feature-conditional.
Nick Mathewson
2023-05-23
1
-0
/
+2
*
proto: Explain "virtual" hops better.
Nick Mathewson
2023-05-18
1
-0
/
+4
*
proto: Allow circuit Paths to represent virtual hops.
Nick Mathewson
2023-05-18
1
-3
/
+21
*
proto: Implement Circuit::extend_virtual.
Nick Mathewson
2023-05-18
1
-2
/
+17
*
tor-proto: Code to construct crypto layers for virtual hops.
Nick Mathewson
2023-05-18
1
-0
/
+2
*
Refactor ClientCirc APIs to use Arc<ClientCirc>.
Nick Mathewson
2023-05-16
1
-17
/
+21
*
Change CircTarget::linkspecs() to return an encoded list.
Nick Mathewson
2023-05-10
1
-4
/
+6
*
tor-proto: Be explicit about an into().
Nick Mathewson
2023-04-12
1
-1
/
+1
*
Add an experimental circuit accessor to DataStream.
Nick Mathewson
2023-03-23
1
-0
/
+6
*
tor-proto: Split off send-control-msg feature
Ian Jackson
2023-03-23
1
-4
/
+4
*
tor-proto: document deep-copy in ClientCirc::path()
Nick Mathewson
2023-03-22
1
-0
/
+4
*
proto: Stabilize ClientCirc::n_hops.
Nick Mathewson
2023-03-22
1
-1
/
+6
*
tor-proto: Document limitation on send_control_message
Nick Mathewson
2023-03-08
1
-0
/
+7
*
tor-proto: Make send_control_message wait for the reactor.
Nick Mathewson
2023-03-08
1
-2
/
+7
*
tor-proto: Have send_control_message install a handler, not return a stream
Nick Mathewson
2023-03-08
1
-7
/
+8
*
tor-proto: Implement functionality to send a message and accept replies
Nick Mathewson
2023-03-08
1
-47
/
+44
*
tor-proto: Give Path a method to access final hop num.
Nick Mathewson
2023-03-08
1
-10
/
+6
*
tor-proto: Give circ Reactor a constructor, and make its fields private.
Nick Mathewson
2023-03-08
1
-18
/
+2
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-3
/
+3
*
Use CmdChecker in our stream handling code.
Nick Mathewson
2023-02-17
1
-3
/
+12
*
tor-proto: note implications for future HS work
Nick Mathewson
2023-02-15
1
-0
/
+10
[prev]
[next]