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
*
Update unstable `tor/arti-*` crates to 0.17.0.
Nick Mathewson
2024-04-02
1
-13
/
+13
*
tor-netdir: Fix broken links in NetParameters docs.
Gabriela Moldovan
2024-03-26
1
-3
/
+3
*
tor-netdir: Use IntegerSeconds for the vanguard lifetime params.
Gabriela Moldovan
2024-03-26
1
-4
/
+4
*
tor-netdir: Use consistent termninology in the vanguard param docs.
Gabriela Moldovan
2024-03-26
1
-6
/
+6
*
tor-netdir: Fix torspec links in vanguard param docs.
Gabriela Moldovan
2024-03-26
1
-8
/
+8
*
tor-netdir: Add the vanguard params to NetParameters.
Gabriela Moldovan
2024-03-26
1
-0
/
+70
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
6
-0
/
+6
*
netdir: Add additional functionality to SubnetConfig
Nick Mathewson
2024-03-12
1
-1
/
+62
*
Fix typos in doc comments
Tobias Stoeckmann
2024-03-06
1
-1
/
+1
*
Merge branch 'remove-semver' into 'main'
Ian Jackson
2024-03-05
1
-1
/
+0
|
\
|
*
Remove semver.md files from arti 1.2.0 release.
Gabriela Moldovan
2024-03-04
1
-1
/
+0
*
|
Merge branch 'deny-unchecked-duration-substraction' into 'main'
Ian Jackson
2024-03-05
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+1
*
|
Bump the minor version, for crates with breaking changes.
Gabriela Moldovan
2024-03-04
1
-2
/
+2
*
|
Bump patchlevel of pre-1.0.0 crates with new APIs.
Gabriela Moldovan
2024-03-04
1
-2
/
+2
*
|
Bump patchlevel of crates with functional changes.
Gabriela Moldovan
2024-03-04
1
-2
/
+2
|
/
*
tor-netdir: Remove signature dependency.
Gabriela Moldovan
2024-02-28
1
-1
/
+0
*
Upgrade to latest signature.
Gabriela Moldovan
2024-02-28
1
-1
/
+1
*
Note a calculation we can clean up after doing spec work.
Nick Mathewson
2024-02-20
1
-1
/
+3
*
Add caveats on is_flagged_guard, and note possible deprecation
Nick Mathewson
2024-02-20
1
-1
/
+15
*
Add and use "UncheckedRelay::is_suitable_as_guard"
Nick Mathewson
2024-02-20
1
-0
/
+5
*
Only pick Fast relays as introduction points.
Nick Mathewson
2024-02-20
1
-1
/
+1
*
Require that guards are Fast and Stable.
Nick Mathewson
2024-02-20
1
-0
/
+5
*
netdir: Add Relay::is_flagged_{fast,stable} methods.
Nick Mathewson
2024-02-12
2
-0
/
+15
*
Merge branch 'delete-semvers' into 'main'
Ian Jackson
2024-02-05
1
-6
/
+0
|
\
|
*
Remove all semver.md files to start a fresh release round
Ian Jackson
2024-02-05
1
-6
/
+0
*
|
Bump minor versions
Ian Jackson
2024-02-05
1
-8
/
+8
|
/
*
Merge branch 'ipt_parameters' into 'main'
Nick Mathewson
2024-01-31
2
-4
/
+5
|
\
|
*
Rename parameters for intro-point lifetime to match the spec.
Nick Mathewson
2024-01-31
1
-4
/
+4
|
*
Rename our aliases for hs_intro_*_lifetime.
Nick Mathewson
2024-01-25
2
-2
/
+3
*
|
Upgrade to strum 0.26
Nick Mathewson
2024-01-30
1
-1
/
+1
|
/
*
tor-netdir: Add a unit test for HsDirParams::offset_within_srv_period.
Gabriela Moldovan
2024-01-24
1
-0
/
+37
*
tor-hsservice: Make offset_within_srv_period() work with timestamps from newe...
Gabriela Moldovan
2024-01-24
1
-4
/
+4
*
tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.
Gabriela Moldovan
2024-01-24
2
-2
/
+6
*
tor-netdir, tor-hscrypto: Add function for computing SRV period offset.
Gabriela Moldovan
2024-01-24
3
-4
/
+24
*
tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.
Gabriela Moldovan
2024-01-24
2
-21
/
+16
*
tor-netdir: Make hs_all_time_periods return HsDirParams.
Gabriela Moldovan
2024-01-24
2
-3
/
+4
*
Mark lower-level hs-service features non-experimental
Nick Mathewson
2024-01-23
1
-2
/
+3
*
netdir: Make hs_dirs_upload() yield &HsDirParams.
Nick Mathewson
2024-01-23
2
-2
/
+4
*
Expose HsDirParams, and give it accessors.
Nick Mathewson
2024-01-23
2
-2
/
+24
*
hsservice: Make HsDirParams include the SRV lifespan.
Nick Mathewson
2024-01-23
2
-11
/
+16
*
netdir: Only choose Stable relays as introduction points.
Nick Mathewson
2024-01-16
1
-3
/
+1
*
netdir: flag every testnet relay as Fast and Stable
Nick Mathewson
2024-01-16
1
-1
/
+5
*
netdir: Downgrade a TODO in a deprecated, unused function.
Nick Mathewson
2024-01-14
1
-1
/
+5
*
netdir: Make TODOs on is_hs_intro_point refer to #1240
Nick Mathewson
2024-01-14
1
-3
/
+3
*
netdir: Downgrade or remove several "TODO HSS" comments.
Nick Mathewson
2024-01-14
1
-7
/
+5
*
netdir: Explain why there is no HsRend WeightRule.
Nick Mathewson
2024-01-14
1
-1
/
+5
*
Followup patchlevel bumps
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Followup minor version bumps.
Nick Mathewson
2024-01-09
1
-1
/
+1
*
Patchlevel version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-1
/
+1
[next]