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
...
*
fix a couple of spelling errors in guardmgr
Nick Mathewson
2022-10-19
1
-1
/
+1
*
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
-92
/
+1
*
Begin revising HasAddr and its relationship to ChanTarget
Nick Mathewson
2022-10-06
1
-0
/
+1
*
Temporarily suppress a false positive from nightly.
Nick Mathewson
2022-10-04
1
-0
/
+5
*
Add the necessary APIs for bridge-based circuit construction.
Nick Mathewson
2022-09-26
1
-0
/
+10
*
GuardMgr/DirMgr: Add APIs for bridge descriptor lists
Nick Mathewson
2022-09-26
1
-0
/
+12
*
GuardMgr: Add TODOs for bridge support.
Nick Mathewson
2022-09-26
1
-0
/
+25
*
A basic configuration type for a bridge.
Nick Mathewson
2022-09-26
1
-0
/
+2
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Make sure all HasRelayIds constaints allow ?Sized.
Nick Mathewson
2022-08-10
1
-14
/
+17
*
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-28
/
+12
*
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
1
-5
/
+3
*
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
[prev]
[next]