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
/
tor-circmgr
/
src
/
config.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an unrelated missing cfg_attr.
Nick Mathewson
2023-03-08
1
-0
/
+1
*
Apply rustfmt
Ian Jackson
2023-03-01
1
-5
/
+10
*
tor-circmgr: Provide testing feature and TestConfig
Ian Jackson
2023-03-01
1
-0
/
+43
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
1
-4
/
+2
*
CircMgr: Enable reachable_addrs filter.
Nick Mathewson
2022-06-17
1
-1
/
+14
*
Add a configuration option for reachable_addrs
Nick Mathewson
2022-06-17
1
-0
/
+28
*
impl_standard_builder: Have it generate FooConfig::builder
Ian Jackson
2022-05-12
1
-18
/
+0
*
Rename impl_standard_builder from impl_default_via_builder
Ian Jackson
2022-05-12
1
-4
/
+4
*
config: Replace more handwritten impl Default
Ian Jackson
2022-05-12
1
-26
/
+4
*
Add correct serde(default) attrs for humantime_serde::option
Ian Jackson
2022-05-12
1
-4
/
+4
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-19
/
+7
*
Change builder list API
Ian Jackson
2022-05-04
1
-7
/
+12
*
Document defaults for all the config lists
Ian Jackson
2022-04-25
1
-1
/
+3
*
Use better syntax for doc comment attribute
Ian Jackson
2022-04-25
1
-3
/
+1
*
Introduce PredictedPortsListBuilder
Ian Jackson
2022-04-25
1
-4
/
+18
*
Use a lower default for max_retries.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-0
/
+2
*
Merge branch 'config-partials-transparent' into 'main'
Ian Jackson
2022-03-17
1
-31
/
+33
|
\
|
*
Add rationale for CircMgrConfig transparency and trait
Ian Jackson
2022-03-16
1
-1
/
+22
|
*
Provide define_accessor_trait and use it to generate CircMgrConfig
Ian Jackson
2022-03-16
1
-20
/
+12
|
*
Make CircMgrConfig transparent (and make it a trait)
Ian Jackson
2022-03-16
1
-29
/
+18
*
|
derive_builder: Switch to upstream 0.11
Ian Jackson
2022-03-16
1
-4
/
+4
|
/
*
Use new upstream humantime_serde_option feature
Ian Jackson
2022-03-14
1
-5
/
+4
*
Drop remaining conversion from FooConfig to FooConfigBuilder
Ian Jackson
2022-03-07
1
-34
/
+0
*
Derive Deserialize for derive-builder-generated config builders
Ian Jackson
2022-03-07
1
-0
/
+8
*
Test for PathConfig::at_least_as_permissive_as().
Nick Mathewson
2022-01-20
1
-0
/
+29
*
Rename PathConfig::more_permissive_than()
Nick Mathewson
2022-01-20
1
-1
/
+1
*
Remove "self" arg from PathConfig::builder()
Nick Mathewson
2022-01-20
1
-1
/
+1
*
Adjust comment to be accurate wrt #263.
Nick Mathewson
2021-12-16
1
-3
/
+5
*
Make preemptive circuits reconfigurable.
Nick Mathewson
2021-12-07
1
-2
/
+7
*
Make circuit_timing reconfigurable.
Nick Mathewson
2021-12-07
1
-2
/
+6
*
Allow on-the-fly changing of path_rules
Nick Mathewson
2021-12-07
1
-0
/
+14
*
Clarify names and docs for predictive circuits.
Nick Mathewson
2021-12-07
1
-17
/
+27
*
Rename circuits_preemptive to preemptive_circuits
Nick Mathewson
2021-12-07
1
-12
/
+12
*
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
1
-0
/
+82
*
Ensure that all config sections have deny_unknown_fields
Nick Mathewson
2021-11-25
1
-0
/
+2
*
Fix a few typos.
Nick Mathewson
2021-11-24
1
-4
/
+4
*
Implement meta-builder pattern for TorClientConfig
Nick Mathewson
2021-11-22
1
-1
/
+1
*
Make every Config type implement Eq.
Nick Mathewson
2021-11-21
1
-3
/
+3
*
For every* config type, make defaults consistent.
Nick Mathewson
2021-11-21
1
-7
/
+28
*
Give every ConfigBuilder a From<Config> implementation.
Nick Mathewson
2021-11-21
1
-0
/
+22
*
Ensure that every section-level config type has a builder() function.
Nick Mathewson
2021-11-21
1
-0
/
+18
*
Flatten enforce_distance into path_rules.
Nick Mathewson
2021-11-18
1
-6
/
+44
*
Fold "circuit_timing" and "request_timing" into a single section.
Nick Mathewson
2021-11-18
1
-42
/
+20
*
Move top-level configuration downwards from `arti` to `arti-config`.
Nick Mathewson
2021-11-18
1
-4
/
+6
*
Try writing a bit more documentation for configuration types.
Nick Mathewson
2021-10-28
1
-3
/
+9
*
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
1
-1
/
+1
*
tor-client: refactor TorClient::bootstrap's args into a config object
eta
2021-10-19
1
-1
/
+1
[next]