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
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
1
-24
/
+24
*
Fix minimal-versions (.then_some is too new)
Ian Jackson
2023-02-09
1
-1
/
+1
*
tor-netdir: Make is_hsdir_for_ring crate-local
Ian Jackson
2023-02-09
1
-1
/
+2
*
Fix typos
Nick Mathewson
2023-02-09
1
-2
/
+2
*
Fix compilation with various feature combinations
Ian Jackson
2023-02-09
1
-5
/
+18
*
hsdir: rustfmt
Ian Jackson
2023-02-09
1
-6
/
+5
*
hsdir: Actually compute the hash ring
Ian Jackson
2023-02-09
1
-4
/
+0
*
hsdir: Be able to enumerate the hidden service directories
Ian Jackson
2023-02-09
1
-0
/
+25
*
hsdir: Ring calculation plumbing
Ian Jackson
2023-02-09
1
-16
/
+10
*
hsdir representation: Introduce HsDirs generic type
Ian Jackson
2023-02-09
1
-33
/
+56
*
hsdir: Rename HsRingParams to HsDirParams
Ian Jackson
2023-02-09
1
-2
/
+2
*
hsdir_params: Rename some variables for consistency
Ian Jackson
2023-02-09
1
-2
/
+2
*
hsdir: Replace open-coded params fields and args with HsRingParams
Ian Jackson
2023-02-09
1
-2
/
+2
*
hsdir: Remove a done TODO - this *is* now a TiSlice
Ian Jackson
2023-02-09
1
-1
/
+0
*
tor-netdir: Provide Netdir::md_by_idx
Ian Jackson
2023-02-09
1
-0
/
+6
*
tor-netdir: Store previous netdir (if required by features)
Ian Jackson
2023-02-09
1
-1
/
+15
*
tor-netdoc: Change fill_from_previous_netdir
Ian Jackson
2023-02-09
1
-10
/
+7
*
tor-hscrypto: Rename key types to correspond to new spec names.
Nick Mathewson
2023-02-08
1
-2
/
+2
*
Tidy up docs about RouterStatusIdx
Ian Jackson
2023-02-01
1
-9
/
+6
*
tor-netdir: Use typed-index-collections for router status index
Ian Jackson
2023-02-01
1
-16
/
+29
*
tor-netdir: Provide ConsensusRelays extension trait (fmt)
Ian Jackson
2023-02-01
1
-4
/
+1
*
tor-netdir: Provide ConsensusRelays extension trait
Ian Jackson
2023-02-01
1
-11
/
+31
*
Change two in-code references to the wrong feature name
Ian Jackson
2023-02-01
1
-2
/
+2
*
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
|
/
[next]