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
path:
root
/
crates
/
arti
/
src
/
cfg.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti: remove `resolve_listen_port!` macro
Steven Engler
2026-01-29
1
-35
/
+0
*
arti: remove deprecated `proxy.dns_port` config option
Steven Engler
2026-01-29
1
-17
/
+1
*
arti: remove deprecated `proxy.socks_port` config option
Steven Engler
2026-01-29
1
-17
/
+5
*
arti: small changes to socks/dns listen config tests
Steven Engler
2026-01-29
1
-16
/
+13
*
arti: relax '_listen'/'_port' config compat tests
Steven Engler
2026-01-29
1
-40
/
+2
*
arti: Resolve unreachable-pub warnings.
Nick Mathewson
2026-01-13
1
-15
/
+38
*
arti: Move "port_info_file" configuration into "storage"
Nick Mathewson
2025-12-16
1
-2
/
+24
*
arti: Export the chosen ports in a ports_info.json file.
Nick Mathewson
2025-12-16
1
-0
/
+11
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-1
/
+0
*
circmgr: Add a timeout setting for long-lived circuits.
Nick Mathewson
2025-11-12
1
-0
/
+1
*
arti: Experimental support for tokio-console
Nick Mathewson
2025-11-06
1
-0
/
+11
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
arti: Implement a "bilingual" HTTP CONNECT proxy.
Nick Mathewson
2025-10-28
1
-0
/
+2
*
arti: Add experimental support for OpenTelemetry.
Wesley Aptekar-Cassels
2025-09-24
1
-0
/
+10
*
tor-dircommon: Implement proposal 330
Clara Engler
2025-09-16
1
-5
/
+4
*
clippy: fix `clippy::implicit_clone` errors
Steven Engler
2025-08-11
1
-1
/
+1
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-6
/
+6
*
arti: make "memquota" feature a no-op
Steven Engler
2025-07-31
1
-31
/
+17
*
arti: cfg::test Rework refactor
playbahn
2025-05-19
1
-9
/
+8
*
arti: cfg::test: Fix TODO + Minor refactor
playbahn
2025-04-26
1
-76
/
+56
*
arti,arti-client: Add an option to override required protocols
Nick Mathewson
2025-04-16
1
-0
/
+1
*
metrics: config tests: Correct a comment
Ian Jackson
2025-04-08
1
-1
/
+1
*
metrics: config: Correct the docs on the MetricsConfig type
Ian Jackson
2025-04-08
1
-1
/
+1
*
metrics: config: Correct the docs on the listen config field
Ian Jackson
2025-04-08
1
-9
/
+4
*
arti: cfg tests: Improve formatting of an assert
Ian Jackson
2025-04-08
1
-3
/
+6
*
arti: Optionally set up a Prometheus metrics exporter
Ian Jackson
2025-04-08
1
-0
/
+106
*
arti: cfg tests: On mismatch, report which config file
Ian Jackson
2025-04-08
1
-2
/
+2
*
Add examples and tests for RPC options.
Nick Mathewson
2025-03-25
1
-1
/
+60
*
arti: warn when rpc options are set without rpc feature.
Nick Mathewson
2025-03-25
1
-0
/
+21
*
arti: Disable RPC reconfiguration for now
Nick Mathewson
2024-12-19
1
-1
/
+1
*
arti: Move RpcConfig to rpc.rs
Nick Mathewson
2024-12-19
1
-29
/
+4
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-4
/
+4
*
tor-memquota: Declare memquota feature stable, and default
Ian Jackson
2024-10-22
1
-1
/
+0
*
arti cfg tests: Clarify here and there
Ian Jackson
2024-10-22
1
-1
/
+2
*
arti cfg tests: Fix typo
Ian Jackson
2024-10-22
1
-1
/
+1
*
minimal features test: Introduce new --cfg arti_features_precise
Ian Jackson
2024-10-22
1
-1
/
+6
*
tor-keymgr: Move C Tor keystore configs under ctor key.
Gabriela Moldovan
2024-10-08
1
-2
/
+3
*
tor-keymgr: Add configuration for C Tor client keystores.
Gabriela Moldovan
2024-10-08
1
-1
/
+9
*
arti-client: Use the configured C Tor keystores, if any.
Gabriela Moldovan
2024-10-08
1
-8
/
+1
*
tor-keymgr: Add configuration for C Tor service keystores.
Gabriela Moldovan
2024-10-08
1
-0
/
+10
*
Merge branch 'warn_on_nonlocal' into 'main'
Nick Mathewson
2024-10-01
1
-2
/
+13
|
\
|
*
Mark resolve_listen_port as deprecated.
Nick Mathewson
2024-09-30
1
-2
/
+9
|
*
arti::cfg: Add a note to avoid new uses of a macro.
Nick Mathewson
2024-09-25
1
-0
/
+4
*
|
Merge branch 'silence-warning' into 'main'
gabi-250
2024-09-30
1
-0
/
+1
|
\
\
|
*
|
arti: Silence unused_mut warning.
Gabriela Moldovan
2024-09-18
1
-0
/
+1
|
|
/
*
|
arti: add an example for onion service "reject" option
Nick Mathewson
2024-09-26
1
-0
/
+4
*
|
Upgrade to derive_more version 1.0.0
Nick Mathewson
2024-09-25
1
-5
/
+3
|
/
*
Provide a MemoryQuotaTracker in TorClient
Ian Jackson
2024-09-04
1
-1
/
+0
*
arti: Proper testing of the memory limit config parsing
Ian Jackson
2024-09-04
1
-2
/
+53
*
arti cfg tests: Provide resolve_return_results
Ian Jackson
2024-09-04
1
-0
/
+6
[next]