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
/
tor-circmgr
/
src
/
config.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Re-export configuration types from tor-client.
Nick Mathewson
2021-10-09
1
-0
/
+4
*
Do not use set_ prefix on derive_builder setters
Jani Monoses
2021-09-16
1
-4
/
+4
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+102