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
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
4
-14
/
+47
*
tor_circmgr: simplify build_circuit a bit.
Nick Mathewson
2021-06-20
2
-15
/
+10
*
A few tests for circparameters generation.
Nick Mathewson
2021-06-19
1
-0
/
+31
*
More/better tests on tor_circmgr::mgr
Nick Mathewson
2021-06-19
1
-46
/
+132
*
A little testing and refactgoring in tor-circmgr.
Nick Mathewson
2021-06-19
3
-25
/
+23
*
Misc tests in tor-proto.
Nick Mathewson
2021-06-19
1
-1
/
+4
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
3
-5
/
+5
*
Run "typos" to fix a few more typos.
Nick Mathewson
2021-06-17
2
-3
/
+3
*
Use retry-error in tor-circmgr.
Nick Mathewson
2021-06-17
2
-19
/
+39
*
Suppress a clippy warning.
Nick Mathewson
2021-06-17
1
-0
/
+1
*
more improvements to circmgr tests.
Nick Mathewson
2021-06-16
3
-2
/
+6
*
Notes about badexit flag and opportunities for error
Nick Mathewson
2021-06-16
1
-0
/
+1
*
More tests on circmgr::path.
Nick Mathewson
2021-06-16
3
-1
/
+89
*
circmgr: tests for path/dirpath.rs
Nick Mathewson
2021-06-16
1
-0
/
+68
*
Tests for circmgr::usage
Nick Mathewson
2021-06-16
2
-0
/
+103
*
tor_circmgr: even more tests
Nick Mathewson
2021-06-16
1
-16
/
+95
*
More tests in tor-cirmgr::mgr
Nick Mathewson
2021-06-16
1
-4
/
+128
*
remove now-unused imports
Nick Mathewson
2021-06-14
1
-5
/
+0
*
Comment out build_path for now.
Nick Mathewson
2021-06-14
1
-0
/
+3
*
Enormous tor-circmgr rewrite.
Nick Mathewson
2021-06-14
9
-431
/
+1656
*
Add an XXXX to path.rs
Nick Mathewson
2021-06-04
1
-0
/
+1
*
Missing experimental-api imports.
Nick Mathewson
2021-06-03
1
-1
/
+3
*
cirmgr: Move usage-related code into a submodule, and refactor.
Nick Mathewson
2021-06-02
3
-137
/
+168
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+1
*
Module docs for remaining crates
Nick Mathewson
2021-05-25
1
-3
/
+16
*
Use macros and types to improve handling of Netdir parameters.
Nick Mathewson
2021-05-25
1
-4
/
+3
*
Broaden type of from_target_ports
Nick Mathewson
2021-05-20
1
-2
/
+2
*
Refactor TorPath code to have explicit constructors.
Alexander Færøy
2021-05-20
4
-26
/
+81
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-0
/
+1
*
Prefer "relay" over "node" in most circumstances.
Nick Mathewson
2021-05-18
2
-3
/
+3
*
Resolve clippy warnings from Rust 1.52.
Nick Mathewson
2021-05-07
1
-8
/
+4
*
Add trait_duplication_in_bounds warning.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add a few more clippy warnings
Nick Mathewson
2021-05-03
1
-0
/
+5
*
Fix experimental-api feature after refactoring
David Goulet
2021-05-03
1
-3
/
+5
*
Add some more clippy warnings to our list.
Nick Mathewson
2021-04-27
1
-1
/
+6
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
4
-0
/
+7
*
Move timer functions into an extension trait.
Nick Mathewson
2021-04-17
1
-7
/
+5
*
Move around the public modules in tor_rtcompat.
Nick Mathewson
2021-04-17
2
-2
/
+2
*
Remove all non-runtime methods in tor_rtcompat.
Nick Mathewson
2021-04-16
2
-6
/
+18
*
Add a "Runtime" parameter to all the manager types.
Nick Mathewson
2021-04-16
2
-9
/
+12
*
circmgr: Add missing rng trait to build_path()
David Goulet
2021-04-09
1
-1
/
+4
*
circmgr: Add a function to build a circuit by path
David Goulet
2021-04-07
1
-0
/
+19
*
Fix a bunch more new clippy lints in Rust 1.51
Nick Mathewson
2021-03-29
1
-6
/
+6
*
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
2
-5
/
+2
*
Use expect() instead of unwrap() in tor-circmgr
Nick Mathewson
2021-03-04
1
-4
/
+12
*
Make authorities and fallbacks configurable.
Nick Mathewson
2021-02-11
2
-4
/
+6
[next]