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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix some clippy-nightly warnings.
Nick Mathewson
2021-10-26
1
-0
/
+4
*
circmgr: Split request_timeout test into two.
Nick Mathewson
2021-10-26
1
-0
/
+7
*
Merge remote-tracking branch 'origin/mr/102'
Nick Mathewson
2021-10-26
3
-15
/
+79
|
\
|
*
Overhaul the way WaitFor and the MockSleepProvider work
eta
2021-10-26
3
-15
/
+79
*
|
Merge branch 'pb_lite_squashed'
Nick Mathewson
2021-10-26
1
-1
/
+11
|
\
\
|
*
|
Do not blame a guard for failures on non-random circuits.
Nick Mathewson
2021-10-26
1
-1
/
+11
*
|
|
Turn StreamIsolation into a separate type.
Nick Mathewson
2021-10-25
2
-39
/
+91
|
/
/
*
|
s/arti-arti-client/arti-client/ and regenerate readme files
Nick Mathewson
2021-10-25
1
-1
/
+1
*
|
Fix a typo in a comment.
Nick Mathewson
2021-10-25
1
-1
/
+1
*
|
Run "cargo fix --edition-idioms=2018".
Nick Mathewson
2021-10-22
1
-1
/
+1
*
|
Replace references to arti-client in the documentation.
Nick Mathewson
2021-10-21
3
-4
/
+4
*
|
Remove #![allow(dead_code)] in timeouts.rs
Nick Mathewson
2021-10-21
2
-2
/
+3
*
|
Merge branch 'share_state'
Nick Mathewson
2021-10-21
7
-221
/
+461
|
\
\
|
|
/
|
/
|
|
*
Implement the guard side of shared state directories.
Nick Mathewson
2021-10-21
1
-1
/
+10
|
*
Finish the timeout-inference side of shared state.
Nick Mathewson
2021-10-20
3
-30
/
+94
|
*
Add a timeout estimator to take estimates from another process.
Nick Mathewson
2021-10-20
4
-42
/
+93
|
*
Allow type of timeout estimator to change at runtime.
Nick Mathewson
2021-10-20
4
-201
/
+289
|
*
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
2
-2
/
+11
*
|
Implement the "request_loyalty" configuration option
Nick Mathewson
2021-10-19
1
-2
/
+1
*
|
Fix most warnings from nightly.
Nick Mathewson
2021-10-19
1
-14
/
+3
*
|
tor-client: refactor TorClient::bootstrap's args into a config object
eta
2021-10-19
1
-1
/
+1
|
/
*
Use better reporting for guard status.
Nick Mathewson
2021-10-13
3
-22
/
+119
*
Implement guards for multihop paths.
Nick Mathewson
2021-10-13
3
-26
/
+87
*
Actually select guards for directory circuits.
Nick Mathewson
2021-10-13
3
-12
/
+25
*
Pass the guard manager down to the path selection functions.
Nick Mathewson
2021-10-11
4
-14
/
+36
*
WIP
Nick Mathewson
2021-10-11
4
-13
/
+19
*
Integrate GuardUsability and GuardMonitor into CircuitBuilder.
Nick Mathewson
2021-10-10
3
-11
/
+73
*
Notify guard manager on network change and state flush.
Nick Mathewson
2021-10-10
2
-2
/
+20
*
Add a GuardMgr member to CircuitBuilder
Nick Mathewson
2021-10-10
3
-3
/
+19
*
Re-export configuration types from tor-client.
Nick Mathewson
2021-10-09
2
-0
/
+9
*
enable checked_conversions lint.
Nick Mathewson
2021-10-09
2
-4
/
+11
*
Initial backend implementation for guard node manager.
Nick Mathewson
2021-10-07
1
-0
/
+1
*
Use StorageHandle in tor_circmgr.
Nick Mathewson
2021-09-30
3
-70
/
+15
*
Do not use set_ prefix on derive_builder setters
Jani Monoses
2021-09-16
2
-5
/
+5
*
fix/silence clippy lints in test modules
Daniel Eades
2021-09-08
9
-12
/
+22
*
More tests in pareto.rs
Nick Mathewson
2021-09-08
1
-9
/
+47
*
Use same defaults for abandon and close times in timeout code.
Nick Mathewson
2021-09-07
1
-6
/
+4
*
Stop making abandoned/successful circuit counts persistent
Nick Mathewson
2021-09-07
1
-22
/
+1
*
A little more test coverage in tor-circmgr::mgr
Nick Mathewson
2021-09-07
2
-6
/
+36
*
tor_circmgr::mgr -- refactor some duplicate code.
Nick Mathewson
2021-09-07
1
-20
/
+32
*
Rename pick_action to clarify that it can modify self
Nick Mathewson
2021-09-07
1
-5
/
+5
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
14
-0
/
+5387
[prev]