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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-proto: remove unnecessary `Option`s
Steven Engler
2026-02-24
2
-26
/
+10
*
|
Merge branch 'chanbuilder-my-addrs' into 'main'
David Goulet
2026-02-24
8
-49
/
+48
|
\
\
|
*
|
chanmgr: Responder relay channel now use the builder my_addrs
David Goulet
2026-02-24
8
-42
/
+15
|
*
|
relay: Set ChanMgr with our addresses
David Goulet
2026-02-24
1
-2
/
+3
|
*
|
chanmgr: Store our relay addresses in the builder
David Goulet
2026-02-24
3
-5
/
+30
*
|
|
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
2
-5
/
+45
|
/
/
*
|
relay: Update ChanMgr on key rotation
David Goulet
2026-02-24
2
-9
/
+20
*
|
chanmgr: Add a set_relay_identities() to update the RelayIdentities
David Goulet
2026-02-24
5
-2
/
+42
*
|
Merge branch 'resume' into 'main'
opara
2026-02-24
2
-2
/
+17
|
\
\
|
*
|
tor-rtcompat: disable rustls session resumption
Steven Engler
2026-02-24
2
-2
/
+17
*
|
|
Merge branch 'rtcompat-unfold-2070' into 'main'
opara
2026-02-24
2
-88
/
+20
|
\
\
\
|
*
|
|
tor-rtcompat: unfold for smol incoming streams
moumenalaoui
2026-02-19
1
-41
/
+11
|
*
|
|
tor-rtcompat: unfold for async-std incoming streams
moumenalaoui
2026-02-19
1
-47
/
+9
*
|
|
|
Merge branch 'err-msgs' into 'main'
David Goulet
2026-02-24
2
-8
/
+15
|
\
\
\
\
|
*
|
|
|
arti-relay: fix stale comment
Steven Engler
2026-02-23
1
-1
/
+1
|
*
|
|
|
arti-relay: add more error context
Steven Engler
2026-02-23
1
-6
/
+12
|
*
|
|
|
arti-relay: don't warn if key gen was successful
Steven Engler
2026-02-23
1
-1
/
+2
*
|
|
|
|
tor-config: future-proof #[cfg] attribute.
Nick Mathewson
2026-02-24
1
-17
/
+17
*
|
|
|
|
arti: Fix some visibility-based compilation errors.
Nick Mathewson
2026-02-24
2
-6
/
+10
*
|
|
|
|
arti: Migrate top-level configuration to dd(TorConfig).
Nick Mathewson
2026-02-24
4
-144
/
+83
*
|
|
|
|
arti: Port rpc configuration to dd(TorConfig).
Nick Mathewson
2026-02-24
3
-74
/
+74
*
|
|
|
|
tor-config: Add an option to reject configured-out options
Nick Mathewson
2026-02-24
1
-6
/
+55
*
|
|
|
|
tor-config: Have macros document more types and fns
Nick Mathewson
2026-02-24
2
-0
/
+3
*
|
|
|
|
arti: Port logging config to dd(TorConfig)
Nick Mathewson
2026-02-24
2
-132
/
+71
*
|
|
|
|
tor-config: Fix cfg() on sub_builders
Nick Mathewson
2026-02-24
1
-0
/
+12
*
|
|
|
|
tor-relay: convert to derive_deftly(TorConfig)
Nick Mathewson
2026-02-24
2
-56
/
+44
*
|
|
|
|
arti-client: Convert config to derive_deftly(TorConfig).
Nick Mathewson
2026-02-24
1
-115
/
+94
*
|
|
|
|
memquota: Implement ExtendBuilder for config builder.
Nick Mathewson
2026-02-24
1
-0
/
+13
*
|
|
|
|
keymgr: Port to derive_deftly(TorConfig)
Nick Mathewson
2026-02-24
1
-44
/
+33
|
/
/
/
/
*
|
|
|
relay-crypto: Move comments above [derive] to be consistent accross codebase
David Goulet
2026-02-23
1
-7
/
+7
*
|
|
|
relay: Setup const for hardcoded value in crypto task
David Goulet
2026-02-23
1
-8
/
+13
*
|
|
|
relay: Log when key generation yields an existing key error
David Goulet
2026-02-23
1
-1
/
+4
*
|
|
|
relay: Simplify the crypto rotation task rotate_key()
David Goulet
2026-02-23
1
-17
/
+11
*
|
|
|
relay: Get rid of start_task() for readability
David Goulet
2026-02-23
2
-22
/
+10
*
|
|
|
relay: Generate relay identities at init
David Goulet
2026-02-23
2
-7
/
+17
*
|
|
|
relay: Implement a helper to build RelayIdentities
David Goulet
2026-02-23
3
-7
/
+116
*
|
|
|
relay-crypto: Fix the gen relay signing keypair typo
David Goulet
2026-02-23
1
-3
/
+3
*
|
|
|
proto: Modify RelayIdentities to have encodable cert
David Goulet
2026-02-23
2
-14
/
+17
*
|
|
|
relay-crypto: Add gen_tls_cert() helper function
David Goulet
2026-02-23
2
-1
/
+18
*
|
|
|
relay: Remove unused ephemeral keystore
David Goulet
2026-02-23
1
-5
/
+1
*
|
|
|
relay: Move try_generate_keys() into crypto task
David Goulet
2026-02-23
2
-39
/
+29
*
|
|
|
relay: Add a crypto task for key rotation
David Goulet
2026-02-23
3
-1
/
+183
*
|
|
|
relay-crypto: Add missing helper functions
David Goulet
2026-02-23
1
-0
/
+13
*
|
|
|
relay-crypto: Add link signing key specifier
David Goulet
2026-02-23
1
-0
/
+32
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'config-migrate-part1' into 'main'
gabi-250
2026-02-20
17
-217
/
+166
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
hsservice: Port to use derive_deftly(TorConfig)
Nick Mathewson
2026-02-17
3
-31
/
+46
|
*
|
tor-config: fix and improve ExtendBuilder override.
Nick Mathewson
2026-02-17
2
-3
/
+15
|
*
|
tor-config: derive list builders with the visibility of their setters.
Nick Mathewson
2026-02-17
1
-1
/
+1
|
*
|
tor-hsrproxy: migrate to derive_deftly(TorConfig)
Nick Mathewson
2026-02-17
2
-29
/
+7
|
*
|
ptmgr: Migrate to derive_deftly(TorConfig)
Nick Mathewson
2026-02-17
2
-12
/
+12
[prev]
[next]