summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-17/+17
* Merge branch 'ticket_178' into 'main'eta2022-01-101-0/+12
|\
| * Add API to check if primary MDs are missing.Nick Mathewson2022-01-061-0/+12
* | Minimize the required version for each dependency.Nick Mathewson2022-01-071-12/+12
* | Merge branch 'circ_self_by_ref'Nick Mathewson2022-01-073-34/+40
|\ \
| * | circmgr: Fix a pair of clippy warnings.Nick Mathewson2022-01-071-2/+2
| * | tor-circmgr: Remove Arc around ClientCircIan Jackson2022-01-073-15/+15
| * | tor-circmgr: tests: Do fake circuit equality by idIan Jackson2022-01-071-2/+2
| * | tor-circmgr: tests: Introduce and use FakeCirc::eq()Ian Jackson2022-01-071-13/+19
| * | tor-circmgr: Replace some Arc::clone with .clone()Ian Jackson2022-01-071-5/+5
| * | tor-circmgr: Require that AbstractCirc are CloneIan Jackson2022-01-071-1/+1
* | | Merge branch 'remove-type-annotation' into 'main'Nick Mathewson2022-01-071-1/+1
|\ \ \ | |/ / |/| |
| * | tor-circmgr: Remove a type annotation in a method callIan Jackson2022-01-071-1/+1
* | | De-Arc-ify Buildable for ClientCircNeel Chauhan2022-01-062-14/+7
|/ /
* | Merge branch 'main' into 'remove_unused_rngs'eta2022-01-062-2/+2
|\|
| * Merge remote-tracking branch 'origin/mr/214'Nick Mathewson2022-01-061-0/+1
| |\
| | * extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
| * | tor-circmgr: Don't clone parameters in create_chantarget()Neel Chauhan2021-12-251-2/+1
| |/
* / Remove a bunch of unused RNGsNeel Chauhan2021-12-252-51/+23
|/
* Only count timeouts when we've seen net activity.Nick Mathewson2021-12-201-5/+7
* Merge branch 'eta/instant-checked-add' into 'main'Nick Mathewson2021-12-201-2/+12
|\
| * preemptive.rs: Use Instant::checked_add instead of raw subtractioneta2021-12-201-2/+12
* | Remove XXXs from tor-circmgr::mgrNick Mathewson2021-12-201-4/+0
* | Adjust comment to be accurate wrt #263.Nick Mathewson2021-12-161-3/+5
* | Do not treat spawn failure as a fatal error.Nick Mathewson2021-12-151-12/+12
* | Expand some comments about circuit expiration.Nick Mathewson2021-12-152-6/+14
* | Add spawn_expiration_task function in circuit managerYuan Lyu2021-12-152-54/+105
|/
* Merge branch 'reconfigure' into 'main'eta2021-12-137-69/+233
|\
| * Fix Rustdoc errors.Nick Mathewson2021-12-081-3/+3
| * Minor circuit predictor tweaks and comments.Nick Mathewson2021-12-071-3/+11
| * Make preemptive circuits reconfigurable.Nick Mathewson2021-12-073-43/+79
| * 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
|\ \ \ | |/ / |/| |