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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version dependencies to 0.0.0
Nick Mathewson
2021-06-24
1
-7
/
+7
*
Remove "publish = false"
Nick Mathewson
2021-06-24
1
-1
/
+0
*
Fix some warnings about needless & from nightly clippy
Nick Mathewson
2021-06-18
2
-4
/
+4
*
Remove some (but not all) needless dependencies.
Nick Mathewson
2021-06-17
1
-6
/
+3
*
Notes about badexit flag and opportunities for error
Nick Mathewson
2021-06-16
1
-0
/
+4
*
Missing feature dependency.
Nick Mathewson
2021-06-16
1
-1
/
+1
*
Tests for circmgr::usage
Nick Mathewson
2021-06-16
2
-5
/
+21
*
Expose the "construct_network()" function in tor-netdir.
Nick Mathewson
2021-06-16
3
-77
/
+138
*
Add noop_method_call warning.
Nick Mathewson
2021-05-27
1
-0
/
+1
*
Use the "typos" tool to fix some spelling
Nick Mathewson
2021-05-26
1
-1
/
+1
*
Enable cargo_common_metadata warning.
Nick Mathewson
2021-05-25
1
-0
/
+2
*
Add automatically generated README.md files to each crate.
Nick Mathewson
2021-05-25
1
-0
/
+30
*
tor-netdir no longer uses caret.
Nick Mathewson
2021-05-25
1
-1
/
+0
*
Re-add a percentage type wrapper.
Nick Mathewson
2021-05-25
2
-12
/
+11
*
fixup! Revert change to type of NetParams value.
Nick Mathewson
2021-05-25
1
-4
/
+0
*
Remove a needless lifetime.
Nick Mathewson
2021-05-25
1
-1
/
+1
*
Remove unused derive_more.
Nick Mathewson
2021-05-25
1
-5
/
+0
*
Remove the no-longer-used params::Error
Nick Mathewson
2021-05-25
1
-25
/
+0
*
Documentation fix.
Nick Mathewson
2021-05-25
1
-5
/
+6
*
It is not an error to see an unrecognized parameter.
Nick Mathewson
2021-05-25
2
-56
/
+45
*
Fix clippy warnings by marking types non-exhaustive.
Nick Mathewson
2021-05-25
1
-1
/
+3
*
Revert change to type of NetParams value.
Nick Mathewson
2021-05-25
3
-68
/
+48
*
Use macros and types to improve handling of Netdir parameters.
Nick Mathewson
2021-05-25
4
-262
/
+264
*
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
*
Give every Cargo.toml a repository field
Nick Mathewson
2021-05-19
1
-0
/
+1
*
Fill in "package.categories" on all Cargo.toml
Nick Mathewson
2021-05-19
1
-0
/
+1
*
fix a clippy warning about pick_weighted.
Nick Mathewson
2021-05-19
1
-1
/
+1
*
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
2
-59
/
+56
*
Add builders for authority and fallback objects.
Nick Mathewson
2021-05-10
1
-10
/
+65
*
tor_netdir: tests on relay picking and more
Nick Mathewson
2021-05-10
2
-13
/
+115
*
netdir: Add real tests for frac_for_role().
Nick Mathewson
2021-05-10
2
-7
/
+111
*
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
*
More tests for tor-netdir::weight
Nick Mathewson
2021-05-07
2
-0
/
+87
*
Fix documentation warnings.
Nick Mathewson
2021-05-05
1
-1
/
+1
*
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
3
-0
/
+6
*
Upgrade rusqlite; remove needless usage.
Nick Mathewson
2021-04-05
2
-7
/
+0
*
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
2
-0
/
+30
*
Make reasonable set of default fallback directories
Nick Mathewson
2021-03-30
1
-3
/
+0
*
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
2
-42
/
+42
*
Rename Rsa{Identity,Signature} to fix clippy warning.
Nick Mathewson
2021-03-29
2
-8
/
+8
*
Don't copy exit policies around; instead use Arc.
George Kadianakis
2021-03-29
1
-2
/
+2
[next]