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
*
Merge branch 'exit-flowctl' into 'main'
HEAD
main
opara
6 days
8
-27
/
+87
|
\
|
*
tor-proto: disable flowctrl sidechannel mitigations for relays
Steven Engler
7 days
4
-14
/
+43
|
*
tor-proto: add `StreamHandler::flowctrl_sidechannel_mitigations()`
Steven Engler
7 days
2
-0
/
+10
|
*
tor-proto: add `WithSidechannelMitigations` for flow ctrl
Steven Engler
7 days
4
-14
/
+35
*
|
Merge branch 'otel-out-of-arti' into 'main'
wesleyac
7 days
15
-135
/
+342
|
\
\
|
*
|
Fix tests.
Wesley Aptekar-Cassels
9 days
2
-1
/
+4
|
*
|
Stub out opentelemetry config when feature is disabled.
Wesley Aptekar-Cassels
9 days
4
-5
/
+17
|
*
|
Fix many review comments.
Wesley Aptekar-Cassels
9 days
9
-25
/
+18
|
*
|
Fix config tests.
Wesley Aptekar-Cassels
13 days
2
-1
/
+3
|
*
|
Fix clippy lints.
Wesley Aptekar-Cassels
2026-08-11
1
-2
/
+0
|
*
|
tor-config-shared: Add README.
Wesley Aptekar-Cassels
2026-08-10
2
-0
/
+14
|
*
|
Fix cargo-sort.
Wesley Aptekar-Cassels
2026-08-10
2
-5
/
+4
|
*
|
Fix maint/add_warning.
Wesley Aptekar-Cassels
2026-08-10
2
-0
/
+94
|
*
|
Fix cyclic dependency issues.
Wesley Aptekar-Cassels
2026-08-10
4
-5
/
+9
|
*
|
Revert "tor-config: Allow use of Option<Duration>."
Wesley Aptekar-Cassels
2026-08-10
1
-0
/
+7
|
*
|
tor-config-shared: Stop using Option<Duration>.
Wesley Aptekar-Cassels
2026-08-10
4
-25
/
+20
|
*
|
Add new tor-conig-shared crate.
Wesley Aptekar-Cassels
2026-08-10
11
-19
/
+75
|
*
|
arti: Move OpentelemetryConfig to tor-config.
Wesley Aptekar-Cassels
2026-08-10
5
-118
/
+119
|
*
|
tor-config: Allow use of Option<Duration>.
Wesley Aptekar-Cassels
2026-08-10
1
-7
/
+0
|
*
|
Split OTLP exporter into separate crate.
Wesley Aptekar-Cassels
2026-08-10
5
-4
/
+40
*
|
|
Merge branch 'rpc-config-prep1' into 'main'
Nick Mathewson
7 days
5
-52
/
+197
|
\
\
\
|
*
|
|
arti: Move cfg_mgr preservation technique
Nick Mathewson
7 days
1
-2
/
+4
|
*
|
|
arti: In RPC mode, remember normalized configuration data
Nick Mathewson
7 days
1
-9
/
+43
|
*
|
|
arti: Give an Arc<CfgMgr> to RPC superuser sessions.
Nick Mathewson
7 days
4
-5
/
+26
|
*
|
|
arti: Construct CfgMgr object earlier.
Nick Mathewson
7 days
1
-10
/
+11
|
*
|
|
reload_cfg: add comments about some tricky points.
Nick Mathewson
7 days
1
-0
/
+9
|
*
|
|
reload_cfg: Allow modules to be set after CfgMgr is created
Nick Mathewson
7 days
1
-10
/
+35
|
*
|
|
code movement to tidy previous commit
Nick Mathewson
7 days
1
-44
/
+41
|
*
|
|
reload_cfg: Separate creation of CfgMgr and launch of task
Nick Mathewson
7 days
2
-7
/
+63
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'extra-info-init' into 'main'
Nick Mathewson
7 days
2
-0
/
+245
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-netdoc: Initialize extra-info module
Clara Engler
2026-08-05
2
-0
/
+245
*
|
|
tor-proto: make 'testing_exports' available to own unit tests
Steven Engler
8 days
1
-1
/
+1
*
|
|
proto: Extend test to check DESTROY is sent to the next hop
Gabriela Moldovan
8 days
1
-0
/
+16
*
|
|
proto: Move assert_cell_is_destroy macro out of helper function
Gabriela Moldovan
8 days
1
-15
/
+15
*
|
|
proto: Add comments explaining why the tests use DestroyDirection::Backward
Gabriela Moldovan
8 days
1
-2
/
+14
*
|
|
proto: Remove misleading comment and rename misnamed variable
Gabriela Moldovan
8 days
1
-3
/
+2
*
|
|
proto: Clarify what read_{inbound,outbound} are for
Gabriela Moldovan
8 days
1
-0
/
+14
*
|
|
proto: Update the tests to check DESTROY is only sent when needed
Gabriela Moldovan
8 days
1
-25
/
+72
*
|
|
proto: Allocate a real circ id in the circ reactor tests
Gabriela Moldovan
8 days
1
-13
/
+47
*
|
|
proto: Make Channel::send_control() pub(crate) for testing
Gabriela Moldovan
8 days
1
-0
/
+1
*
|
|
proto: Expect a now-unused test function to be dead code
Gabriela Moldovan
8 days
1
-0
/
+1
*
|
|
proto: Update create handler tests to no longer expect DESTROY
Gabriela Moldovan
8 days
1
-18
/
+6
*
|
|
proto: s/client/next hop in test comment
Gabriela Moldovan
8 days
1
-1
/
+1
*
|
|
proto: Avoid sending DESTROY if we have received DESTROY
Gabriela Moldovan
8 days
2
-0
/
+25
*
|
|
tor-persist: fix display of Target path(s).
Alexander Hansen Færøy
8 days
1
-1
/
+2
*
|
|
Merge branch 'all_bind_addr_fail' into 'main'
Jim Newsome
9 days
1
-1
/
+6
|
\
\
\
|
*
|
|
bind_dns_resolver: fail when no addresses in a group can bind
Steven Masnada
9 days
1
-1
/
+6
*
|
|
|
Merge branch 'config-refactor-v3' into 'main'
Nick Mathewson
9 days
3
-130
/
+176
|
\
\
\
\
|
*
|
|
|
Apply 1 suggestion(s) to 1 file(s)
Nick Mathewson
9 days
1
-1
/
+1
|
*
|
|
|
Reindent impl block.
Nick Mathewson
13 days
1
-87
/
+88
[next]