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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tor-netdir: Fix link to hs_time_period function
Ian Jackson
2023-04-11
1
-1
/
+1
|
/
*
tor-netdir: testnet: Make all non-guard non-exits be hsdirs
Ian Jackson
2023-04-05
1
-1
/
+1
*
Merge branch 'debug-hex' into 'main'
Nick Mathewson
2023-04-03
1
-1
/
+5
|
\
|
*
Debug as hex strings for HsBlindId and HsDirIndex
Ian Jackson
2023-03-31
1
-1
/
+5
*
|
Merge branch 'netdir' into 'main'
Ian Jackson
2023-03-31
2
-29
/
+90
|
\
\
|
|
/
|
/
|
|
*
tor-netdir: iter_filter_secondary: Make it less of a mess
Ian Jackson
2023-03-30
1
-13
/
+10
|
*
tor-netdir: Expand on comment for HsRingRings::iter
gabi-250
2023-03-30
1
-1
/
+1
|
*
tor-netdir: Minor docs fixes
gabi-250
2023-03-30
1
-2
/
+3
|
*
tor-netdir: Provide accessor for params field of HsDirParams
Ian Jackson
2023-03-30
1
-0
/
+5
|
*
tor-netdir: Implement hs_dirs accessor
Ian Jackson
2023-03-30
1
-2
/
+16
|
*
tor-netdir: hs_dirs accessor: change semantics, type, and name
Ian Jackson
2023-03-30
1
-7
/
+9
|
*
tor-netdir: Provide hs_all_time_periods instead of ..._secondary_...
Ian Jackson
2023-03-30
1
-5
/
+8
|
*
tor-netdir: Rename hs_time_period
Ian Jackson
2023-03-30
1
-3
/
+5
|
*
tor-netdir: Sort out HsDirOp
Ian Jackson
2023-03-30
1
-2
/
+3
|
*
tor-netdir: Reorganise iteration over hsdir rings
Ian Jackson
2023-03-30
1
-4
/
+24
|
*
tor-netdir: Provide relay_by_rs_idx
Ian Jackson
2023-03-30
1
-0
/
+16
*
|
tor-netdir: Implmeent HsDirRing::find_pos
Ian Jackson
2023-03-30
1
-2
/
+3
*
|
tor-netdir: Make the hsdir ring be a TiVec
Ian Jackson
2023-03-30
1
-5
/
+14
|
/
*
tor-netdir: Use `pos` not `idx` in test network constructors
Ian Jackson
2023-03-27
1
-14
/
+14
*
tor-netdir: Use `hsdir_index` for hidden service directory hashval (fmt)
Ian Jackson
2023-03-27
1
-1
/
+4
*
tor-netdir: Use `hsdir_index` for hidden service directory hashval
Ian Jackson
2023-03-27
1
-11
/
+11
*
tor-netdir: eliminate ref to abolished MdEntry
Ian Jackson
2023-03-27
1
-2
/
+2
*
tor-netdir: Use `rsidx` consistent for `RouterStatusIdx`
Ian Jackson
2023-03-27
2
-42
/
+42
*
Upgrade to bitflags 2.0
Nick Mathewson
2023-03-13
1
-1
/
+2
*
Rename onion-* cargo features to hs-* in tor-* crates
Ian Jackson
2023-02-28
3
-31
/
+31
*
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
*
Clarify which netdir index is meant
Nick Mathewson
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
2
-6
/
+26
*
hsdir: rustfmt
Ian Jackson
2023-02-09
2
-10
/
+6
*
hsdir: Actually compute the hash ring
Ian Jackson
2023-02-09
2
-8
/
+58
*
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
2
-17
/
+32
*
hsdir representation: Introduce HsDirs generic type
Ian Jackson
2023-02-09
2
-38
/
+61
*
hsdir: Implement HS hash ring index calculations
Ian Jackson
2023-02-09
2
-7
/
+80
*
hsdir: Make HsDirIndex be AsRef<[u8; ]>
Ian Jackson
2023-02-09
1
-2
/
+4
*
hsdir: impl Eq for HsDirParams
Ian Jackson
2023-02-09
1
-1
/
+1
*
hsdir: Rename HsRingParams to HsDirParams
Ian Jackson
2023-02-09
3
-17
/
+21
*
hsdir_params: Rename some variables for consistency
Ian Jackson
2023-02-09
2
-11
/
+11
*
hsdir: Replace open-coded params fields and args with HsRingParams
Ian Jackson
2023-02-09
3
-16
/
+10
*
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-netdir: Use typed-index-collections for router index (fix hsdir)
Ian Jackson
2023-02-09
1
-2
/
+3
*
hs time handling: Make TimePeriod contain length as IntegerMinutes
Ian Jackson
2023-02-09
1
-2
/
+2
*
tor-hscrypto: Rename key types to correspond to new spec names.
Nick Mathewson
2023-02-08
2
-4
/
+4
*
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
[prev]
[next]