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-guardmgr
/
src
/
fallback
Commit message (
Expand
)
Author
Age
Files
Lines
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
Run maint/add_warning to actually apply new lint allows
Ian Jackson
2023-07-10
1
-0
/
+1
*
Remove some needless into_iter() calls.
Nick Mathewson
2023-07-10
1
-5
/
+3
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
guardmgr config: Pass fallback list from config by reference
Ian Jackson
2022-11-03
1
-9
/
+9
*
guardmgr: Hold FallbackDir in fallback::set::Entry
Nick Mathewson
2022-10-21
1
-40
/
+46
*
Allow "clippy::single_char_pattern" in tests.
Ian Jackson
2022-10-12
1
-0
/
+1
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-4
/
+4
*
Add more information to failed-to-select fallback errors.
Nick Mathewson
2022-07-07
1
-3
/
+9
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-0
/
+8
*
GuardMgr: Also apply filters to fallback directories.
Nick Mathewson
2022-06-17
1
-5
/
+7
*
Refactor fallback-set tests to work with deterministic PRNG.
Nick Mathewson
2022-06-02
1
-10
/
+29
*
Use testing_rng() in tests throughout our crates.
Nick Mathewson
2022-06-02
1
-3
/
+4
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-3
/
+1
*
FallbackDir: Use VecBuilder for orports
Ian Jackson
2022-05-04
1
-5
/
+5
*
Change builder list API
Ian Jackson
2022-05-04
1
-10
/
+3
*
list_builder: Use $crate namespaced imports
Ian Jackson
2022-04-25
1
-1
/
+1
*
Document defaults for all the config lists
Ian Jackson
2022-04-25
1
-1
/
+4
*
Use better syntax for doc comment attribute
Ian Jackson
2022-04-25
1
-7
/
+5
*
Introduce define_list_config_builder macro
Ian Jackson
2022-04-25
1
-48
/
+13
*
fallback list: Introduce and use FallbackListBuilder
Ian Jackson
2022-04-22
1
-1
/
+53
*
Fold FallbackStatus into Entry.
Nick Mathewson
2022-04-11
1
-44
/
+31
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
1
-0
/
+7
*
GuardMgr: record clock skew information.
Nick Mathewson
2022-04-07
1
-20
/
+49
*
Allow DirStatus objects to have different timeout floors
Nick Mathewson
2022-04-04
1
-2
/
+7
*
Rename fallback::status::Status to DirStatus.
Nick Mathewson
2022-04-04
2
-105
/
+3
*
Fix some Rustdoc links.
Nick Mathewson
2022-03-30
1
-1
/
+1
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-11
/
+36
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-12
/
+12
*
FallbackState: Use itertools::merge_join_by.
Nick Mathewson
2022-03-30
1
-100
/
+8
*
Fold fallback::Status::reset() into its (only) caller.
Nick Mathewson
2022-03-30
1
-7
/
+2
*
Rename FallbackState::lookup_mut => get_mut.
Nick Mathewson
2022-03-30
1
-12
/
+12
*
Rename FallbackSet => FallbackState.
Nick Mathewson
2022-03-30
1
-12
/
+12
*
guardmgr::fallback::set: basic unit tests.
Nick Mathewson
2022-03-30
1
-10
/
+190
*
Replace the fallback directories when they change in the config.
Nick Mathewson
2022-03-30
1
-0
/
+114
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
2
-3
/
+214
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-0
/
+55