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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
More tests and a little code-golf for coverage on tor-circmgr
Nick Mathewson
2021-06-20
1
-0
/
+16
*
A few tests for circparameters generation.
Nick Mathewson
2021-06-19
1
-0
/
+31
*
Misc tests in tor-proto.
Nick Mathewson
2021-06-19
1
-1
/
+4
*
Run "typos" to fix a few more typos.
Nick Mathewson
2021-06-17
1
-1
/
+1
*
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
1
-378
/
+37
*
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
1
-132
/
+7
*
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
*
Refactor TorPath code to have explicit constructors.
Alexander Færøy
2021-05-20
1
-1
/
+1
*
Add the "unreachable_pub" lint.
Nick Mathewson
2021-05-18
1
-0
/
+1
*
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
1
-0
/
+4
*
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
1
-1
/
+1
*
Remove all non-runtime methods in tor_rtcompat.
Nick Mathewson
2021-04-16
1
-4
/
+14
*
Add a "Runtime" parameter to all the manager types.
Nick Mathewson
2021-04-16
1
-4
/
+5
*
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
*
Don't copy exit policies around; instead use Arc.
George Kadianakis
2021-03-29
1
-2
/
+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
1
-3
/
+3
*
More logging in circmgr.
Nick Mathewson
2021-01-26
1
-5
/
+25
*
Cleanup on DirInfo::circ_params.
Nick Mathewson
2020-12-22
1
-8
/
+15
*
Implement the "circwindow" and "ExtendByEd25519ID" parameters
Nick Mathewson
2020-12-22
1
-2
/
+18
*
Check ipv6 exit policies when trying to connect to an ipv6 port specifically
Nick Mathewson
2020-12-22
1
-0
/
+9
*
Write a few misc unit tests
Nick Mathewson
2020-12-15
1
-1
/
+1
*
Basic support for IPv6 and begin flags.
Nick Mathewson
2020-12-15
1
-11
/
+21
*
Implement a notion of "circuit dirtiness", as in Tor.
Nick Mathewson
2020-12-15
1
-6
/
+33
*
Fix some clippy warnings.
Nick Mathewson
2020-12-15
1
-3
/
+7
*
circmgr: refactor and bugfix a bit.
Nick Mathewson
2020-12-14
1
-28
/
+83
*
tor-circmgr: update documentation
Nick Mathewson
2020-12-14
1
-1
/
+18
*
Give more information if we fail to create a pending circuit.
Nick Mathewson
2020-12-14
1
-5
/
+7
*
Remove now-unused busted From<TargetCircUsage> for CircUsage
Nick Mathewson
2020-12-14
1
-19
/
+0
*
tor-circmgr: always remove closed circuits from the list.
Nick Mathewson
2020-12-14
1
-8
/
+8
*
tor-circmgr: Use a better key type for our circuit map.
Nick Mathewson
2020-12-14
1
-70
/
+88
*
Remember the actual usable ports for an exit after we've built a circuit
Nick Mathewson
2020-12-14
1
-47
/
+128
*
De-parameterize ChanMgr and everything that wraps it.
Nick Mathewson
2020-12-08
1
-11
/
+4
*
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-6
/
+4
*
When retiring circuits, do it by ID, not by reference.
Nick Mathewson
2020-12-01
1
-8
/
+8
*
tor-dirclient: add timeouts
Nick Mathewson
2020-12-01
1
-2
/
+2
[next]