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
/
crates
/
tor-circmgr
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Rename ThingListBuilder::replace (from set)
Ian Jackson
2022-04-25
1
-4
/
+4
|
*
Use better syntax for doc comment attribute
Ian Jackson
2022-04-25
1
-3
/
+1
|
*
Introduce PredictedPortsListBuilder
Ian Jackson
2022-04-25
2
-29
/
+34
*
|
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
9
-11
/
+0
*
|
Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+1
*
|
Add 'rust-version = "1.56"' to every Cargo.toml file.
Nick Mathewson
2022-04-25
1
-0
/
+1
*
|
Reformat all not-yet-reformatted Cargo.toml files.
Nick Mathewson
2022-04-25
1
-13
/
+13
|
/
*
fix typo in doc
trinity-1686a
2022-04-25
1
-1
/
+1
*
Use git source for derive_builder for now, for sub_builder feature
Ian Jackson
2022-04-21
1
-1
/
+1
*
Merge branch 'report-skew' into 'main'
eta
2022-04-13
1
-0
/
+12
|
\
|
*
circmgr: re-export clock skew estimates.
Nick Mathewson
2022-04-12
1
-0
/
+12
*
|
circmgr: back off on preemptive circuits if they fail consistently
Nick Mathewson
2022-04-12
2
-8
/
+55
*
|
circmgr: Remove now-unused scheduled entry points.
Nick Mathewson
2022-04-12
1
-18
/
+8
*
|
circmgr: Report CircProvenance from AbstractCircMgr.
Nick Mathewson
2022-04-12
2
-23
/
+34
|
/
*
Create and use API to report guard/fallback skew.
Nick Mathewson
2022-04-07
2
-12
/
+51
*
ChanMgr: Return provenance information from get_or_launch
Nick Mathewson
2022-04-07
1
-7
/
+8
*
Distinguish UsageMismatch cases by whether a race is possible
Nick Mathewson
2022-04-04
2
-7
/
+33
*
circmgr: Improve retry-and-or-delay logic.
Nick Mathewson
2022-04-04
1
-26
/
+36
*
circmgr: implement HasRetryTime.
Nick Mathewson
2022-04-04
1
-2
/
+80
*
circmgr: Improve reporting of error origins.
Nick Mathewson
2022-04-04
3
-28
/
+77
*
circmgr: Avoid a race condition in circuit usage restriction
Nick Mathewson
2022-04-04
3
-11
/
+34
*
Bump all arti*, tor* crates to 0.2.0
Nick Mathewson
2022-04-01
1
-18
/
+18
*
Use a lower default for max_retries.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
circmgr: limit circuit attempts when launch_parallelism > 1.
Nick Mathewson
2022-03-30
1
-1
/
+21
*
Run cargo fmt one more time for good measure.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
Reformat several Cargo.toml files with 100-char-wide lines.
Nick Mathewson
2022-03-30
1
-13
/
+4
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-10
/
+22
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-3
/
+3
*
DirPathBuilder::pick_path: re-order match cases for clarity.
Nick Mathewson
2022-03-30
1
-16
/
+18
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
1
-3
/
+3
*
Replace the fallback directories when they change in the config.
Nick Mathewson
2022-03-30
1
-0
/
+5
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
1
-0
/
+9
*
circmgr: Use guard-manager's view of the fallbacks when possible.
Nick Mathewson
2022-03-30
4
-14
/
+49
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
6
-23
/
+31
*
Reformat tor-circmgr/Cargo.toml
Nick Mathewson
2022-03-30
1
-21
/
+30
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
4
-4
/
+6
*
Merge branch 'disallowed_lint' into 'main'
eta
2022-03-30
2
-5
/
+0
|
\
|
*
Remove allow(clippy::disallowed_methods) lint.
Nick Mathewson
2022-03-30
2
-5
/
+0
*
|
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-3
/
+251
|
/
*
Merge branch 'no-system-time' into 'main'
eta
2022-03-30
4
-18
/
+44
|
\
|
*
typo
trinity-1686a
2022-02-28
1
-1
/
+1
|
*
use wallclock where possible in tests
trinity-1686a
2022-02-26
2
-0
/
+5
|
*
fix tests
trinity-1686a
2022-02-25
2
-14
/
+21
|
*
remove most usage of SystemTime::now
trinity-1686a
2022-02-25
4
-4
/
+18
*
|
Remove a now-irrelevant comment
Nick Mathewson
2022-03-28
1
-2
/
+0
*
|
remove usage of 'token' where it's no longer a token
trinity-1686a
2022-03-27
2
-13
/
+16
*
|
implement IsolationHelper for StreamIsolation
trinity-1686a
2022-03-25
2
-14
/
+12
*
|
move StreamIsolation to isolation module
trinity-1686a
2022-03-24
3
-108
/
+107
*
|
implement IsolationHelper for tuple of IsolationHelper
trinity-1686a
2022-03-24
1
-0
/
+159
*
|
move isolation in separate module
trinity-1686a
2022-03-24
5
-330
/
+336
[prev]
[next]