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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
1
-3
/
+3
*
Notes about badexit flag and opportunities for error
Nick Mathewson
2021-06-16
1
-0
/
+4
*
Tests for circmgr::usage
Nick Mathewson
2021-06-16
1
-3
/
+7
*
Expose the "construct_network()" function in tor-netdir.
Nick Mathewson
2021-06-16
1
-77
/
+5
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+2
*
Re-add a percentage type wrapper.
Nick Mathewson
2021-05-25
1
-2
/
+1
*
fixup! Revert change to type of NetParams value.
Nick Mathewson
2021-05-25
1
-4
/
+0
*
It is not an error to see an unrecognized parameter.
Nick Mathewson
2021-05-25
1
-17
/
+11
*
Revert change to type of NetParams value.
Nick Mathewson
2021-05-25
1
-5
/
+10
*
Use macros and types to improve handling of Netdir parameters.
Nick Mathewson
2021-05-25
1
-8
/
+20
*
More docs on tor-netdir.
Nick Mathewson
2021-05-24
1
-8
/
+26
*
Make netdir's Relay type derive "Clone".
Alexander Færøy
2021-05-20
1
-0
/
+1
*
Prefer "relay" over "router" in docs and APIs.
Nick Mathewson
2021-05-18
1
-17
/
+17
*
tor_netdir: tests on relay picking and more
Nick Mathewson
2021-05-10
1
-6
/
+108
*
netdir: Add real tests for frac_for_role().
Nick Mathewson
2021-05-10
1
-7
/
+107
*
netdir: remove unused From implementation.
Nick Mathewson
2021-05-10
1
-6
/
+0
*
Add some tests to tor-netdir.
Nick Mathewson
2021-05-07
1
-0
/
+138
*
Add trait_duplication_in_bounds warning.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add unseparated_literal_suffix lint, and fix it.
Nick Mathewson
2021-05-03
1
-0
/
+1
*
Add a few more clippy warnings
Nick Mathewson
2021-05-03
1
-0
/
+5
*
Add some more clippy warnings to our list.
Nick Mathewson
2021-04-27
1
-1
/
+6
*
Enforce (and obey) clippy lints about exhaustive enums, structs.
Nick Mathewson
2021-04-27
1
-0
/
+3
*
Use Arc::make_mut() to simplify the code a bit
Nick Mathewson
2021-03-30
1
-19
/
+0
*
Experimental accessor functions for Relay members.
Nick Mathewson
2021-03-30
1
-0
/
+26
*
Make RouterStatus a trait and Consensus into a generic type.
Nick Mathewson
2021-03-30
1
-1
/
+1
*
Fix Rust-1.51 clippy warnings about acronyms in camel case.
Nick Mathewson
2021-03-29
1
-37
/
+37
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
1
-4
/
+4
*
Don't copy exit policies around; instead use Arc.
George Kadianakis
2021-03-29
1
-2
/
+2
*
Resolve unwrap() instances in tor-netdir.
Nick Mathewson
2021-03-16
1
-1
/
+1
*
Add support to override network parameters in the configuration.
Nick Mathewson
2021-02-16
1
-2
/
+17
*
Resolve a few more XXX-A1 comments in dirmgr.
Nick Mathewson
2021-01-25
1
-0
/
+5
*
Expose network parameters more sensibly from NetDir.
Nick Mathewson
2020-12-22
1
-6
/
+20
*
Check ipv6 exit policies when trying to connect to an ipv6 port specifically
Nick Mathewson
2020-12-22
1
-2
/
+5
*
Simplification: Every relay is in the same family as itself.
Nick Mathewson
2020-12-17
1
-0
/
+5
*
Make sure that a circuit doesn't use relays in the same family
Lunar
2020-12-16
1
-0
/
+8
*
Remember the actual usable ports for an exit after we've built a circuit
Nick Mathewson
2020-12-14
1
-0
/
+11
*
Mark some XXXX issues as XXXX-A1.
Nick Mathewson
2020-12-07
1
-1
/
+1
*
Add a missing documentation comment.
Nick Mathewson
2020-12-07
1
-0
/
+1
*
Reuse microdescriptors from previous consensus
Nick Mathewson
2020-12-06
1
-1
/
+4
*
Refactor NetDir a little for space savings and updating
Nick Mathewson
2020-12-06
1
-19
/
+96
*
Use a better calculation for deciding if we have enough paths.
Nick Mathewson
2020-12-02
1
-11
/
+30
*
Implement correct (?) weighting for path selection.
Nick Mathewson
2020-12-02
1
-66
/
+28
*
Add a function to load a directory from cache.
Nick Mathewson
2020-11-24
1
-0
/
+5
*
When a consensus has enough descriptors, mark it non-pending.
Nick Mathewson
2020-11-24
1
-0
/
+5
*
Remove a couple of #[allow]s.
Nick Mathewson
2020-11-20
1
-1
/
+0
*
Move storage and config logic from netdir to dirmgr.
Nick Mathewson
2020-11-20
1
-7
/
+0
*
Use a builder pattern for NetDir.
Nick Mathewson
2020-11-20
1
-7
/
+1
*
Move NetDirConfig into its own module.
Nick Mathewson
2020-11-20
1
-142
/
+2
*
Move some netdir code into submodules.
Nick Mathewson
2020-11-20
1
-143
/
+26
[next]