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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tor-proto: Rename create_firsthop() to wait_for_create().
Gabriela Moldovan
2023-07-27
1
-2
/
+2
*
tor-proto: Update handle_control docs.
Gabriela Moldovan
2023-07-26
1
-1
/
+1
*
tor-proto: Add functions for handling Shutdown and AddFakeHop messages.
Gabriela Moldovan
2023-07-26
1
-42
/
+37
*
tor-proto: Extract first-hop creation to a separate function.
Gabriela Moldovan
2023-07-26
1
-37
/
+11
*
tor-proto: Create a function for handling the initial CREATE cell.
Gabriela Moldovan
2023-07-26
1
-1
/
+89
*
tor-circmgr: Add two possibly-needed docsrs annotations
Ian Jackson
2023-07-12
2
-0
/
+2
*
tor-proto: Conversation: drop two otiose cfg(feature)
Ian Jackson
2023-07-12
2
-2
/
+0
*
Merge branch 'clippy-allow' into 'main'
Ian Jackson
2023-07-11
17
-0
/
+17
|
\
|
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
17
-0
/
+17
*
|
Merge branch 'conversation' into 'main'
Alexander Færøy
2023-07-10
3
-113
/
+203
|
\
\
|
|
/
|
/
|
|
*
tor-proto: run rustfmt
Ian Jackson
2023-06-30
3
-8
/
+18
|
*
tor-proto conversations: Drop a TODO
Ian Jackson
2023-06-30
1
-1
/
+0
|
*
tor-proto conversation API: Provide ConversationInHandler
Ian Jackson
2023-06-30
3
-6
/
+58
|
*
tor-proto circuit: Plumb async Context through
Ian Jackson
2023-06-30
2
-3
/
+8
|
*
tor-proto conversation API: Soften a warning
Ian Jackson
2023-06-30
1
-1
/
+4
|
*
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
2
-3
/
+10
|
*
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
2
-9
/
+9
|
*
tor-proto conversation API: Make starting message optional
Ian Jackson
2023-06-30
2
-5
/
+7
|
*
tor-proto conversation API: Rename to ConversationFinished
Ian Jackson
2023-06-30
1
-7
/
+3
|
*
tor-proto circuit: Make reactor::run_once modulae-private
Ian Jackson
2023-06-30
1
-1
/
+1
*
|
Merge branch 'allow_missing_panics' into 'main'
Ian Jackson
2023-07-07
3
-8
/
+2
|
\
\
|
*
|
Remove explicit allows for missing_panics_docs.
Nick Mathewson
2023-07-06
2
-7
/
+2
|
*
|
Run add_warning to remove `missing_panics_doc` deny.
Nick Mathewson
2023-07-06
1
-1
/
+0
|
|
/
*
/
Avoid matches!(x, None), matches!(x, Ok(_))
Nick Mathewson
2023-07-06
1
-2
/
+2
|
/
*
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: document channel lifecycle better.
Nick Mathewson
2023-06-28
1
-5
/
+24
*
Merge branch 'ticket_914' into 'main'
Nick Mathewson
2023-06-28
2
-118
/
+9
|
\
|
*
proto: Remove support for receiving unauthenticated SENDMEs
Nick Mathewson
2023-06-26
2
-118
/
+9
*
|
Back down x25519-dalek to 2.0.0-pre.1 from 2.0.0-rc.2
pinkforest
2023-06-27
3
-13
/
+13
|
/
*
Merge branch 'proto-better-path' into 'main'
Nick Mathewson
2023-06-22
3
-62
/
+177
|
\
|
*
proto: Resolve/downgrade some path-related "TODO HS" items
Nick Mathewson
2023-06-22
2
-4
/
+6
|
*
proto: Implement Redactable and Display for PathEntry.
Nick Mathewson
2023-06-22
1
-0
/
+23
|
*
proto: Add ClientCirc::path_ref(), deprecate path().
Nick Mathewson
2023-06-22
1
-13
/
+35
|
*
proto: Make Path and PathEntry at least minimally useful
Nick Mathewson
2023-06-22
1
-0
/
+28
|
*
proto: Expose an opaque PathEntry.
Nick Mathewson
2023-06-22
3
-20
/
+29
|
*
proto: Make Path public
Nick Mathewson
2023-06-22
2
-4
/
+9
|
*
proto: Remove Mutex from Path.
Nick Mathewson
2023-06-22
3
-17
/
+13
|
*
proto: Move Path into a separate shared mutable structure
Nick Mathewson
2023-06-22
2
-14
/
+44
*
|
proto: Downgrade a comment about unauthenticated SENDMEs
Nick Mathewson
2023-06-21
1
-5
/
+9
*
|
proto::circuit::handshake: downgrade a "TODO HS".
Nick Mathewson
2023-06-21
1
-2
/
+2
*
|
proto: Put client and service hs_ntor behind individual features
Nick Mathewson
2023-06-21
1
-5
/
+17
*
|
proto: Resolve some hs_ntor "TODO HS" comments.
Nick Mathewson
2023-06-21
1
-10
/
+7
*
|
proto: downgrade some "TODO HS" comments to "HSS"
Nick Mathewson
2023-06-21
2
-8
/
+8
|
/
*
lints: Run maint/add_warning to actually apply new lints
Ian Jackson
2023-06-21
1
-0
/
+2
*
Lower tor-proto::util::ct::lookup to tor-llcrypto
Nick Mathewson
2023-06-16
3
-59
/
+5
*
proto: Make sure that auth tags are truncated to 20 bytes
Nick Mathewson
2023-06-13
1
-3
/
+13
*
proto: Convert MsgHandler API to expect a message, not a cell.
Nick Mathewson
2023-06-12
2
-7
/
+16
[next]