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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump crate versions in preparation for v1.1.5 release.
Nick Mathewson
2023-06-01
1
-12
/
+12
*
guardmgr, netdir: fix some needless-mut warnings
Nick Mathewson
2023-05-18
1
-2
/
+2
*
Merge branch 'resolve_relay' into 'main'
Nick Mathewson
2023-05-16
1
-0
/
+142
|
\
|
*
netdir: New function to check consistency of a HasRelayIds
Nick Mathewson
2023-05-16
1
-0
/
+142
*
|
Revise all XXXXs from fixup-features
Nick Mathewson
2023-05-15
1
-3
/
+2
*
|
Run fixup-features _with_ annotations.
Nick Mathewson
2023-05-15
1
-0
/
+2
*
|
Reformat Cargo.toml files.
Nick Mathewson
2023-05-15
1
-1
/
+12
*
|
Run fixup-features --no-annotate for initial Cargo.toml fixes.
Nick Mathewson
2023-05-15
1
-3
/
+5
|
/
*
tor-netdir: Shuffle the list of HS dirs used for downloading descriptors.
Gabriela Moldovan
2023-05-04
1
-10
/
+22
*
tor-netdir: Update tests to parse the descriptor, make test consensus lifetim...
Gabriela Moldovan
2023-05-03
2
-16
/
+28
*
Upgrade tracing to 0.1.36.
Nick Mathewson
2023-05-03
1
-1
/
+1
*
Increment crate versions.
Nick Mathewson
2023-05-03
1
-12
/
+12
*
Upgrade our hex-literal dependency
Nick Mathewson
2023-04-13
1
-1
/
+1
*
Upgrade our num_enum dependency.
Nick Mathewson
2023-04-13
1
-1
/
+1
*
Use bool::then_some() as appropriate
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Increment MSRV to 1.65 in every crate.
Nick Mathewson
2023-04-11
1
-1
/
+1
*
Merge branch 'hs' into 'main'
Ian Jackson
2023-04-11
2
-8
/
+30
|
\
|
*
hs dirs: Note a thing we don't implement yet
Ian Jackson
2023-04-11
1
-0
/
+11
|
*
hs dirs: Implement spread_fetch (fmt)
Ian Jackson
2023-04-11
1
-1
/
+4
|
*
hs dirs: Implement spread_fetch
Ian Jackson
2023-04-11
2
-4
/
+10
|
*
hs dirs: Fix wrong ignored variable name
Ian Jackson
2023-04-11
1
-1
/
+1
|
*
hs dirs: Replicas are 1-indexed
Ian Jackson
2023-04-11
1
-2
/
+2
|
*
tor-netdir: Make an import more precise
Ian Jackson
2023-04-11
1
-1
/
+3
*
|
tor-netdir: Fix capitalisation of a doc link
Ian Jackson
2023-04-11
1
-1
/
+1
*
|
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
2
-3
/
+7
|
\
|
*
Debug as hex strings for HsBlindId and HsDirIndex
Ian Jackson
2023-03-31
2
-3
/
+7
*
|
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
*
|
Patchlevel bumps for crates whose dependencies just changed.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
|
Bump crate versions that have breaking changes
Nick Mathewson
2023-03-31
1
-2
/
+2
*
|
Bump patchlevel on crates with non-breaking changes
Nick Mathewson
2023-03-31
1
-5
/
+5
*
|
Bump patchlevel on crates with semver-irrelevant changes.
Nick Mathewson
2023-03-31
1
-1
/
+1
*
|
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
[next]