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
/
tor-circmgr
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all crates into a `crates` subdirectory.
Nick Mathewson
2021-08-27
16
-5461
/
+0
*
Tweaks on patch to add clippy::unwrap_used lint.
Nick Mathewson
2021-08-27
2
-11
/
+12
*
WIP: Add the "unwrap_used" lint.
S0AndS0
2021-08-24
7
-16
/
+70
*
Switch all uses of the log crate to the tracing.
Jani Monoses
2021-08-20
4
-15
/
+15
*
Fix a comment typo
Nick Mathewson
2021-08-18
1
-1
/
+1
*
Light doc edits
Nick Mathewson
2021-08-18
1
-7
/
+14
*
allow new without default for IsolationToken
Trinity Pointard
2021-08-18
1
-0
/
+1
*
replace IsolationToken::default with no_isolation
Trinity Pointard
2021-08-18
1
-2
/
+9
*
Revisions based on new documented-panics lint.
Nick Mathewson
2021-08-18
2
-13
/
+10
*
Merge remote-tracking branch 'origin/mr/60'
Nick Mathewson
2021-08-18
1
-0
/
+5
|
\
|
*
Add the "missing_panics_doc" lint.
S0AndS0
2021-08-13
1
-0
/
+5
*
|
Merge remote-tracking branch 'origin/mr/61'
Nick Mathewson
2021-08-18
1
-0
/
+1
|
\
\
|
*
|
Add the "implicit_clone" lint.
S0AndS0
2021-08-17
1
-0
/
+1
*
|
|
Make construct_netdir() return a PartialNetDir.
Nick Mathewson
2021-08-17
3
-5
/
+5
|
/
/
*
/
X_m tiebreaker rules are now specified
Nick Mathewson
2021-08-17
1
-2
/
+0
|
/
*
Use add_warnings.py for clippy::cast_lossless
Nick Mathewson
2021-08-13
1
-1
/
+1
*
Merge remote-tracking branch 'origin/mr/59'
Nick Mathewson
2021-08-13
2
-7
/
+11
|
\
|
*
Add the "cast_lossless" lint.
S0AndS0
2021-08-12
2
-7
/
+11
*
|
Restore success and failure counts with timeout state.
Nick Mathewson
2021-08-13
1
-2
/
+18
|
/
*
Fix a few rustdoc link warnings.
Nick Mathewson
2021-08-12
1
-2
/
+5
*
Merge remote-tracking branch 'origin/mr/58'
Nick Mathewson
2021-08-12
2
-2
/
+6
|
\
|
*
Reorder doc headlines in tor-circmgr
Lennart Kloock
2021-08-12
2
-2
/
+6
*
|
Use real network parameter values to tune test circuits.
Nick Mathewson
2021-08-12
1
-2
/
+7
*
|
Periodically launch timeout-testing circuits.
Nick Mathewson
2021-08-12
1
-34
/
+37
*
|
WIP: Launch testing circuits as needed to find timeouts
Nick Mathewson
2021-08-11
2
-0
/
+64
*
|
For timeout testing, support for "useless" circuits.
Nick Mathewson
2021-08-11
2
-0
/
+32
*
|
Add ability to launch a circuit to _some_ exit, without giving ports.
Nick Mathewson
2021-08-11
3
-3
/
+67
*
|
Use the correct unused-circuit timeout when we're learning timeouts.
Nick Mathewson
2021-08-10
5
-5
/
+32
|
/
*
Make a basic daemon task to close circuits.
Nick Mathewson
2021-08-10
1
-5
/
+40
*
Use real network parameters to set unused-circ timeouts.
Nick Mathewson
2021-08-10
2
-3
/
+60
*
Initial code to expire unused circuits.
Nick Mathewson
2021-08-10
3
-39
/
+121
*
Make MAX_CIRC_DIRTINESS configurable.
Nick Mathewson
2021-08-10
2
-13
/
+34
*
Have CircMgr::new() return an Arc<>.
Nick Mathewson
2021-08-10
1
-3
/
+8
*
Refactor double_timeout() to make its timeouts futures in advance
Nick Mathewson
2021-08-09
1
-2
/
+7
*
Implement initial persistence for circuit timeout data
Nick Mathewson
2021-08-06
6
-9
/
+169
*
Add unnecessary_wraps to the big warning list.
Nick Mathewson
2021-08-06
1
-0
/
+1
*
Missing tor-circmgr/src/config.rs
Nick Mathewson
2021-08-05
1
-0
/
+67
*
Make circuit building and management configurable from the CLI.
Nick Mathewson
2021-08-05
1
-0
/
+1
*
Add a configuration structure for CircMgr.
Nick Mathewson
2021-08-05
7
-34
/
+112
*
Small cleanups and tweaks to same_subnet code.
Nick Mathewson
2021-08-05
1
-9
/
+18
*
Merge remote-tracking branch 'origin/mr/45'
Nick Mathewson
2021-08-05
1
-6
/
+12
|
\
|
*
Support EnforceDistinctSubnets
Smitty
2021-08-01
1
-6
/
+12
*
|
Fix typos and other spelling mistakes
rls
2021-07-31
6
-16
/
+16
|
/
*
[f] fix pareto test not compile issue
dagger
2021-07-22
1
-8
/
+8
*
Merge remote-tracking branch 'origin/mr/42'
Nick Mathewson
2021-07-21
4
-11
/
+10
|
\
|
*
address some possibly slightly controversial lints
Daniel Eades
2021-07-21
3
-9
/
+8
|
*
address a bunch of hopefully uncontroversial lints
Daniel Eades
2021-07-20
2
-2
/
+2
*
|
Fix a ocumentation link issue.
Nick Mathewson
2021-07-21
1
-1
/
+1
|
/
*
Temporarily disable build.rs tests as unreliable :/
Nick Mathewson
2021-07-20
1
-0
/
+6
*
tor-circmgr: Improve coverage on build.rs.
Nick Mathewson
2021-07-19
3
-3
/
+226
[next]