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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump versions for tor-* and arti-* crates
Steven Engler
2026-08-03
1
-23
/
+23
*
proto: Update semver with the changes to the logging
David Goulet
2026-08-03
1
-0
/
+1
*
proto: Move comment to the right place
David Goulet
2026-08-03
1
-3
/
+3
*
proto: Add {backward|forward} prefix to circ_id in logs
David Goulet
2026-08-03
11
-35
/
+35
*
proto: Rename uniq_id to circ_unique_id mostly in logging
David Goulet
2026-08-03
14
-55
/
+55
*
proto: Log both UniqId and CircId when possible
David Goulet
2026-08-03
15
-65
/
+216
*
proto: Rename CircId and UniqId variable name
David Goulet
2026-08-03
8
-26
/
+29
*
tor-proto: fix XON conversion from KB/s to B/s
Steven Engler
2026-07-30
1
-4
/
+4
*
tor-cell: update docs and variable names for `Xon`
Steven Engler
2026-07-30
2
-3
/
+3
*
tor-cell: rename `XonKbpsEwma` to `XonKBpsEwma`
Steven Engler
2026-07-30
12
-37
/
+37
*
Merge branch 'mock-net' into 'main'
David Goulet
2026-07-30
2
-31
/
+69
|
\
|
*
tor-proto: reuse existing channels in ntor test
Steven Engler
2026-07-30
1
-8
/
+5
|
*
tor-proto: extend circ handshake tests to close the circuit
Steven Engler
2026-07-30
2
-2
/
+38
|
*
tor-proto: rename some methods on test `ConnInspector`
Steven Engler
2026-07-30
2
-10
/
+10
|
*
tor-proto: reword some TODOs
Steven Engler
2026-07-30
1
-2
/
+2
|
*
tor-proto: don't drop stream rx in tests
Steven Engler
2026-07-30
2
-10
/
+15
*
|
Merge branch 'create-fast' into 'main'
opara
2026-07-30
3
-37
/
+19
|
\
\
|
|
/
|
/
|
|
*
tor-proto: use `subprotocol_restricted_set` macro
Steven Engler
2026-07-30
3
-37
/
+19
*
|
tor-proto: add unit tests for some circuit handshakes
Steven Engler
2026-07-29
1
-0
/
+130
*
|
tor-proto: add 'test_utils' mod for channel tests
Steven Engler
2026-07-29
2
-0
/
+308
*
|
tor-proto: add test-only `NoOpChannelProvider`
Steven Engler
2026-07-29
1
-0
/
+22
*
|
tor-proto: add test-only `NoOpRequestFilter`
Steven Engler
2026-07-29
1
-0
/
+16
*
|
tor-proto: fix tests when `feature = relay`
Steven Engler
2026-07-29
1
-1
/
+1
*
|
proto: Use PeerInfo to log responder channel addr
David Goulet
2026-07-29
1
-2
/
+2
*
|
Merge branch 'destroyreason' into 'main'
gabi-250
2026-07-28
2
-3
/
+3
|
\
\
|
*
|
align DestroyReason with torspec!490
ramdoys
2026-07-28
2
-3
/
+3
*
|
|
tor-proto: build crypt state after building hop settings
Steven Engler
2026-07-27
1
-10
/
+10
*
|
|
tor-proto: move where we split 'crypt' in CREATE_FAST handshake
Steven Engler
2026-07-27
1
-2
/
+2
*
|
|
tor-proto: add some log messages after circuit handshake
Steven Engler
2026-07-27
1
-0
/
+5
|
/
/
*
|
Merge branch 'clippy' into 'main'
opara
2026-07-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
tor-proto: Remove a redundant explicit link target
Ian Jackson
2026-07-27
1
-1
/
+1
*
|
tor-proto: add a TODO for crypt protocol and cc alg logic
Steven Engler
2026-07-27
1
-0
/
+4
*
|
tor-proto: add `HandshakeSubprotocols`
Steven Engler
2026-07-27
2
-9
/
+49
*
|
tor-proto: remove `CircNetParameters::extend_by_ed25519_id`
Steven Engler
2026-07-27
3
-6
/
+0
*
|
tor-proto: add `HopSettings::from_handshake_params()`
Steven Engler
2026-07-27
2
-71
/
+115
*
|
tor-proto: require feat 'counter-galois-onion' for 'relay'
Steven Engler
2026-07-27
1
-0
/
+1
|
/
*
Merge branch 'testdata-export' into 'main'
Ian Jackson
2026-07-27
1
-1
/
+1
|
\
|
*
Require derive-deftly 1.11.4
Ian Jackson
2026-07-23
1
-1
/
+1
*
|
proto: Include the actual cell command in an error message
Gabriela Moldovan
2026-07-23
1
-3
/
+5
*
|
proto: Remove feature-gating from CircHop::handle_msg()
Gabriela Moldovan
2026-07-23
3
-6
/
+4
*
|
tor-checkable: Rename `TimeBound::is_valid_at` to `check_valid_at`
Ian Jackson
2026-07-23
1
-1
/
+1
*
|
tor-checkable: TimeBound: Make wrapped type an associated type
Ian Jackson
2026-07-23
1
-3
/
+3
*
|
tor-checkable: TimeBound: remove Error associated type
Ian Jackson
2026-07-23
1
-1
/
+1
|
/
*
proto: Remove misleading comment about CircuitIncomingStreamReceiver
Gabriela Moldovan
2026-07-22
1
-3
/
+0
*
proto: Update CreateRequestHandler::new() docs
Gabriela Moldovan
2026-07-22
1
-1
/
+2
*
proto: Reword CircuitIncomingStreamReceiver docs for clarity
Gabriela Moldovan
2026-07-22
1
-1
/
+2
*
proto: Return the incoming streams from the create handler (fmt)
Gabriela Moldovan
2026-07-22
1
-8
/
+10
*
proto: Return the incoming streams from the create handler
Gabriela Moldovan
2026-07-22
2
-12
/
+60
*
proto: Add newtype wrapper for incoming stream receiver
Gabriela Moldovan
2026-07-22
2
-2
/
+43
*
proto: Adjust feature-gating around incoming streams
Gabriela Moldovan
2026-07-22
1
-1
/
+1
[next]