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
/
tor-circmgr
/
src
/
path.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused import.
Nick Mathewson
2021-06-21
1
-1
/
+0
*
More tests and a little code-golf for coverage on tor-circmgr
Nick Mathewson
2021-06-20
1
-10
/
+9
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-2
/
+2
*
Suppress a clippy warning.
Nick Mathewson
2021-06-17
1
-0
/
+1
*
more improvements to circmgr tests.
Nick Mathewson
2021-06-16
1
-1
/
+1
*
More tests on circmgr::path.
Nick Mathewson
2021-06-16
1
-0
/
+26
*
Tests for circmgr::usage
Nick Mathewson
2021-06-16
1
-0
/
+10
*
Enormous tor-circmgr rewrite.
Nick Mathewson
2021-06-14
1
-25
/
+73
*
Add an XXXX to path.rs
Nick Mathewson
2021-06-04
1
-0
/
+1
*
cirmgr: Move usage-related code into a submodule, and refactor.
Nick Mathewson
2021-06-02
1
-5
/
+3
*
Refactor TorPath code to have explicit constructors.
Alexander Færøy
2021-05-20
1
-8
/
+38
*
Prefer "relay" over "node" in most circumstances.
Nick Mathewson
2021-05-18
1
-1
/
+1
*
Resolve clippy warnings from Rust 1.52.
Nick Mathewson
2021-05-07
1
-8
/
+4
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
1
-0
/
+1
*
Move around the public modules in tor_rtcompat.
Nick Mathewson
2021-04-17
1
-1
/
+1
*
Remove all non-runtime methods in tor_rtcompat.
Nick Mathewson
2021-04-16
1
-2
/
+4
*
Add a "Runtime" parameter to all the manager types.
Nick Mathewson
2021-04-16
1
-5
/
+7
*
Use Arc::clone() explicitly with port policies
Nick Mathewson
2021-03-29
1
-2
/
+2
*
Don't copy exit policies around; instead use Arc.
George Kadianakis
2021-03-29
1
-3
/
+0
*
Implement the "circwindow" and "ExtendByEd25519ID" parameters
Nick Mathewson
2020-12-22
1
-5
/
+10
*
tor-circmgr: update documentation
Nick Mathewson
2020-12-14
1
-1
/
+5
*
Remember the actual usable ports for an exit after we've built a circuit
Nick Mathewson
2020-12-14
1
-0
/
+21
*
De-parameterize ChanMgr and everything that wraps it.
Nick Mathewson
2020-12-08
1
-10
/
+2
*
Add support for using fallback directories in path construction
Nick Mathewson
2020-11-19
1
-10
/
+1
*
Add a notion of a one-hop fallback path.
Nick Mathewson
2020-11-17
1
-7
/
+11
*
Refactor first-hop handling types a bit
Nick Mathewson
2020-11-17
1
-7
/
+13
*
Make Arc<>-ness of ClientCirc explicit.
Nick Mathewson
2020-11-12
1
-2
/
+2
*
Make the Arc-ness of channels more explicit.
Nick Mathewson
2020-11-12
1
-1
/
+2
*
Isolate async_std usage in a new tor_rtcompat crate.
Nick Mathewson
2020-11-11
1
-6
/
+3
*
Use anyhow in tor-circmgr and tor-chanmgr
Nick Mathewson
2020-11-11
1
-1
/
+1
*
Document tor-circmgr
Nick Mathewson
2020-11-02
1
-4
/
+16
*
Add a new circuit-manager crate and move path selection there.
Nick Mathewson
2020-11-02
1
-0
/
+74