summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Make circuit_timing reconfigurable.Nick Mathewson2021-12-073-18/+26
| * Add new configuration objects to reconfigure.Nick Mathewson2021-12-071-5/+9
| * Allow on-the-fly changing of path_rulesNick Mathewson2021-12-076-18/+100
| * Sketch API for reconfiguration.Nick Mathewson2021-12-073-5/+31
* | Don't create circuits if the consensus is stale by over 72 hoursNeel Chauhan2021-12-122-0/+11
* | fix nightly clippy errorsTrinity Pointard2021-12-091-2/+1
* | Use a safer histogram rebuild algorithm.Nick Mathewson2021-12-081-9/+14
* | Change an XXX in pareto.rs: a ticket is now open.Nick Mathewson2021-12-081-2/+3
* | Resolve an XXXX: timeout scaling _is_ documentedNick Mathewson2021-12-081-1/+2
|/
* Clarify names and docs for predictive circuits.Nick Mathewson2021-12-072-20/+30
* Rename circuits_preemptive to preemptive_circuitsNick Mathewson2021-12-072-18/+18
* Merge branch 'bug183a_redux' into 'main'eta2021-12-071-6/+5
|\
| * Move the "real families" code into tor-netdir.Nick Mathewson2021-12-061-15/+5
| * Use hashset _inside_ GuardRestriction.Nick Mathewson2021-12-061-6/+4
| * Change GuardUsage to have Vec of restrictions.Nick Mathewson2021-12-061-5/+4
| * Implement guard family restriction codeNeel Chauhan2021-12-061-4/+16
* | Merge branch 'safe_mul_dur_f64' into 'main'eta2021-12-074-8/+67
|\ \
| * | Use a panic-free function to multiply timeouts.Nick Mathewson2021-12-064-8/+67
* | | Merge branch 'preemptive-config' into 'main'eta2021-12-075-39/+162
|\ \ \ | |/ / |/| |
| * | Allow configurability on preemptive circuitsNeel Chauhan2021-12-075-39/+162
| |/
* / Resolve roughly half of the XXXXs.Nick Mathewson2021-12-062-5/+2
|/
* Add a semicolon.Nick Mathewson2021-11-301-1/+1
* Merge remote-tracking branch 'origin/mr/154'Nick Mathewson2021-11-304-31/+450
|\
| * Add tests & address review commentaryeta2021-11-304-34/+269
| * Actually build preemptive circuits (and minor fixes)eta2021-11-293-0/+43
| * Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptiveeta2021-11-234-26/+167
* | Merge branch 'config-updates-and-tests'Nick Mathewson2021-11-291-0/+2
|\ \
| * | Ensure that all config sections have deny_unknown_fieldsNick Mathewson2021-11-251-0/+2
* | | Merge remote-tracking branch 'origin/mr/148'Nick Mathewson2021-11-291-10/+2
|\ \ \
| * | | In struct PendingEntry, remove circ_specNeel Chauhan2021-11-281-10/+2
| |/ /
* | | tor-circmgr: Write a test for BadExit support.Neel Chauhan2021-11-291-6/+20
* | | add semicolons if nothing returnedDaniel Eades2021-11-258-11/+12
* | | deglob some enums, use concise iteration syntaxDaniel Eades2021-11-251-1/+1
|/ /
* / Fix a few typos.Nick Mathewson2021-11-244-7/+7
|/
* Implement meta-builder pattern for TorClientConfigNick Mathewson2021-11-221-1/+1
* Make every Config type implement Eq.Nick Mathewson2021-11-211-3/+3
* For every* config type, make defaults consistent.Nick Mathewson2021-11-211-7/+28
* Give every ConfigBuilder a From<Config> implementation.Nick Mathewson2021-11-211-0/+22
* Ensure that every section-level config type has a builder() function.Nick Mathewson2021-11-211-0/+18
* Flatten enforce_distance into path_rules.Nick Mathewson2021-11-183-16/+54
* Fold "circuit_timing" and "request_timing" into a single section.Nick Mathewson2021-11-183-76/+29
* Move top-level configuration downwards from `arti` to `arti-config`.Nick Mathewson2021-11-181-4/+6
* Completely overhaul the tor-proto circuit reactoreta2021-11-121-4/+9
* Fix typosDimitris Apostolou2021-11-121-1/+1
* Add a couple of pieces of missing documentation.Nick Mathewson2021-11-081-1/+1
* Replace all println/eprintln calls outside of arti CLI with trace.Nick Mathewson2021-11-042-4/+6
* Remove all remaining dbg! instances.Nick Mathewson2021-11-041-5/+0
* Basic tests for readonly estimators, and estimator migration.Nick Mathewson2021-11-032-2/+92
* Get rid of tor-proto's ChannelImpl, and use the reactor more insteadeta2021-11-031-2/+4
* Disable a check in exitpathNick Mathewson2021-11-021-1/+2