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
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge branch 'test-lints' into 'main'
eta
2023-01-06
1
-0
/
+8
|
\
|
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
1
-0
/
+8
*
|
tor-circmgr: Use ErrorReport on a logged error
Ian Jackson
2022-12-12
1
-1
/
+2
|
/
*
Improve notes surrounding circuit cancellation.
Nick Mathewson
2022-11-22
1
-1
/
+0
*
CircMgr: retire all circuits if bridge configuration changes.
Nick Mathewson
2022-11-22
1
-5
/
+9
*
CircMgr: Refactor DirSpecificTarget constructor
Nick Mathewson
2022-11-18
1
-3
/
+3
*
Move GuardMgr::new call to arti_client::TorClient
Ian Jackson
2022-11-14
1
-1
/
+1
*
Document Clone semantics of GuardMgr and DirMgr
Ian Jackson
2022-11-11
1
-0
/
+2
*
Refactor external guardmgr APIs: Stop taking NetDir arguments.
Nick Mathewson
2022-11-08
1
-12
/
+2
*
guardmgr config: Introduce and require new GuardMgrConfig trait
Ian Jackson
2022-11-03
1
-10
/
+3
*
guardmgr config: Pass fallback list from config by reference
Ian Jackson
2022-11-03
1
-1
/
+1
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
tor-circmgr: Make get_or_launch_dir_specific feature-specific
Ian Jackson
2022-10-21
1
-1
/
+6
*
tor-circmgr: Rename get_or_launch_dir_specific from _bridge
Ian Jackson
2022-10-21
1
-1
/
+1
*
circmgr: Plumbing for direct to target directory circuits
Ian Jackson
2022-10-20
1
-1
/
+16
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-21
/
+1
*
CircMgr: Add an accessor for the CircuitBuilder.
Nick Mathewson
2022-09-22
1
-0
/
+8
*
circmgr: treat usage as sensitive.
Nick Mathewson
2022-08-25
1
-1
/
+6
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
guardmgr: Change APIs that used to take IDs.
Nick Mathewson
2022-08-02
1
-10
/
+8
*
CircMgr: Update to new NetDirProvider API
Nick Mathewson
2022-07-26
1
-8
/
+7
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
CircMgr: Enable reachable_addrs filter.
Nick Mathewson
2022-06-17
1
-0
/
+7
*
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-32
/
+24
*
Remove now-redundant Send+Sync constraints alongside NetDirProvider
Nick Mathewson
2022-06-07
1
-4
/
+4
*
lints: Add let_unit_value allow to all crates
Ian Jackson
2022-05-31
1
-0
/
+1
*
lints: Add lint block delimiters to every crate
Ian Jackson
2022-05-31
1
-0
/
+2
*
squash! Bump every crate's edition to 2021.
Nick Mathewson
2022-04-25
1
-1
/
+0
*
fix typo in doc
trinity-1686a
2022-04-25
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
1
-8
/
+48
*
|
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
1
-2
/
+2
|
/
*
Run cargo fmt one more time for good measure.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
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
*
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
1
-1
/
+4
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-7
/
+12
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-1
/
+2
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-3
/
+251
*
move StreamIsolation to isolation module
trinity-1686a
2022-03-24
1
-1
/
+2
*
move isolation in separate module
trinity-1686a
2022-03-24
1
-5
/
+3
*
dirmgr: Note errors and inform the circmgr about them.
Nick Mathewson
2022-03-21
1
-0
/
+11
*
circmgr: Change API for using FallbackDirs
Nick Mathewson
2022-03-21
1
-3
/
+3
*
Merge branch 'test-isolation' into 'main'
Nick Mathewson
2022-03-17
1
-0
/
+4
|
\
[prev]
[next]