index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-proto
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
proto: Remove redundant heading
Gabriela Moldovan
10 days
1
-2
/
+0
*
proto: Update table to mention all the other commands we handle
Gabriela Moldovan
10 days
1
-2
/
+8
*
proto: Be more specific about where the meta messages are handled
Gabriela Moldovan
10 days
1
-14
/
+15
*
proto: Say how forward DESTROY are handled
Gabriela Moldovan
10 days
1
-1
/
+2
*
proto: Clarify that "it" refers to the forward reactor
Gabriela Moldovan
10 days
1
-1
/
+2
*
proto: Update docs to clarify they apply to RELAY_EARLY too
Gabriela Moldovan
10 days
1
-3
/
+2
*
proto: Update docs to say EXTEND2 is supported
Gabriela Moldovan
10 days
1
-5
/
+2
*
proto: Update reactor docs to say TRUNCATE is unsupported
Gabriela Moldovan
10 days
1
-2
/
+3
*
Merge branch 'unk-circid' into 'main'
gabi-250
2026-08-13
2
-40
/
+49
|
\
|
*
proto: Explicitly drop the cells with unrecognized CircIds
Gabriela Moldovan
2026-08-12
1
-0
/
+20
|
*
proto: Update tests now that unrecognized CREATED are dropped
Gabriela Moldovan
2026-08-11
1
-2
/
+2
|
*
proto: Update tests now that we tolerate unrecognized CircIds
Gabriela Moldovan
2026-08-11
1
-24
/
+8
|
*
proto: s/channel/circuit in test comment
Gabriela Moldovan
2026-08-11
1
-1
/
+1
|
*
proto: Ignore CREATED* with unrecognized CircIds
Gabriela Moldovan
2026-08-11
2
-9
/
+14
|
*
proto: Silently drop DESTROY/RELAY cells on unknown circuits (fmt)
Gabriela Moldovan
2026-08-11
1
-5
/
+3
|
*
proto: Silently drop DESTROY/RELAY cells on unknown circuits
Gabriela Moldovan
2026-08-11
1
-4
/
+6
*
|
Merge branch 'clippy-fixes' into 'main'
gabi-250
2026-08-13
4
-5
/
+8
|
\
\
|
*
|
tor-proto: 'expect' -> 'allow' in `CircReactorHandle`
Steven Engler
2026-08-11
1
-2
/
+2
|
*
|
tor-proto: fix a `clippy::unnecessary_filter_map`
Steven Engler
2026-08-11
1
-0
/
+2
|
*
|
tor-proto: box `CircParameters` in test-only `CtrlCmd::AddFakeHop`
Steven Engler
2026-08-11
2
-2
/
+3
|
*
|
tor-proto: fix a 'clippy::useless_conversion'
Steven Engler
2026-08-11
1
-1
/
+1
|
|
/
*
|
tor-proto: make `CreateRequestHandler` methods async
Steven Engler
2026-08-12
2
-28
/
+39
*
|
tor-proto: use `CgoRelayCrypto`/`Tor1RelayCrypto` aliases
Steven Engler
2026-08-12
1
-8
/
+7
*
|
tor-proto: change `TryFrom<_> for HandshakeSubprotocols` to a dedicated const...
Steven Engler
2026-08-12
2
-13
/
+16
*
|
tor-proto: check the handshake type in the ntor test
Steven Engler
2026-08-12
1
-8
/
+12
*
|
tor-proto: implement the ntor-v3 handshake
Steven Engler
2026-08-12
1
-9
/
+199
*
|
tor-proto: add `TryFrom<SubprotocolRequest> for HandshakeSubprotocols`
Steven Engler
2026-08-12
1
-1
/
+74
*
|
tor-proto: change some instances of `sendme_inc` to u8
Steven Engler
2026-08-12
3
-9
/
+7
|
/
*
Merge branch 'cc-event-counters' into 'main'
opara
2026-08-04
1
-6
/
+7
|
\
|
*
tor-proto: fix cc vegas counter updates on clock stall
Steven Engler
2026-07-30
1
-6
/
+7
*
|
proto: Remove a now-done TODO
Gabriela Moldovan
2026-08-04
1
-3
/
+0
*
|
proto: Rename "hs" to "hc"
Gabriela Moldovan
2026-08-04
2
-3
/
+3
*
|
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
[next]