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
...
*
|
tor-proto: comment change on `StreamFlowCtrl`
Steven Engler
2026-05-07
1
-1
/
+6
|
/
*
proto: Remove an allow for a now-pedantic warning.
Nick Mathewson
2026-05-07
1
-6
/
+0
*
Merge branch 'release-2.3.0-version-bumps' into 'main'
Ian Jackson
2026-05-06
1
-24
/
+24
|
\
|
*
release: Bump tor- and arti- crate versions.
Wesley Aptekar-Cassels
2026-05-06
1
-23
/
+23
|
*
release: Bump safelog version to 0.8.2.
Wesley Aptekar-Cassels
2026-05-06
1
-1
/
+1
*
|
release: Run fixup-features.
Wesley Aptekar-Cassels
2026-05-05
1
-0
/
+2
|
/
*
proto rpc: Turn tunnel paths into a dict
Nick Mathewson
2026-04-28
3
-9
/
+40
*
proto rpc: Change PathEntry to an enum.
Nick Mathewson
2026-04-28
1
-28
/
+30
*
proto: Add an RPC function to access tunnel and inspect its path.
Nick Mathewson
2026-04-28
2
-0
/
+225
*
proto: Allow DataStreamCtrl and ClientTunnel to be RPC objects.
Nick Mathewson
2026-04-28
2
-0
/
+10
*
proto: add an "rpc" feature, and mark "stream-ctrl" stable.
Nick Mathewson
2026-04-28
1
-2
/
+6
*
proto: Wrap PeerInfo in Arc<>
Gabriela Moldovan
2026-04-23
3
-9
/
+9
*
proto: Avoid collecting the chan identities in RelayIdSet
Gabriela Moldovan
2026-04-23
1
-10
/
+2
*
proto: Apply deferred rustfmt
Gabriela Moldovan
2026-04-23
1
-5
/
+2
*
proto: Remove expect(unused) from channel PeerInfo
Gabriela Moldovan
2026-04-23
1
-1
/
+0
*
proto: Build the PeerInfo from the dummy target in the tests
Gabriela Moldovan
2026-04-23
1
-5
/
+14
*
proto: Use PeerInfo in the extend handler
Gabriela Moldovan
2026-04-23
2
-3
/
+4
*
proto: Add an accessor for the PeerInfo of a channel
Gabriela Moldovan
2026-04-23
1
-0
/
+6
*
proto: Add test ensuring we won't extend to the previous hop
Gabriela Moldovan
2026-04-23
1
-1
/
+43
*
proto: Reject EXTEND2 targeting the previous hop in the circuit
Gabriela Moldovan
2026-04-23
1
-1
/
+13
*
proto: Give the ExtendRequestHandler a copy of the inbound peer info
Gabriela Moldovan
2026-04-23
3
-1
/
+8
*
proto: Fix broken doc link in extend handler
Gabriela Moldovan
2026-04-23
1
-1
/
+3
*
proto: Extract EXTEND2 handling into a new module
Gabriela Moldovan
2026-04-23
2
-200
/
+254
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
2
-7
/
+6
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
2
-14
/
+20
*
relay: Use the new RelayNtorKeys for the create handler
David Goulet
2026-04-21
1
-9
/
+5
*
Merge branch 'rust-1.95-warnings' into 'main'
Nick Mathewson
2026-04-21
1
-13
/
+5
|
\
|
*
tor-proto: Simplify a match+if statement.
Nick Mathewson
2026-04-21
1
-13
/
+5
*
|
Merge branch 'stream-close' into 'main'
opara
2026-04-20
1
-6
/
+9
|
\
\
|
*
|
tor-proto: small comment and variable name changes
Steven Engler
2026-04-07
1
-6
/
+9
*
|
|
Merge branch 'rm-var-suffix' into 'main'
David Goulet
2026-04-20
1
-4
/
+4
|
\
\
\
|
*
|
|
proto: Remove dummy suffixes from variable name
Gabriela Moldovan
2026-04-20
1
-4
/
+4
*
|
|
|
proto: Remove unnecessary clippy allow
Gabriela Moldovan
2026-04-20
1
-2
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
tor-proto: give our rsa ident to the channel reactor
Steven Engler
2026-04-16
6
-5
/
+31
|
/
/
*
|
proto: Remove unused imports in unit tests
David Goulet
2026-04-14
1
-1
/
+1
*
|
proto: Fix relay unit tests with new CreateRequestHandler
David Goulet
2026-04-14
1
-1
/
+13
*
|
proto: Add a test helper function for building a CircNetParameters
David Goulet
2026-04-14
3
-0
/
+86
*
|
proto: Move DummyChan/DummyChanProvider to relay channel.rs
David Goulet
2026-04-14
2
-64
/
+77
*
|
proto: Remove re-export of MsgBuf in unit tests
David Goulet
2026-04-14
3
-5
/
+3
*
|
proto: Add channel relay handshake unit tests
David Goulet
2026-04-14
5
-182
/
+431
*
|
proto: Move test certs module at the top
David Goulet
2026-04-14
1
-31
/
+31
*
|
proto: Move channel client handshake tests into client module
David Goulet
2026-04-14
3
-218
/
+237
*
|
tor-proto: handle a div-by-zero case that should never happen
Steven Engler
2026-04-13
1
-3
/
+7
*
|
tor-proto: fix flow control side channel checks
Steven Engler
2026-04-13
1
-35
/
+47
*
|
tor-proto: change flow control `bytes_sent_total` to `u64`
Steven Engler
2026-04-13
1
-9
/
+9
*
|
tor-proto: add more tests for flow control
Steven Engler
2026-04-13
1
-0
/
+16
*
|
Merge branch 'id-logging' into 'main'
Jim Newsome
2026-04-13
1
-2
/
+2
|
\
\
|
*
|
Tweak Display for TunnelScopedCircId
Jim Newsome
2026-04-09
1
-1
/
+1
|
*
|
Tunnel ID: included "Tunnel" type-specifier in Display
Jim Newsome
2026-04-09
1
-1
/
+1
*
|
|
tor-proto: small comment improvement
Steven Engler
2026-04-09
1
-1
/
+2
[prev]
[next]