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
/
tor-netdir
/
src
/
weight.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-1
/
+1
*
Revert change to type of NetParams value.
Nick Mathewson
2021-05-25
1
-1
/
+1
*
Use macros and types to improve handling of Netdir parameters.
Nick Mathewson
2021-05-25
1
-2
/
+3
*
Prefer "relay" over "node" in most circumstances.
Nick Mathewson
2021-05-18
1
-14
/
+14
*
Prefer "relay" over "router" in docs and APIs.
Nick Mathewson
2021-05-18
1
-42
/
+39
*
netdir: Add real tests for frac_for_role().
Nick Mathewson
2021-05-10
1
-0
/
+4
*
More tests for tor-netdir::weight
Nick Mathewson
2021-05-07
1
-0
/
+86
*
Fix documentation warnings.
Nick Mathewson
2021-05-05
1
-1
/
+1
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
1
-0
/
+2
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-5
/
+5
*
Resolve unwrap() instances in tor-netdir.
Nick Mathewson
2021-03-16
1
-1
/
+2
*
Expose network parameters more sensibly from NetDir.
Nick Mathewson
2020-12-22
1
-6
/
+7
*
Use uniform weight all measured weights are zero.
Nick Mathewson
2020-12-07
1
-9
/
+13
*
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-1
/
+1
*
A few more tests for role-based weighting
Nick Mathewson
2020-12-02
1
-0
/
+36
*
Use bwweightscale to avoid miscalculating weights for v2dir relays
Nick Mathewson
2020-12-02
1
-16
/
+32
*
More tests for weight.rs; find a bug.
Nick Mathewson
2020-12-02
1
-1
/
+44
*
Add a few easy tests in weights.rs
Nick Mathewson
2020-12-02
1
-1
/
+55
*
a little more refactoring for testability
Nick Mathewson
2020-12-02
1
-7
/
+13
*
Clarify DFLT_WEIGHT in weights.rs
Nick Mathewson
2020-12-02
1
-1
/
+4
*
Resolve a couple of TODOs in weight.rs
Nick Mathewson
2020-12-02
1
-3
/
+4
*
weights: refactor a couple of functions to be more testable.
Nick Mathewson
2020-12-02
1
-5
/
+14
*
Use a slightly prettier syntax in max_weight
Nick Mathewson
2020-12-02
1
-1
/
+2
*
Fix a few comments in weight.rs
Nick Mathewson
2020-12-02
1
-12
/
+17
*
Implement correct (?) weighting for path selection.
Nick Mathewson
2020-12-02
1
-0
/
+351