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
/
arti-relay
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'socket-buf-size' into 'main'
opara
2026-05-21
1
-1
/
+4
|
\
|
*
tor-rtcompat+misc: add `NetStreamProvider::ListenOptions`
Steven Engler
2026-05-07
1
-1
/
+4
*
|
Upgrade rand crates to 0.10.
Wesley Aptekar-Cassels
2026-05-12
1
-1
/
+1
|
/
*
Merge branch 'release-2.3.0-version-bumps' into 'main'
Ian Jackson
2026-05-06
1
-27
/
+27
|
\
|
*
release: Bump tor- and arti- crate versions.
Wesley Aptekar-Cassels
2026-05-06
1
-26
/
+26
|
*
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
|
/
*
tor-cert: Remove the "encode" cargo feature
Ian Jackson
2026-04-29
1
-1
/
+1
*
relay: Modify RelayNtorKeys to use a constructor
David Goulet
2026-04-21
1
-10
/
+23
*
proto: Make the CreateRequestHandler::new() take the ntor keys
David Goulet
2026-04-21
1
-2
/
+8
*
relay: Use the new RelayNtorKeys for the create handler
David Goulet
2026-04-21
1
-28
/
+27
*
relay: Sort Ntor keys by valid_until
David Goulet
2026-04-21
1
-1
/
+15
*
arti-relay: add cgo for tor-proto
Steven Engler
2026-04-16
1
-1
/
+1
*
arti-relay: add 'flowctl-cc' for tor-circmgr
Steven Engler
2026-04-16
1
-1
/
+1
*
arti-relay: Use unquoted type in keypair_specifier attr
Gabriela Moldovan
2026-04-16
1
-2
/
+2
*
arti-relay: improve ntor key logging
Steven Engler
2026-04-14
1
-5
/
+8
*
arti-relay: log the public ntor key
Steven Engler
2026-04-14
2
-3
/
+33
*
arti-relay: move key logging (part 3)
Steven Engler
2026-04-13
1
-3
/
+0
*
arti-relay: move key logging (part 2)
Steven Engler
2026-04-13
1
-21
/
+21
*
arti-relay: move key logging (part 1)
Steven Engler
2026-04-13
1
-0
/
+11
*
arti-relay: Use a SmallVec for the ntor keys
Gabriela Moldovan
2026-04-09
2
-2
/
+5
*
proto: Add method for installing ntor keys in the create handler
Gabriela Moldovan
2026-04-09
1
-1
/
+1
*
arti-relays: Pass a CreateRequestHandler to the crypto task (fmt)
Gabriela Moldovan
2026-04-09
1
-3
/
+8
*
arti-relays: Pass a CreateRequestHandler to the crypto task
Gabriela Moldovan
2026-04-09
2
-1
/
+4
*
arti-relay: Add tests for the ntor key rotation
Gabriela Moldovan
2026-04-09
1
-0
/
+53
*
arti-relay: Test that 1 ntor key gets generated on first run
Gabriela Moldovan
2026-04-09
1
-0
/
+7
*
arti-relay: Dedupe test helper
Gabriela Moldovan
2026-04-09
1
-16
/
+10
*
arti-relays: Extend existing tests to check ntor key rotation (fmt)
Gabriela Moldovan
2026-04-09
1
-1
/
+4
*
arti-relays: Extend existing tests to check ntor key rotation
Gabriela Moldovan
2026-04-09
1
-2
/
+6
*
arti-relay: Generate and rotate ntor keys
Gabriela Moldovan
2026-04-09
1
-10
/
+162
*
arti-relay: Add callbacks for deciding whether to expire and generate
Gabriela Moldovan
2026-04-09
1
-11
/
+26
*
arti-relay: Replace have_rotated bools with KeyChange (fmt)
Gabriela Moldovan
2026-04-09
1
-8
/
+14
*
arti-relay: Replace have_rotated bools with KeyChange
Gabriela Moldovan
2026-04-09
1
-15
/
+23
*
arti-relay: Add a struct describing a key change event
Gabriela Moldovan
2026-04-09
1
-0
/
+19
*
arti-relay: s/have_rotated/have_removed for clarity
Gabriela Moldovan
2026-04-09
1
-2
/
+2
*
relay: Pass advertise SocketAddr to channel builder instead of IpAddr
David Goulet
2026-04-09
2
-6
/
+6
*
arti-relay: Fix test MockRuntime::advance_by() usage
Gabriela Moldovan
2026-04-09
1
-6
/
+2
*
Merge branch 'rustls-defaults' into 'main'
Nick Mathewson
2026-04-08
2
-3
/
+4
|
\
|
*
arti-relay: Change CryptoProvider to aws-lc-rs.
Nick Mathewson
2026-04-08
2
-3
/
+4
*
|
Merge branch 'create-fast' into 'main'
opara
2026-04-08
5
-3
/
+203
|
\
\
|
*
|
arti-relay: add support for a `CreateRequestHandler`
Steven Engler
2026-04-08
5
-2
/
+202
|
*
|
arti-relay: use 'tor-proto/flowctl-cc' feature
Steven Engler
2026-04-08
1
-1
/
+1
*
|
|
arti-relay: Retrieve the signing key cert from the keystore
Gabriela Moldovan
2026-04-08
1
-8
/
+16
*
|
|
arti-relay: Reuse cert_expiry calculation
Gabriela Moldovan
2026-04-08
1
-2
/
+3
*
|
|
arti-relay: Move comment closer to the durations it refers to
Gabriela Moldovan
2026-04-08
1
-2
/
+2
*
|
|
arti-relay: Use more descriptive names for the key lifetimes
Gabriela Moldovan
2026-04-08
1
-20
/
+20
*
|
|
Update to derive-deftly 0.11.0 to pick up `meta_quoted rigorous`
Ian Jackson
2026-04-02
1
-1
/
+1
|
|
/
|
/
|
*
|
arti-relay: Remove no-longer needed impls
Gabriela Moldovan
2026-04-01
2
-26
/
+5
*
|
arti-relay: Make the key specifiers pub(crate)
Gabriela Moldovan
2026-04-01
1
-14
/
+14
*
|
arti-relay: Move all key specifiers to a new keys module (fmt)
Gabriela Moldovan
2026-04-01
2
-17
/
+13
[prev]
[next]