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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merge branch 'ticket1699_01' into 'main'
David Goulet
2026-02-24
2
-5
/
+45
|
\
\
|
|
/
|
/
|
|
*
chanmgr: Don't allow to build relay channel to ourself
David Goulet
2026-02-24
2
-5
/
+45
|
/
*
Merge branch 'ticket1605_01' into 'main'
David Goulet
2026-02-24
7
-11
/
+62
|
\
|
*
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 'deb-postinst' into 'main'
Ian Jackson
2026-02-24
1
-1
/
+1
|
\
|
*
debian: Replace echo with idiomatic alternative
Gabriela Moldovan
2026-02-23
1
-1
/
+1
|
*
debian: Do not bail in postinst if the account doesn't exist
Gabi Moldovan
2026-02-23
1
-1
/
+1
*
|
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
*
|
|
|
Merge branch 'config-migrate-part2' into 'main'
Nick Mathewson
2026-02-24
15
-584
/
+499
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
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
3
-57
/
+45
|
*
|
|
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
|
/
/
/
*
|
|
Merge branch 'arti-relay-keys' into 'main'
David Goulet
2026-02-23
11
-67
/
+412
|
\
\
\
|
*
|
|
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
4
-7
/
+119
|
*
|
|
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 'oniux-0.8.1' into 'main'
Alexander Hansen Færøy
2026-02-23
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
web: oniux 0.8.1
Clara Engler
2026-02-08
1
-1
/
+1
*
|
|
Merge branch 'shellexpand' into 'main'
opara
2026-02-23
1
-2
/
+2
|
\
\
\
|
*
|
|
Update shellexpand to fix nightly build failure
Ian Jackson
2026-02-23
1
-2
/
+2
|
/
/
/
[prev]
[next]