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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-1
/
+112
*
GuardMgr: Add TODOs for bridge support.
Nick Mathewson
2022-09-26
2
-0
/
+29
*
A basic configuration type for a bridge.
Nick Mathewson
2022-09-26
3
-0
/
+58
*
Downgrade "guard set loaded" messages
Nick Mathewson
2022-08-25
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Merge branch 'main' into 'linkspec_refactor_v3'
Nick Mathewson
2022-08-10
2
-1702
/
+1
|
\
|
*
Merge branch 'inc-rename' into 'main'
Ian Jackson
2022-08-02
2
-1702
/
+1
|
|
\
|
|
*
Rename `.inc` and other included files to end in `.rs`
eta
2022-07-26
2
-1702
/
+1
*
|
|
Make sure all HasRelayIds constaints allow ?Sized.
Nick Mathewson
2022-08-10
2
-16
/
+25
*
|
|
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
1
-1
/
+2
*
|
|
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
6
-60
/
+45
*
|
|
Introduce a RelayIdSet and use it in place of HashSet<RelayId>.
Nick Mathewson
2022-08-10
2
-11
/
+4
*
|
|
Teach guard restrictions about RelayId.
Nick Mathewson
2022-08-10
2
-14
/
+26
*
|
|
Use accessors in two places where tests look at specific keys.
Nick Mathewson
2022-08-10
1
-3
/
+4
*
|
|
guardmgr: Avoid a case of using HasRelayIds key methods.
Nick Mathewson
2022-08-02
1
-1
/
+1
*
|
|
netdir: Add and use a new ids_listed() function.
Nick Mathewson
2022-08-02
1
-1
/
+1
*
|
|
Introduce HasRelayIds::same_relay_ids.
Nick Mathewson
2022-08-02
1
-5
/
+3
*
|
|
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
4
-30
/
+31
*
|
|
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
3
-8
/
+19
|
/
/
*
/
fix runtime issues on ios
trinity-1686a
2022-07-30
1
-4
/
+4
|
/
*
GuardMgr: Update to use new NetDirProvider API.
Nick Mathewson
2022-07-26
2
-4
/
+4
*
Remove now-unused NoGuardsUsable case.
Nick Mathewson
2022-07-07
1
-8
/
+2
*
Improve message for failure to select a guard.
Nick Mathewson
2022-07-07
2
-19
/
+48
*
Add more information to failed-to-select fallback errors.
Nick Mathewson
2022-07-07
2
-5
/
+22
*
GuardMgr: tweak an error message.
Nick Mathewson
2022-07-06
1
-1
/
+1
*
clippy: Consolidate many lints in maint/add_warning
Ian Jackson
2022-06-24
1
-0
/
+8
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
Merge branch 'reachable_addrs_v2' into 'main'
Nick Mathewson
2022-06-17
5
-147
/
+376
|
\
|
*
Rename guardset-selection function.
Nick Mathewson
2022-06-17
1
-2
/
+7
|
*
Rename pick_guard, pick_guard_ext.
Nick Mathewson
2022-06-17
2
-17
/
+29
|
*
Refactor and document issues with modify_hop.
Nick Mathewson
2022-06-17
3
-14
/
+41
|
*
API-fix for extend_sample_as_needed.
Nick Mathewson
2022-06-17
2
-19
/
+20
|
*
Remove some outdated comments.
Nick Mathewson
2022-06-17
3
-18
/
+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
2
-33
/
+98
|
*
Move set_filter into GuardMgrInner.
Nick Mathewson
2022-06-17
2
-41
/
+33
|
*
GuardMgr: Function to tell how permissive a filter is.
Nick Mathewson
2022-06-17
1
-0
/
+50
|
*
GuardMgr: Also apply filters to fallback directories.
Nick Mathewson
2022-06-17
2
-7
/
+12
|
*
GuardMgr: remove disallowed addresses from returned FirstHops.
Nick Mathewson
2022-06-17
4
-2
/
+54
|
*
GuardMgr: Remove old testing filter variant.
Nick Mathewson
2022-06-17
2
-21
/
+9
|
*
GuardMgr: Add a new filter type based on reachable addresses.
Nick Mathewson
2022-06-17
1
-8
/
+23
|
*
Guardmgr: Change the GuardFilter API.
Nick Mathewson
2022-06-17
2
-19
/
+45
*
|
Merge branch 'config-fix2' into 'main'
Nick Mathewson
2022-06-16
1
-6
/
+3
|
\
\
|
|
/
|
/
|
|
*
impl_standard_builder: Use for tor_guardmgr::FallbackDir
Ian Jackson
2022-06-16
1
-6
/
+3
*
|
Merge branch 'clippy_20220614' into 'main'
Nick Mathewson
2022-06-15
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix clippy::significant_drop_in_scrutinee warnings
Nick Mathewson
2022-06-15
1
-2
/
+2
*
|
tor-netdir: testnet: Make construct_netdir infallible (rustfmt)
Ian Jackson
2022-06-13
2
-9
/
+3
*
|
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
2
-3
/
+0
|
/
[next]