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-client
/
src
/
config.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
arti-client: Convert config to derive_deftly(TorConfig).
Nick Mathewson
2026-02-24
1
-115
/
+94
*
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-1
/
+0
*
tor-circmgr: simplify `CircMgrConfig`
Steven Engler
2025-11-26
1
-2
/
+7
*
tor-circmgr,arti-client: `CircMgrConfig::vanguard_config` is always built
Steven Engler
2025-11-26
1
-5
/
+48
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-1
/
+1
*
tor-dircommon: Implement proposal 330
Clara Engler
2025-09-16
1
-18
/
+10
*
Move `FallbackDir` into `tor-dircommon`
Clara Engler
2025-09-11
1
-2
/
+2
*
Move `DirTolerance` into `tor-dircommon`
Clara Engler
2025-09-09
1
-4
/
+3
*
Move `DownloadSchedule` into `tor-dircommon`
Clara Engler
2025-09-08
1
-3
/
+5
*
Move `NetworkStatus` to `tor-dircommon`
Clara Engler
2025-09-08
1
-2
/
+2
*
tor-dircommon: Add dirports field to authority
Clara Engler
2025-09-02
1
-2
/
+16
*
tor-dircommon: Initial commit
Clara Engler
2025-09-02
1
-3
/
+4
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-2
/
+2
*
arti-client: Re-export `ConfigurationSources`
Clara Engler
2025-06-11
1
-1
/
+1
*
arti,arti-client: Add an option to override required protocols
Nick Mathewson
2025-04-16
1
-0
/
+37
*
Move base CfgPathResolver for arti-client back to tor-config-path.
Nick Mathewson
2024-12-09
1
-118
/
+2
*
arti-client: change test to use path resolver from `TorClientConfig`
Steven Engler
2024-11-18
1
-6
/
+12
*
tor-config-path: remove `Option` from resolver value
Steven Engler
2024-11-18
1
-9
/
+10
*
arti-client: add path resolver to `TorClient` and `TorClientConfig`
Steven Engler
2024-11-18
1
-36
/
+50
*
arti-client: add a more-comprehensive cfg variable test
Steven Engler
2024-11-18
1
-10
/
+35
*
arti-client: moved two tests from tor-config-path
Steven Engler
2024-11-18
1
-0
/
+20
*
update `CfgPath::path` to use a `CfgPathResolver`
Steven Engler
2024-11-18
1
-11
/
+86
*
tor-config: removed re-export of `CfgPath`
Steven Engler
2024-11-04
1
-1
/
+2
*
tor-keymgr: Move config/arti.rs to config.rs
Gabriela Moldovan
2024-10-08
1
-1
/
+1
*
Default allow_onion_addrs to true.
Wesley Aptekar-Cassels
2024-10-07
1
-1
/
+1
*
tor-keymgr: renamed ArtiNativeKeystoreConfig to ArtiKeystoreConfig
Morgan
2024-09-20
1
-4
/
+4
*
Provide a MemoryQuotaTracker in TorClient
Ian Jackson
2024-09-04
1
-2
/
+0
*
arti-client: Unstable cargo feature for exposing info for testing
Ian Jackson
2024-09-04
1
-0
/
+9
*
Look for memquota configuration in the TorClient configuration
Ian Jackson
2024-09-04
1
-0
/
+29
*
arti-client: replace `convert_override_net_params` with generic `default_extend`
Steven Engler
2024-09-03
1
-10
/
+6
*
arti-client: Fix a rustdoc warning.
Gabriela Moldovan
2024-08-28
1
-1
/
+1
*
arti-client: Move state_dir() to TorClientConfig.
Gabriela Moldovan
2024-08-28
1
-0
/
+14
*
arti-client: Move BuilderExt to tor-config.
Gabriela Moldovan
2024-08-05
1
-23
/
+3
*
StorageConfig: complete a missing piece of documentation.
Nick Mathewson
2024-06-11
1
-1
/
+1
*
StorageConfig: Light reformatting.
Nick Mathewson
2024-06-11
1
-0
/
+3
*
tor-guardmgr: Unconditionally define VanguardConfig.
Gabriela Moldovan
2024-06-03
1
-11
/
+3
*
arti-client: Remove unnecessary VanguardConfig pub use.
Gabriela Moldovan
2024-06-03
1
-6
/
+0
*
Make TorClientConfig implement AsRef<BridgesConfig>
Nick Mathewson
2024-04-02
1
-0
/
+5
*
Add tests for configuring unmanaged transports
Nick Mathewson
2024-03-14
1
-11
/
+49
*
Rename ManagedTransportConfig to TransportConfig.
Nick Mathewson
2024-03-14
1
-7
/
+7
*
Merge branch 'encapsulate_config_rs' into 'main'
Nick Mathewson
2024-03-13
1
-2
/
+2
|
\
|
*
tor-config: Allow ConfigurationSource to be verbatim text.
Nick Mathewson
2024-03-13
1
-2
/
+2
*
|
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
|
/
*
tor-circmgr: Add HsCircPoolConfig, make HsCircPool::reconfigure general-purpose.
Gabriela Moldovan
2024-03-11
1
-0
/
+11
*
arti-client: Add vanguard_config() to CircMgrConfig.
Gabriela Moldovan
2024-03-11
1
-1
/
+15
*
arti-client: Add VanguardsConfig to TorClientConfig.
Gabriela Moldovan
2024-03-11
1
-0
/
+9
*
arti-client: Re-export VanguardsConfig from vanguards module.
Gabriela Moldovan
2024-03-11
1
-0
/
+9
*
arti, arti-client, tor-keymgr: Remove keystore dir configuration.
Gabriela Moldovan
2024-02-21
1
-28
/
+0
*
tor-keymgr: Abolish ArtiNativeKeystoreConfig::expand_keystore_dir.
Gabriela Moldovan
2024-01-10
1
-2
/
+2
*
arti-client::config: Turn a TODO HSS into #1185.
Nick Mathewson
2024-01-09
1
-1
/
+1
[next]