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
*
Bump minor version of tor-rtcompat and most of its dependents
Nick Mathewson
2022-10-03
1
-5
/
+5
*
Bump crates that have had backward compatible API changes.
Nick Mathewson
2022-10-03
1
-4
/
+4
*
Mark all bridge and pt features as experimental for now.
Nick Mathewson
2022-09-29
1
-0
/
+2
*
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
4
-3
/
+114
*
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
5
-1
/
+66
*
Remove semver.md from arti-1.0.0
Nick Mathewson
2022-09-07
1
-6
/
+0
*
Bump crate versions in preparation for Arti 1.0.0 release.
Nick Mathewson
2022-09-01
1
-15
/
+15
*
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
2
-0
/
+4
*
Merge branch 'main' into 'linkspec_refactor_v3'
Nick Mathewson
2022-08-10
2
-1
/
+1
|
\
|
*
Merge branch 'inc-rename' into 'main'
Ian Jackson
2022-08-02
2
-1
/
+1
|
|
\
|
|
*
Rename `.inc` and other included files to end in `.rs`
eta
2022-07-26
2
-1
/
+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
3
-11
/
+7
*
|
|
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
2
-14
/
+11
*
|
|
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
4
-8
/
+20
|
/
/
*
|
Now that versions have bumped, remove semver.md files.
Nick Mathewson
2022-08-01
1
-1
/
+0
*
|
Bump patch versions on crates that have new APIs.
Nick Mathewson
2022-08-01
1
-2
/
+2
*
|
Bump minor version on crates with deps with breaking changes.
Nick Mathewson
2022-08-01
1
-4
/
+4
*
|
Bump minor versions on all crates that have had breaking changes.
Nick Mathewson
2022-08-01
1
-6
/
+6
*
|
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
*
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
[next]