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-netdir
/
src
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn compute_ring_params into a method.
Nick Mathewson
2023-01-28
1
-1
/
+1
*
netdir: Implement ring-param constructors and time period accessors
Nick Mathewson
2023-01-28
1
-18
/
+37
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Elide a bunch of lifetimes.
Nick Mathewson
2023-01-27
1
-3
/
+3
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Adjust onion service ring APIs in light of prop#342
Nick Mathewson
2023-01-11
1
-35
/
+71
*
Sketch APIs for the onion service directory ring.
Nick Mathewson
2023-01-11
1
-0
/
+114
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-0
/
+8
*
Mock implementation of a NetDirProvider for testing.
Nick Mathewson
2022-11-08
1
-0
/
+2
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
FlagEvent trait: Implement using macros
Ian Jackson
2022-10-25
1
-1
/
+6
*
netdir: Expose addrs-in-same-subnets calculation from SubnetConfig
Nick Mathewson
2022-10-24
1
-8
/
+18
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-26
/
+1
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-3
/
+15
*
Begin revising HasAddr and its relationship to ChanTarget
Nick Mathewson
2022-10-06
1
-1
/
+4
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
Merge branch 'main' into 'linkspec_refactor_v3'
Nick Mathewson
2022-08-10
1
-0
/
+15
|
\
|
*
Finish implementation of params() for DirMgr.
Nick Mathewson
2022-08-02
1
-0
/
+15
*
|
tor-netdir: Add a static assertion about RelayIdType::COUNT
Nick Mathewson
2022-08-10
1
-2
/
+5
*
|
netdir: remove long-unused missing_descriptor_for code
Nick Mathewson
2022-08-10
1
-23
/
+0
*
|
tor-netdir: Remove or hide some no-longer-used accessors.
Nick Mathewson
2022-08-10
1
-29
/
+13
*
|
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
1
-49
/
+58
*
|
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-25
/
+99
*
|
netdir: Add and use a new ids_listed() function.
Nick Mathewson
2022-08-02
1
-0
/
+9
*
|
netdir: add an accessor that takes a HasRelayIds.
Nick Mathewson
2022-08-02
1
-1
/
+12
*
|
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-2
/
+6
|
/
*
Fix a rustdoc link in tor-netdir.
Nick Mathewson
2022-07-26
1
-1
/
+1
*
tor-netdir: Remove latest_netdir method.
Nick Mathewson
2022-07-26
1
-10
/
+0
*
Add new APIs to NetDirProvider to better support timeliness.
Nick Mathewson
2022-07-26
1
-1
/
+54
*
netdir: Make pick() functions take FnMut closures.
Nick Mathewson
2022-07-12
1
-2
/
+2
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
1
-3
/
+3
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
1
-18
/
+35
|
\
|
*
Rewrite tests in tor-netdir to use testing_rng()
Nick Mathewson
2022-06-02
1
-18
/
+35
*
|
Make NetDirProvider require Send and Sync.
Nick Mathewson
2022-06-07
1
-1
/
+1
*
|
Add an upcast_arc function to NetDirProvider.
Nick Mathewson
2022-06-02
1
-1
/
+27
*
|
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
|
/
*
Fix grammar and typos
Samanta Navarro
2022-04-27
1
-1
/
+1
*
Move fallback.rs into guardmgr.
Nick Mathewson
2022-03-30
1
-1
/
+0
*
Make daemon tasks self-contained; introduce NetDirProvider
eta
2022-03-30
1
-0
/
+50
*
netdir: Use an even smaller rep for list of microdescs
Nick Mathewson
2022-03-16
1
-55
/
+29
*
tor-dirmgr: Remove redundant hashtable.
Nick Mathewson
2022-03-16
1
-0
/
+8
*
NetDir: Use less space in hash tables
Nick Mathewson
2022-03-16
1
-61
/
+35
*
Disable clippy::clone_on_ref_ptr
Ian Jackson
2022-02-24
1
-1
/
+0
*
Change deny(clippy::all) to warn(clippy::all).
Nick Mathewson
2022-02-14
1
-1
/
+1
*
extend lints to include 'clippy::all'
Daniel Eades
2021-12-28
1
-0
/
+1
*
Make override_net_params take effect sooner.
Nick Mathewson
2021-12-07
1
-0
/
+18
*
Tests for new family-related functions.
Nick Mathewson
2021-12-06
1
-0
/
+35
[next]