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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
1
-3
/
+6
*
guardmgr: Change APIs that used to take IDs.
Nick Mathewson
2022-08-02
1
-14
/
+9
*
guardmgr: Replace IdPair with RelayIds
Nick Mathewson
2022-08-02
1
-2
/
+2
*
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-5
/
+6
*
GuardMgr: Update to use new NetDirProvider API.
Nick Mathewson
2022-07-26
1
-3
/
+3
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Rename guardset-selection function.
Nick Mathewson
2022-06-17
1
-2
/
+7
*
Rename pick_guard, pick_guard_ext.
Nick Mathewson
2022-06-17
1
-1
/
+1
*
Refactor and document issues with modify_hop.
Nick Mathewson
2022-06-17
1
-12
/
+2
*
API-fix for extend_sample_as_needed.
Nick Mathewson
2022-06-17
1
-10
/
+3
*
Remove some outdated comments.
Nick Mathewson
2022-06-17
1
-6
/
+0
*
Tweak parameters in guardmgr tests to improve testnet behavior.
Nick Mathewson
2022-06-17
1
-9
/
+18
*
GuardMgr: Support for multiple guard sets
Nick Mathewson
2022-06-17
1
-31
/
+96
*
Move set_filter into GuardMgrInner.
Nick Mathewson
2022-06-17
1
-40
/
+33
*
GuardMgr: Also apply filters to fallback directories.
Nick Mathewson
2022-06-17
1
-2
/
+5
*
GuardMgr: remove disallowed addresses from returned FirstHops.
Nick Mathewson
2022-06-17
1
-1
/
+2
*
GuardMgr: Remove old testing filter variant.
Nick Mathewson
2022-06-17
1
-3
/
+9
*
Guardmgr: Change the GuardFilter API.
Nick Mathewson
2022-06-17
1
-1
/
+6
*
Fix clippy::significant_drop_in_scrutinee warnings
Nick Mathewson
2022-06-15
1
-2
/
+2
*
GuardMgr: Use installed netdir provider when we want a netdir
Nick Mathewson
2022-06-07
1
-20
/
+73
*
Move responsibility for GuardMgr NetDir updates to GuardMgr.
Nick Mathewson
2022-06-07
1
-0
/
+28
*
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
*
Allow use of RetainMut, since we do not require Rust 1.61 yet.
Nick Mathewson
2022-05-24
1
-0
/
+2
*
impl_standard_builder: Test the Deserialize impl
Ian Jackson
2022-05-12
1
-1
/
+1
*
Rename impl_standard_builder from impl_default_via_builder
Ian Jackson
2022-05-12
1
-2
/
+2
*
No longer derive Default on three structs which derive Builder
Ian Jackson
2022-05-11
1
-1
/
+4
*
config derive attrs: Make builders serde, and validated structs not
Ian Jackson
2022-05-05
1
-1
/
+1
*
GuardUsage: restrictions: Use list builder
Ian Jackson
2022-05-04
1
-11
/
+24
*
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
*
GuardMgr: publish skew estimates.
Nick Mathewson
2022-04-12
1
-9
/
+43
*
Initial functions to determine and expose a clock skew estimate.
Nick Mathewson
2022-04-07
1
-0
/
+17
*
GuardMgr: record clock skew information.
Nick Mathewson
2022-04-07
1
-0
/
+20
*
GuardMgr: Tests for note_external_{success,failure}.
Nick Mathewson
2022-04-05
1
-0
/
+57
*
Rewrite and fix Guard::copy_status_from.
Nick Mathewson
2022-04-05
1
-4
/
+4
*
GuardMgr: Track directory status and circuit status separately.
Nick Mathewson
2022-04-05
1
-17
/
+41
*
Rename fallback::status::Status to DirStatus.
Nick Mathewson
2022-04-04
1
-0
/
+1
*
Fix some Rustdoc links.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
Refactor FirstHopId into type-differentiated form
Nick Mathewson
2022-03-30
1
-80
/
+111
*
Rename Guard=>FirstHop, GuardId=>FirstHopId
Nick Mathewson
2022-03-30
1
-18
/
+22
*
Rename FallbackSet => FallbackState.
Nick Mathewson
2022-03-30
1
-2
/
+2
*
Refactor select_guard_with_expand to use match and log errors.
Nick Mathewson
2022-03-30
1
-10
/
+13
*
Rename ExternalFailure => ExternalActivity.
Nick Mathewson
2022-03-30
1
-9
/
+8
*
Replace the fallback directories when they change in the config.
Nick Mathewson
2022-03-30
1
-0
/
+8
*
Add status tracking to FallbackDir.
Nick Mathewson
2022-03-30
1
-20
/
+43
*
GuardMgr: Return fallback directories when appropriate.
Nick Mathewson
2022-03-30
1
-26
/
+67
*
Fix typos in guardmgr/lib.rs
Nick Mathewson
2022-03-30
1
-2
/
+2
*
Turn FallbackList into a real type, and store one in GuardMgr.
Nick Mathewson
2022-03-30
1
-3
/
+13
*
guardmgr: move error types into new err.rs module.
Nick Mathewson
2022-03-30
1
-43
/
+3
[prev]
[next]