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
...
|
*
|
proto: Add debug_assert_eq() when building Authenticate
David Goulet
2026-03-30
1
-0
/
+4
|
*
|
cell: Add Authenticate::BODY_LEN as a public const
David Goulet
2026-03-30
1
-2
/
+1
|
*
|
proto: Import read_msg() instead of refering to it
David Goulet
2026-03-30
1
-19
/
+4
|
*
|
proto: Improve check_relay_identities() documentation
David Goulet
2026-03-30
1
-3
/
+7
|
*
|
proto: Rename RelayIdentities to RelayChannelAuthMaterial
David Goulet
2026-03-30
5
-48
/
+64
|
*
|
proto: Remove noop function for initiator channel
David Goulet
2026-03-30
1
-12
/
+1
|
*
|
proto: Rename many variables with more fine grained naming
David Goulet
2026-03-30
6
-120
/
+137
|
*
|
proto: Transform inner into verified after verification
David Goulet
2026-03-30
2
-20
/
+17
|
*
|
proto: Add documentation for the channel verify()
David Goulet
2026-03-30
2
-2
/
+31
|
*
|
proto: Remove duplicate use of read_msg() helper
David Goulet
2026-03-30
2
-82
/
+58
|
*
|
proto: Add names to ignored variables
David Goulet
2026-03-30
1
-1
/
+1
|
*
|
proto: Set a hardcoded number into a const
David Goulet
2026-03-30
1
-2
/
+3
|
*
|
proto: Fix a set of comments
David Goulet
2026-03-30
4
-11
/
+10
|
*
|
proto: Add AuthLogAction enum helper
David Goulet
2026-03-30
3
-13
/
+30
|
*
|
proto: Add a type alias for SLOG/CLOG digest
David Goulet
2026-03-30
7
-29
/
+30
|
*
|
chanmgr: Always use MaybeSensitive<PeerAddr> when building a channel
David Goulet
2026-03-30
1
-3
/
+3
|
|
/
*
|
Update to derive-deftly 0.10.0.
Ian Jackson
2026-03-31
1
-1
/
+1
*
|
Bump versions: tor-* and arti-* unstable crates
Ian Jackson
2026-03-30
1
-20
/
+20
*
|
Bump versions: patchlevel, with dependencies
Ian Jackson
2026-03-30
1
-1
/
+1
*
|
Plumb web-time-compat/full dependency through everywhere.
Ian Jackson
2026-03-30
1
-0
/
+1
|
/
*
Merge branch 'webtime-v3' into 'main'
Nick Mathewson
2026-03-26
20
-37
/
+45
|
\
|
*
tor-proto: Port to web-time-compat
Nick Mathewson
2026-03-26
20
-37
/
+45
*
|
proto: Add TODO about relay memquota setup
Gabriela Moldovan
2026-03-26
1
-0
/
+6
*
|
proto: Use the inbound CircuitAccount when extending circuit (fmt)
Gabriela Moldovan
2026-03-26
2
-2
/
+9
*
|
proto: Use the inbound CircuitAccount when extending circuit
Gabriela Moldovan
2026-03-26
3
-4
/
+11
|
/
*
proto: Update reactor docs to reflect ForwardHandler change
Gabriela Moldovan
2026-03-25
1
-6
/
+37
*
proto: Move handle_unrecognized_cell() out of ForwardHandler
Gabriela Moldovan
2026-03-25
2
-50
/
+40
*
proto: Forward unrecognized RELAY_EARLY as RELAY_EARLY
Gabriela Moldovan
2026-03-25
3
-4
/
+8
*
proto: Add tests for the relay circuit reactor
Gabriela Moldovan
2026-03-25
1
-0
/
+536
*
proto: Use AllowAllStreamsFilter in relay builds too
Gabriela Moldovan
2026-03-25
1
-2
/
+2
*
proto: Move AllowAllStreamsFilter to crate-pub test module
Gabriela Moldovan
2026-03-25
2
-15
/
+19
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg() (fmt)
Gabriela Moldovan
2026-03-25
2
-13
/
+43
*
proto: Add option to create RELAY_EARLY via rmsg_to_ccmsg()
Gabriela Moldovan
2026-03-25
2
-38
/
+47
*
proto: Move rmsg_to_ccmsg to crate-pub test module
Gabriela Moldovan
2026-03-25
2
-10
/
+34
*
proto: Replace fully-qualified path with import alias
Gabriela Moldovan
2026-03-25
1
-1
/
+1
*
tor-proto: change `dyn ChannelProvider` to also be `Sync`
Steven Engler
2026-03-24
2
-3
/
+3
*
tor-proto: change relay circ reactor `new()` to `pub(crate)`
Steven Engler
2026-03-24
1
-1
/
+1
*
Fix typos
Tobias Stoeckmann
2026-03-24
12
-13
/
+13
*
Merge branch 'half-stream-expiry3' into 'main'
gabi-250
2026-03-23
3
-53
/
+55
|
\
|
*
proto: Remove now-unused TimeoutEstimator argument
Gabriela Moldovan
2026-03-19
1
-2
/
+0
|
*
proto: Replace TimeoutEstimator with opaque handler
Gabriela Moldovan
2026-03-19
3
-50
/
+13
|
*
proto: Implement StreamHandler for relays
Gabriela Moldovan
2026-03-19
1
-1
/
+29
|
*
proto: Add a trait for customizing StreamReactor behavior
Gabriela Moldovan
2026-03-19
1
-0
/
+13
*
|
Merge branch 'build_certs_refactor' into 'main'
Nick Mathewson
2026-03-23
2
-20
/
+11
|
\
\
|
*
|
cell: Feature-gate API using the possibly absent EncodedCert type.
Nick Mathewson
2026-03-23
1
-1
/
+1
|
*
|
cell, proto, cert: Simplify CERTS cell building.
Nick Mathewson
2026-03-19
1
-19
/
+10
|
|
/
*
|
Merge branch 'gating-cleanup' into 'main'
Ian Jackson
2026-03-23
2
-5
/
+1
|
\
\
|
*
|
proto: Remove unnecessary feature-gating
Gabriela Moldovan
2026-03-19
1
-1
/
+1
|
*
|
proto: Remove unnecessary test-gating
Gabriela Moldovan
2026-03-19
1
-4
/
+0
|
|
/
*
|
proto: Compare AUTHENTICATE expected body in constant-time
David Goulet
2026-03-19
1
-1
/
+3
[prev]
[next]