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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Note semver break in tor-guardmgr::Error.
Nick Mathewson
2022-07-07
1
-0
/
+1
*
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
*
Remove semver.md files now that 0.5.0 is out
Nick Mathewson
2022-06-24
1
-2
/
+0
*
Bump crate and dependency versions.
Nick Mathewson
2022-06-24
1
-15
/
+15
*
Merge branch 'clippy' into 'main'
Ian Jackson
2022-06-24
2
-0
/
+11
|
\
|
*
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
*
|
Update README.md files from rustdoc.
Nick Mathewson
2022-06-24
1
-3
/
+0
|
/
*
Merge branch 'reachable_addrs_v2' into 'main'
Nick Mathewson
2022-06-17
7
-147
/
+379
|
\
|
*
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
3
-41
/
+34
|
*
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
2
-8
/
+24
|
*
Guardmgr: Change the GuardFilter API.
Nick Mathewson
2022-06-17
3
-19
/
+46
*
|
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
|
/
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
2
-12
/
+33
|
\
|
*
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
2
-4
/
+6
*
|
Merge branch 'netdir_provider_in_guardmgr_v2' into 'main'
Nick Mathewson
2022-06-07
2
-18
/
+129
|
\
\
|
*
|
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
2
-0
/
+58
*
|
|
Upgrade float_eq dev-dependency to 1.0.0
Nick Mathewson
2022-06-07
1
-1
/
+1
|
/
/
*
|
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
|
/
*
Lexically sort Cargo.toml dependencies
Orhun Parmaksız
2022-05-28
1
-14
/
+12
*
Regenerate version bump from previous commit.
arti-v0.4.0
Nick Mathewson
2022-05-27
1
-8
/
+8
*
Semantic version changes for Arti 0.4.0 release
Nick Mathewson
2022-05-27
1
-11
/
+11
*
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
*
Bump the version of every* crate to 0.3.0
Nick Mathewson
2022-05-06
1
-16
/
+16
*
Update README.md files (automated).
Nick Mathewson
2022-05-06
1
-2
/
+2
[next]