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
...
|
*
|
|
|
CONTRIBUTING: Replace TODO wording
Jim Newsome
2026-07-28
1
-4
/
+3
|
*
|
|
|
CONTRIBUTING: Remove a spurious blank line
Ian Jackson
2026-07-28
1
-1
/
+0
|
*
|
|
|
CONTRIBUTING: Remove duplicate buggracker reference
Ian Jackson
2026-07-28
1
-3
/
+0
|
*
|
|
|
CONTRIBUTING: Be a bit more sceptical about "First Contribution"
Ian Jackson
2026-07-28
1
-1
/
+1
|
*
|
|
|
CONTRIBUTING: Move "First Contribution" ticket label earlier
Ian Jackson
2026-07-28
1
-3
/
+3
|
*
|
|
|
CONTRIBUTING: Suggest the ticket tracker rather than TODO-hunting
Ian Jackson
2026-07-21
1
-7
/
+12
*
|
|
|
|
Merge branch 'ticket2549_01' into 'main'
David Goulet
2026-07-28
7
-7
/
+397
|
\
\
\
\
\
|
*
|
|
|
|
relay: Keep desc publisher idle until encoding is implemented
David Goulet
2026-07-28
1
-1
/
+2
|
*
|
|
|
|
relay: Make build_descriptor() return Arc<str>
David Goulet
2026-07-28
1
-9
/
+2
|
*
|
|
|
|
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
5
-12
/
+98
|
*
|
|
|
|
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
3
-10
/
+32
|
*
|
|
|
|
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
5
-0
/
+282
|
/
/
/
/
/
*
|
|
|
|
Merge branch 'use-shadow-exec2' into 'main'
David Goulet
2026-07-28
2
-61
/
+64
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
integration-e2e-shadow: use shadow-exec to forward output to console
Jim Newsome
2026-07-27
1
-19
/
+14
|
*
|
|
|
CI: bump shadow commit
Jim Newsome
2026-07-27
1
-2
/
+2
|
*
|
|
|
integration-e2e-shadow: use shadowtools.config to typecheck generated shadow ...
Jim Newsome
2026-07-27
2
-42
/
+50
|
|
|
/
/
|
|
/
|
|
*
|
|
|
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
|
|
/
/
/
*
|
|
|
Merge branch 'circ-handshake-cleanup' into 'main'
David Goulet
2026-07-27
1
-9
/
+14
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
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
9
-25
/
+26
|
\
\
\
|
*
|
|
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
3
-12
/
+11
|
*
|
|
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
[prev]
[next]