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: Add a control message for closing pending streams
Gabriela Moldovan
2026-06-23
2
-1
/
+41
|
*
proto: Replace StreamMsg with a new CtrlMsg type
Gabriela Moldovan
2026-06-23
4
-26
/
+32
|
*
proto: Make the new reject_stream() test check the END cell too
Gabriela Moldovan
2026-06-23
1
-1
/
+5
|
*
proto: Factor helper macro out of test function
Gabriela Moldovan
2026-06-23
1
-17
/
+17
|
*
proto: Refactor test macro to not rely on function context
Gabriela Moldovan
2026-06-23
1
-6
/
+7
|
*
proto: Add a test for rejecting an incoming stream in the relay reactor
Gabriela Moldovan
2026-06-23
1
-0
/
+40
*
|
proto: log hop settings at trace upon client circuit opening.
Nick Mathewson
2026-06-23
1
-1
/
+2
|
/
*
proto: Update tests to use the new stream exports
Gabriela Moldovan
2026-06-17
1
-4
/
+4
*
proto: Add crate-level exports for two extra stream types (fmt)
Gabriela Moldovan
2026-06-17
6
-26
/
+9
*
proto: Add crate-level exports for two extra stream types
Gabriela Moldovan
2026-06-17
1
-0
/
+4
*
proto: Re-export StreamReceiver from tor_proto::stream
Gabriela Moldovan
2026-06-17
1
-1
/
+2
*
proto: Re-export the Incoming* types from tor_proto::stream
Gabriela Moldovan
2026-06-17
1
-0
/
+6
*
proto: Make the stream module pub
Gabriela Moldovan
2026-06-17
1
-1
/
+1
*
Merge branch 'flowctrl-tests' into 'main'
opara
2026-06-16
1
-13
/
+433
|
\
|
*
tor-proto: add a unit test for `XonXoffReader`
Steven Engler
2026-06-16
1
-0
/
+398
|
*
tor-proto: add `DrainRateNotifier` trait for `XonXoffReader`
Steven Engler
2026-06-10
1
-13
/
+35
*
|
Merge branch 'destroy' into 'main'
opara
2026-06-12
2
-29
/
+5
|
\
\
|
*
|
tor-proto: circ handshake now always uses NONE destroy reason
Steven Engler
2026-06-12
2
-29
/
+5
|
|
/
*
/
tor-proto: Remove a now-redundant .iter() in a call to iter_join
Ian Jackson
2026-06-11
1
-1
/
+1
|
/
*
maint: Run maint/add_warning to deny string slices
Clara Engler
2026-06-09
35
-0
/
+36
*
proto: Move RateLimitedWriter to tor-async-utils
David Goulet
2026-06-08
5
-766
/
+3
*
proto: Move TokenBucket to tor-basic-utils
David Goulet
2026-06-08
3
-848
/
+3
*
Merge branch 'destroy-cell3' into 'main'
gabi-250
2026-06-08
9
-28
/
+395
|
\
|
*
proto: Update the tests to use the new CircuitRx{Receiver,Sender}s
Gabriela Moldovan
2026-06-08
6
-16
/
+17
|
*
proto: Replace CircuitRx{Sender,Receiver} with new channel type
Gabriela Moldovan
2026-06-08
3
-11
/
+5
|
*
proto: Remove now-unused import
Gabriela Moldovan
2026-06-08
1
-1
/
+1
|
*
proto: Add a new channel -> circuit queue type
Gabriela Moldovan
2026-06-08
2
-0
/
+372
*
|
proto: Enable the relay exit stream test
Gabriela Moldovan
2026-06-08
1
-1
/
+0
*
|
proto: Set the ClientDataStreamCtrl to None for relay streams (fmt)
Gabriela Moldovan
2026-06-08
1
-5
/
+7
*
|
proto: Set the ClientDataStreamCtrl to None for relay streams
Gabriela Moldovan
2026-06-08
1
-3
/
+3
*
|
proto: Make the ClientDataStreamCtrl optional throughout
Gabriela Moldovan
2026-06-08
1
-12
/
+22
|
/
*
proto: add regression tests for verify_link_auth_cert
moumenalaoui
2026-06-02
1
-0
/
+79
*
proto: Fix inverted cert sig and AUTHENTICATE compare
David Goulet
2026-06-02
2
-5
/
+2
*
Merge branch 'minor-doc-fix' into 'main'
gabi-250
2026-06-02
1
-1
/
+1
|
\
|
*
proto: Fix typo in ResolveCmdChecker docs
Gabriela Moldovan
2026-05-28
1
-1
/
+1
*
|
Merge branch 'stream-docs' into 'main'
David Goulet
2026-05-28
3
-4
/
+4
|
\
\
|
*
|
proto: Replace outdated references to RawCellStream
Gabriela Moldovan
2026-05-28
3
-4
/
+4
|
|
/
*
/
tor-proto: remove `use asynchronous_codec as futures_codec` in `/channel/hand...
Neel Chauhan
2026-05-27
1
-13
/
+14
|
/
*
Merge branch 'relay-destroy' into 'main'
gabi-250
2026-05-26
3
-31
/
+161
|
\
|
*
proto: Remove TODOs about flushing pending data
Gabriela Moldovan
2026-05-26
2
-8
/
+0
|
*
proto: Remove unused async
Gabriela Moldovan
2026-05-20
1
-3
/
+2
|
*
proto: Make TRUNCATE trigger a proto violation
Gabriela Moldovan
2026-05-20
2
-5
/
+25
|
*
proto: Add some tests for DESTROY handling
Gabriela Moldovan
2026-05-20
1
-1
/
+60
|
*
proto: Make do_create2_handshake() check EXTENDED2 was sent
Gabriela Moldovan
2026-05-20
1
-1
/
+19
|
*
proto: Extend helper to check that DESTROY was sent in both directions
Gabriela Moldovan
2026-05-20
1
-7
/
+21
|
*
proto: Rename a test helper and adjust its docs
Gabriela Moldovan
2026-05-20
1
-7
/
+6
|
*
proto: Return the CircId from test handshake helper
Gabriela Moldovan
2026-05-20
1
-2
/
+4
|
*
proto: Add test helper for sending AnyChanMsgs
Gabriela Moldovan
2026-05-20
1
-0
/
+5
|
*
proto: Add a comment clarifying why we don't need to propagate DESTROY
Gabriela Moldovan
2026-05-20
1
-0
/
+7
|
*
proto: Adjust DESTROY-related logs in the backward reactor
Gabriela Moldovan
2026-05-20
1
-2
/
+6
[prev]
[next]