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
*
Bump all crate versions to 0.0.3.
Nick Mathewson
2022-01-11
1
-17
/
+17
*
Merge branch 'ticket_178' into 'main'
eta
2022-01-10
1
-0
/
+12
|
\
|
*
Add API to check if primary MDs are missing.
Nick Mathewson
2022-01-06
1
-0
/
+12
*
|
Minimize the required version for each dependency.
Nick Mathewson
2022-01-07
1
-12
/
+12
*
|
Merge branch 'circ_self_by_ref'
Nick Mathewson
2022-01-07
3
-34
/
+40
|
\
\
|
*
|
circmgr: Fix a pair of clippy warnings.
Nick Mathewson
2022-01-07
1
-2
/
+2
|
*
|
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
3
-15
/
+15
|
*
|
tor-circmgr: tests: Do fake circuit equality by id
Ian Jackson
2022-01-07
1
-2
/
+2
|
*
|
tor-circmgr: tests: Introduce and use FakeCirc::eq()
Ian Jackson
2022-01-07
1
-13
/
+19
|
*
|
tor-circmgr: Replace some Arc::clone with .clone()
Ian Jackson
2022-01-07
1
-5
/
+5
|
*
|
tor-circmgr: Require that AbstractCirc are Clone
Ian Jackson
2022-01-07
1
-1
/
+1
*
|
|
Merge branch 'remove-type-annotation' into 'main'
Nick Mathewson
2022-01-07
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
tor-circmgr: Remove a type annotation in a method call
Ian Jackson
2022-01-07
1
-1
/
+1
*
|
|
De-Arc-ify Buildable for ClientCirc
Neel Chauhan
2022-01-06
2
-14
/
+7
|
/
/
*
|
Merge branch 'main' into 'remove_unused_rngs'
eta
2022-01-06
2
-2
/
+2
|
\
|
|
*
Merge remote-tracking branch 'origin/mr/214'
Nick Mathewson
2022-01-06
1
-0
/
+1
|
|
\
|
|
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
|
*
|
tor-circmgr: Don't clone parameters in create_chantarget()
Neel Chauhan
2021-12-25
1
-2
/
+1
|
|
/
*
/
Remove a bunch of unused RNGs
Neel Chauhan
2021-12-25
2
-51
/
+23
|
/
*
Only count timeouts when we've seen net activity.
Nick Mathewson
2021-12-20
1
-5
/
+7
*
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
|
\
\
\
|
|
/
/
|
/
|
|
[next]