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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'eta/instant-checked-add' into 'main'
Nick Mathewson
2021-12-20
1
-2
/
+12
|
\
|
*
preemptive.rs: Use Instant::checked_add instead of raw subtraction
eta
2021-12-20
1
-2
/
+12
*
|
Remove XXXs from tor-circmgr::mgr
Nick Mathewson
2021-12-20
1
-4
/
+0
*
|
Adjust comment to be accurate wrt #263.
Nick Mathewson
2021-12-16
1
-3
/
+5
*
|
Do not treat spawn failure as a fatal error.
Nick Mathewson
2021-12-15
1
-12
/
+12
*
|
Expand some comments about circuit expiration.
Nick Mathewson
2021-12-15
2
-6
/
+14
*
|
Add spawn_expiration_task function in circuit manager
Yuan Lyu
2021-12-15
2
-54
/
+105
|
/
*
Merge branch 'reconfigure' into 'main'
eta
2021-12-13
7
-69
/
+233
|
\
|
*
Fix Rustdoc errors.
Nick Mathewson
2021-12-08
1
-3
/
+3
|
*
Minor circuit predictor tweaks and comments.
Nick Mathewson
2021-12-07
1
-3
/
+11
|
*
Make preemptive circuits reconfigurable.
Nick Mathewson
2021-12-07
3
-43
/
+79
|
*
Make circuit_timing reconfigurable.
Nick Mathewson
2021-12-07
3
-18
/
+26
|
*
Add new configuration objects to reconfigure.
Nick Mathewson
2021-12-07
1
-5
/
+9
|
*
Allow on-the-fly changing of path_rules
Nick Mathewson
2021-12-07
6
-18
/
+100
|
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
3
-5
/
+31
*
|
Don't create circuits if the consensus is stale by over 72 hours
Neel Chauhan
2021-12-12
2
-0
/
+11
*
|
fix nightly clippy errors
Trinity Pointard
2021-12-09
1
-2
/
+1
*
|
Use a safer histogram rebuild algorithm.
Nick Mathewson
2021-12-08
1
-9
/
+14
*
|
Change an XXX in pareto.rs: a ticket is now open.
Nick Mathewson
2021-12-08
1
-2
/
+3
*
|
Resolve an XXXX: timeout scaling _is_ documented
Nick Mathewson
2021-12-08
1
-1
/
+2
|
/
*
Clarify names and docs for predictive circuits.
Nick Mathewson
2021-12-07
2
-20
/
+30
*
Rename circuits_preemptive to preemptive_circuits
Nick Mathewson
2021-12-07
2
-18
/
+18
*
Merge branch 'bug183a_redux' into 'main'
eta
2021-12-07
1
-6
/
+5
|
\
|
*
Move the "real families" code into tor-netdir.
Nick Mathewson
2021-12-06
1
-15
/
+5
|
*
Use hashset _inside_ GuardRestriction.
Nick Mathewson
2021-12-06
1
-6
/
+4
|
*
Change GuardUsage to have Vec of restrictions.
Nick Mathewson
2021-12-06
1
-5
/
+4
|
*
Implement guard family restriction code
Neel Chauhan
2021-12-06
1
-4
/
+16
*
|
Merge branch 'safe_mul_dur_f64' into 'main'
eta
2021-12-07
4
-8
/
+67
|
\
\
|
*
|
Use a panic-free function to multiply timeouts.
Nick Mathewson
2021-12-06
4
-8
/
+67
*
|
|
Merge branch 'preemptive-config' into 'main'
eta
2021-12-07
5
-39
/
+162
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
5
-39
/
+162
|
|
/
*
/
Resolve roughly half of the XXXXs.
Nick Mathewson
2021-12-06
2
-5
/
+2
|
/
*
Add a semicolon.
Nick Mathewson
2021-11-30
1
-1
/
+1
*
Merge remote-tracking branch 'origin/mr/154'
Nick Mathewson
2021-11-30
4
-31
/
+450
|
\
|
*
Add tests & address review commentary
eta
2021-11-30
4
-34
/
+269
|
*
Actually build preemptive circuits (and minor fixes)
eta
2021-11-29
3
-0
/
+43
|
*
Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptive
eta
2021-11-23
4
-26
/
+167
*
|
Bump every crate by one patch version.
Nick Mathewson
2021-11-29
1
-17
/
+17
*
|
Merge branch 'config-updates-and-tests'
Nick Mathewson
2021-11-29
1
-0
/
+2
|
\
\
|
*
|
Ensure that all config sections have deny_unknown_fields
Nick Mathewson
2021-11-25
1
-0
/
+2
*
|
|
Merge remote-tracking branch 'origin/mr/148'
Nick Mathewson
2021-11-29
1
-10
/
+2
|
\
\
\
|
*
|
|
In struct PendingEntry, remove circ_spec
Neel Chauhan
2021-11-28
1
-10
/
+2
|
|
/
/
*
|
|
tor-circmgr: Write a test for BadExit support.
Neel Chauhan
2021-11-29
1
-6
/
+20
*
|
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
8
-11
/
+12
*
|
|
deglob some enums, use concise iteration syntax
Daniel Eades
2021-11-25
1
-1
/
+1
|
/
/
*
/
Fix a few typos.
Nick Mathewson
2021-11-24
4
-7
/
+7
|
/
*
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
[prev]
[next]