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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
proto: Adjust feature-gating around incoming streams
Gabriela Moldovan
2026-07-22
1
-1
/
+1
*
Apply deferred rustfmt churn
Ian Jackson
2026-07-16
1
-1
/
+1
*
Use new TimeBound name throughout the tree
Ian Jackson
2026-07-16
1
-2
/
+2
*
Merge branch 'remove-lint' into 'main'
Jim Newsome
2026-07-15
3
-6
/
+1
|
\
|
*
Remove now-unneeded allow(clippy::cognitive_complexity)
Jim Newsome
2026-07-15
2
-2
/
+0
|
*
add_warning: add reference to arti#2556
Jim Newsome
2026-07-15
1
-1
/
+1
|
*
lib.rs: remove stale comment
Jim Newsome
2026-07-15
1
-2
/
+0
|
*
Removed unnecessary lint
pryty26
2026-07-15
1
-2
/
+1
*
|
Merge branch 'clippy_warning' into 'main'
Jim Newsome
2026-07-13
1
-1
/
+1
|
\
\
|
*
|
multiple crates: Fix clippy warnings
hjrgrn
2026-07-10
1
-1
/
+1
|
|
/
*
|
Merge branch 'upgrade-cipher' into 'main'
gabi-250
2026-07-13
5
-17
/
+28
|
\
\
|
|
/
|
/
|
|
*
Upgrade cipher, aes, and ctr.
Nick Mathewson
2026-07-13
5
-17
/
+28
*
|
hsclient: Support protocol negotiation for CGO and flowctrl-cc
Nick Mathewson
2026-07-02
1
-0
/
+6
*
|
proto: Allow HsV3 to use cgo.
Nick Mathewson
2026-07-02
1
-2
/
+8
*
|
proto: Do not automatically disable CC with hsv3.
Nick Mathewson
2026-07-02
1
-5
/
+0
*
|
proto: log virtual hop additions at trace.
Nick Mathewson
2026-07-02
1
-0
/
+2
*
|
proto: Improve/clarify documentation on extend_virtual.
Nick Mathewson
2026-07-02
1
-0
/
+8
*
|
Merge branch 'stream-msg-parse' into 'main'
gabi-250
2026-07-02
2
-23
/
+53
|
\
\
|
*
|
proto: Add TODO about the eventual client-side reactor rewrite
Gabriela Moldovan
2026-07-02
1
-0
/
+10
|
*
|
proto: Re-enable IncomingCmdChecker test (fmt)
Gabriela Moldovan
2026-07-01
1
-2
/
+6
|
*
|
proto: Re-enable IncomingCmdChecker test
Gabriela Moldovan
2026-07-01
1
-14
/
+7
|
*
|
proto: Allow BeginDir and Resolve messages in the stream reactor (fmt)
Gabriela Moldovan
2026-07-01
1
-1
/
+3
|
*
|
proto: Allow BeginDir and Resolve messages in the stream reactor
Gabriela Moldovan
2026-07-01
1
-9
/
+30
|
|
/
*
/
Upgrade to itertools 0.15.0
Nick Mathewson
2026-07-01
2
-12
/
+11
|
/
*
proto: Add test for the incoming stream cmd allow list
Gabriela Moldovan
2026-06-30
1
-0
/
+48
*
proto: Update tests to pass the incoming cmd allow list to the reactor (fmt)
Gabriela Moldovan
2026-06-30
1
-12
/
+21
*
proto: Update tests to pass the incoming cmd allow list to the reactor
Gabriela Moldovan
2026-06-30
1
-10
/
+12
*
proto: Pass the allowed incoming commands to the relay reactor
Gabriela Moldovan
2026-06-30
2
-1
/
+3
*
proto: Pass the allowed incoming commands to CreateRequestHandler
Gabriela Moldovan
2026-06-30
3
-0
/
+15
*
Remove semver.md files
Nick Mathewson
2026-06-30
1
-2
/
+0
*
Version bumps for 2.5.0
Nick Mathewson
2026-06-30
1
-28
/
+28
*
proto: Remove confusing blurb about IncomingStream handling
Gabriela Moldovan
2026-06-29
1
-3
/
+5
*
proto: Clarify wording in relay reactor constructor
Gabriela Moldovan
2026-06-29
1
-1
/
+5
*
proto: Say why INCOMING_BUFFER is set to STREAM_READER_BUFFER
Gabriela Moldovan
2026-06-29
1
-0
/
+5
*
proto: Add expect(unused) where needed
Gabriela Moldovan
2026-06-29
2
-0
/
+3
*
proto: Remove RelayCirc::allow_stream_requests()
Gabriela Moldovan
2026-06-29
1
-141
/
+3
*
proto: Pass an IncomingStreamRequestFilter factory to the create handler
Gabriela Moldovan
2026-06-29
4
-3
/
+46
*
proto: Return IncomingStreams stream from relay reactor constructor (fmt)
Gabriela Moldovan
2026-06-29
1
-4
/
+4
*
proto: Return IncomingStreams stream from relay reactor constructor
Gabriela Moldovan
2026-06-29
2
-52
/
+122
*
proto: Support passing a stream request filter to the reactor
Gabriela Moldovan
2026-06-29
3
-4
/
+83
*
tor-proto: add some comments about handshake server arguments
Steven Engler
2026-06-25
1
-0
/
+5
*
tor-proto: implement the ntor (non-v3) handshake
Steven Engler
2026-06-24
1
-5
/
+65
*
tor-proto: update a comment in `CreateRequestHandler`
Steven Engler
2026-06-24
1
-4
/
+2
*
tor-proto: move `RelayLayer` split into helper
Steven Engler
2026-06-24
1
-4
/
+21
*
tor-proto: prepare for ntor handshakes
Steven Engler
2026-06-24
1
-9
/
+34
*
tor-proto: pass correct chan msg cmd to `decrypt_outbound()`
Steven Engler
2026-06-24
2
-5
/
+27
*
Merge branch 'incoming-reject' into 'main'
gabi-250
2026-06-24
8
-85
/
+272
|
\
|
*
proto: Rename LocalApplicationStream for clarity
Gabriela Moldovan
2026-06-23
1
-4
/
+4
|
*
proto: Rework error handling in `HopMgr::get_or_spawn_reactor()`
Gabriela Moldovan
2026-06-23
2
-13
/
+27
|
*
proto: Simplify StreamEvent::LocalStreamClosed (fmt)
Gabriela Moldovan
2026-06-23
1
-1
/
+6
[prev]
[next]