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
...
*
|
|
|
|
relay: Add needeed changes to dirmirror todo comment
David Goulet
2026-07-28
1
-1
/
+2
*
|
|
|
|
relay: Get rid of our custom relay desc uploader
David Goulet
2026-07-28
1
-51
/
+20
*
|
|
|
|
relay: Use mpsc_channel_no_memquota for tasks' queue
David Goulet
2026-07-28
2
-4
/
+5
*
|
|
|
|
relay: Move authorities ownership to TorRelay
David Goulet
2026-07-28
2
-20
/
+12
*
|
|
|
|
relay: Adjust the try_send() error message
David Goulet
2026-07-28
2
-3
/
+6
*
|
|
|
|
relay: Use warn_report on crypto task command failure
David Goulet
2026-07-28
1
-1
/
+2
*
|
|
|
|
relay: Use DirectHttpUploader for the desc task
David Goulet
2026-07-28
1
-31
/
+12
*
|
|
|
|
relay: Return bug error if dir authority has no address(es)
David Goulet
2026-07-28
1
-3
/
+4
*
|
|
|
|
relay: Make compute_targets() not return an Option
David Goulet
2026-07-28
1
-10
/
+10
*
|
|
|
|
relay: Remove runtime from desc task struct
David Goulet
2026-07-28
2
-13
/
+6
*
|
|
|
|
relay: Add crypto task command channel
David Goulet
2026-07-28
4
-12
/
+97
*
|
|
|
|
relay: Pass the desc task TX to the crypto task
David Goulet
2026-07-28
4
-6
/
+28
*
|
|
|
|
relay: Implement descriptor upload in desc task
David Goulet
2026-07-28
2
-10
/
+31
*
|
|
|
|
relay: Pass the dirauth list to the desc task
David Goulet
2026-07-28
3
-11
/
+53
*
|
|
|
|
relay: Initial skeleton of the descriptor upload task
David Goulet
2026-07-28
4
-0
/
+280
|
/
/
/
/
*
|
|
|
Merge branch 'destroyreason' into 'main'
gabi-250
2026-07-28
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
align DestroyReason with torspec!490
ramdoys
2026-07-28
2
-3
/
+3
|
|
/
/
/
*
|
|
|
tor-proto: build crypt state after building hop settings
Steven Engler
2026-07-27
1
-10
/
+10
*
|
|
|
tor-proto: move where we split 'crypt' in CREATE_FAST handshake
Steven Engler
2026-07-27
1
-2
/
+2
*
|
|
|
tor-proto: add some log messages after circuit handshake
Steven Engler
2026-07-27
1
-0
/
+5
|
/
/
/
*
|
|
Merge branch 'clippy' into 'main'
opara
2026-07-27
5
-16
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-proto: Remove a redundant explicit link target
Ian Jackson
2026-07-27
1
-1
/
+1
|
*
|
tor-hsservice: Remove a useless format
Ian Jackson
2026-07-27
1
-4
/
+4
|
*
|
tor-netdoc: Replace two open-coded slice::fill
Ian Jackson
2026-07-27
2
-6
/
+2
|
*
|
tor-hscrypto: Replace .chunks_exact with .as_chunks (fmt)
Ian Jackson
2026-07-27
1
-4
/
+4
|
*
|
tor-hscrypto: Replace .chunks_exact with .as_chunks
Ian Jackson
2026-07-27
1
-3
/
+2
*
|
|
Merge branch 'intern' into 'main'
Ian Jackson
2026-07-27
8
-25
/
+25
|
\
\
\
|
*
|
|
tor-netdoc: Make RouterStatus.port_policy use Intern, not Arc
Ian Jackson
2026-07-27
2
-2
/
+1
|
*
|
|
tor-netdoc: Make the str in a SoftwareVersion be Intern (fmt)
Ian Jackson
2026-07-27
1
-3
/
+1
|
*
|
|
tor-netdoc: Make the str in a SoftwareVersion be Intern
Ian Jackson
2026-07-27
2
-3
/
+4
|
*
|
|
tor-protover: Use GloballyInternable
Ian Jackson
2026-07-27
2
-12
/
+10
|
*
|
|
tor-protover: Replace Arc with Intern
Ian Jackson
2026-07-27
1
-7
/
+7
|
*
|
|
tor-basic-utils: Intern is always Clone
Ian Jackson
2026-07-27
3
-1
/
+5
|
|
/
/
*
|
|
Merge branch 'create-fast' into 'main'
opara
2026-07-27
5
-79
/
+159
|
\
\
\
|
*
|
|
tor-proto: add a TODO for crypt protocol and cc alg logic
Steven Engler
2026-07-27
1
-0
/
+4
|
*
|
|
tor-proto: add `HandshakeSubprotocols`
Steven Engler
2026-07-27
2
-9
/
+49
|
*
|
|
tor-proto: remove `CircNetParameters::extend_by_ed25519_id`
Steven Engler
2026-07-27
4
-10
/
+1
|
*
|
|
tor-proto: add `HopSettings::from_handshake_params()`
Steven Engler
2026-07-27
2
-71
/
+115
|
*
|
|
tor-proto: require feat 'counter-galois-onion' for 'relay'
Steven Engler
2026-07-27
1
-0
/
+1
|
|
/
/
*
|
|
Merge branch 'testdata-export-bis' into 'main'
Ian Jackson
2026-07-27
32
-484
/
+728
|
\
\
\
|
*
|
|
tor-netdoc testdata-live: Abolish selected_relays.rs
Ian Jackson
2026-07-27
2
-27
/
+0
|
*
|
|
tor-netdoc testdata-live: Switch to generated_consts.rs
Ian Jackson
2026-07-27
1
-61
/
+7
|
*
|
|
tor-netdoc testdata-live-download: Generate generated_consts.rs
Ian Jackson
2026-07-27
2
-1
/
+324
|
*
|
|
tor-netdoc testdata-live: Run a download
Ian Jackson
2026-07-27
28
-396
/
+398
*
|
|
|
Merge branch 'testdata-report-nits' into 'main'
Ian Jackson
2026-07-27
1
-1
/
+5
|
\
|
|
|
|
|
/
/
|
/
|
|
|
*
|
tor-netdoc testdata-live: Add a comment about running without download
Ian Jackson
2026-07-27
1
-0
/
+4
|
*
|
tor-netdoc testdata-live: Fail if curl fails
Ian Jackson
2026-07-27
1
-1
/
+1
*
|
|
Merge branch 'remove-expect-unused' into 'main'
Ian Jackson
2026-07-27
2
-2
/
+2
|
\
\
\
|
*
|
|
arti-relay: Add back allow(clippy::unused_async)
Gabriela Moldovan
2026-07-27
2
-0
/
+2
|
*
|
|
arti-relay: Remove unused_async clippy escape hatch
Gabriela Moldovan
2026-07-27
2
-2
/
+0
[prev]
[next]