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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
Merge remote-tracking branch 'origin/mr/340'
Nick Mathewson
2022-02-23
1
-7
/
+6
|
\
|
*
Make NoLock into BadApiUsage.
Nick Mathewson
2022-02-22
1
-7
/
+6
*
|
Remove clippy::needless_borrow exception in CI.
Nick Mathewson
2022-02-20
1
-1
/
+0
|
/
*
Move persistent state flush from client to circmgr
Yuan Lyu
2022-02-15
1
-1
/
+13
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
tor-circmgr: Introduce TargetPorts with a pretty Display impl
Ian Jackson
2022-02-04
1
-1
/
+1
*
Temporarily disable some clippy lints on nightly
Ian Jackson
2022-02-02
1
-0
/
+1
*
Rename FooRuntime to FooNativeTlsRuntime for consistency.
Nick Mathewson
2022-01-26
1
-1
/
+1
*
Merge branch 'ticket255' into 'main'
eta
2022-01-24
1
-1
/
+1
|
\
|
*
Refactor Runtimes to use separate TLS implementations internally.
Nick Mathewson
2022-01-19
1
-1
/
+1
*
|
Rename PathConfig::more_permissive_than()
Nick Mathewson
2022-01-20
1
-1
/
+3
|
/
*
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
*
|
tor-circmgr: Remove Arc around ClientCirc
Ian Jackson
2022-01-07
1
-2
/
+2
|
/
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Expand some comments about circuit expiration.
Nick Mathewson
2021-12-15
1
-2
/
+5
*
Add spawn_expiration_task function in circuit manager
Yuan Lyu
2021-12-15
1
-31
/
+2
*
Make preemptive circuits reconfigurable.
Nick Mathewson
2021-12-07
1
-19
/
+16
*
Make circuit_timing reconfigurable.
Nick Mathewson
2021-12-07
1
-4
/
+2
*
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
1
-5
/
+30
*
Sketch API for reconfiguration.
Nick Mathewson
2021-12-07
1
-0
/
+19
*
Clarify names and docs for predictive circuits.
Nick Mathewson
2021-12-07
1
-3
/
+3
*
Rename circuits_preemptive to preemptive_circuits
Nick Mathewson
2021-12-07
1
-6
/
+6
*
Allow configurability on preemptive circuits
Neel Chauhan
2021-12-07
1
-11
/
+17
*
Merge remote-tracking branch 'origin/mr/154'
Nick Mathewson
2021-11-30
1
-3
/
+61
|
\
|
*
Add tests & address review commentary
eta
2021-11-30
1
-9
/
+10
|
*
Actually build preemptive circuits (and minor fixes)
eta
2021-11-29
1
-0
/
+34
|
*
Introduce PreemptiveCircuitPredictor and TargetCircUsage::Preemptive
eta
2021-11-23
1
-2
/
+25
*
|
add semicolons if nothing returned
Daniel Eades
2021-11-25
1
-0
/
+1
|
/
*
Flatten enforce_distance into path_rules.
Nick Mathewson
2021-11-18
1
-2
/
+2
*
Fold "circuit_timing" and "request_timing" into a single section.
Nick Mathewson
2021-11-18
1
-4
/
+2
*
Update our disclaimers and limitations sections.
Nick Mathewson
2021-10-27
1
-4
/
+0
*
Turn StreamIsolation into a separate type.
Nick Mathewson
2021-10-25
1
-6
/
+3
*
s/arti-arti-client/arti-client/ and regenerate readme files
Nick Mathewson
2021-10-25
1
-1
/
+1
*
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
1
-1
/
+1
*
Finish the timeout-inference side of shared state.
Nick Mathewson
2021-10-20
1
-15
/
+5
*
Replace the return type of StorageMgr::try_lock with a tristate
Nick Mathewson
2021-10-20
1
-1
/
+9
*
Initial work on periodically reloading state.
Nick Mathewson
2021-10-19
1
-1
/
+11
*
Pass the guard manager down to the path selection functions.
Nick Mathewson
2021-10-11
1
-0
/
+4
*
Notify guard manager on network change and state flush.
Nick Mathewson
2021-10-10
1
-1
/
+15
*
Add a GuardMgr member to CircuitBuilder
Nick Mathewson
2021-10-10
1
-2
/
+9
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
1
-0
/
+1
*
Use StorageHandle in tor_circmgr.
Nick Mathewson
2021-09-30
1
-8
/
+9
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
1
-3
/
+4
*
A little more test coverage in tor-circmgr::mgr
Nick Mathewson
2021-09-07
1
-1
/
+1
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
1
-0
/
+362