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
*
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
*
Breaking version bumps in preparation for 1.1.12.
Nick Mathewson
2024-01-09
1
-7
/
+7
*
clippy: Add an allow to work around a clippy bug
Ian Jackson
2024-01-02
1
-0
/
+3
*
Two more patchlevel bumps
Nick Mathewson
2023-12-04
1
-1
/
+1
*
Bump minor versions in preparation for release
Nick Mathewson
2023-12-04
1
-7
/
+7
*
Bump patchlevel versions in preparation for release
Nick Mathewson
2023-12-04
1
-2
/
+2
*
In every crate, change rust-version to 1.70.
Nick Mathewson
2023-11-28
1
-1
/
+1
*
Improve documentation in/around DosParams extension
Nick Mathewson
2023-11-20
1
-6
/
+13
*
Upgrade to itertools 0.12.0
Nick Mathewson
2023-11-15
1
-1
/
+1
*
Patch version bumps in crates without breaking changes
Nick Mathewson
2023-10-31
1
-5
/
+5
*
Minor version bumps in crates with breaking changes.
Nick Mathewson
2023-10-31
1
-1
/
+1
*
tor-hsservice: Rewrite map() as a for-loop (fmt).
Gabriela Moldovan
2023-10-03
1
-1
/
+2
*
tor-netdir: Fix broken condition.
Gabriela Moldovan
2023-10-03
1
-4
/
+5
*
Patchlevel bumps to crates whose dependencies just changed.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
Minor-version bumps, for crates with breaking changes.
Nick Mathewson
2023-10-02
1
-2
/
+2
*
Patchlevel bumps, with dependents affected.
Nick Mathewson
2023-10-02
1
-3
/
+3
*
Trivial version bumps: patchlevel only.
Nick Mathewson
2023-10-02
1
-1
/
+1
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-0
/
+2
*
Remove semver.md now that 1.1.8 is out.
Nick Mathewson
2023-09-05
1
-2
/
+0
*
Update patchlevel for crates with nontrivial changes.
Nick Mathewson
2023-09-05
1
-8
/
+8
*
Upgrade to visibility 0.1.0
Nick Mathewson
2023-09-05
1
-1
/
+1
*
hs: Intro point selection: TODO re checking the stable flag (fmt)
Ian Jackson
2023-08-29
1
-1
/
+1
*
hs: Intro point selection: TODO re checking the stable flag
Ian Jackson
2023-08-29
1
-0
/
+1
*
hs: Intro point selection: Actually call is_hs_intro_point()
Ian Jackson
2023-08-29
1
-2
/
+6
*
tor-netdir: Add TODO about WeightRole::HsRend
Ian Jackson
2023-08-29
1
-0
/
+1
*
tor-netdir: Support for seleting HS intro points
Ian Jackson
2023-08-29
2
-0
/
+10
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
6
-0
/
+6
*
tor-netdir: Use an owned HsBlindId instead of a reference.
Gabriela Moldovan
2023-08-22
1
-4
/
+4
*
tor-netdir: Replace flat_map() with cartesian_product().
Gabriela Moldovan
2023-08-22
1
-7
/
+2
*
tor-netdir: Make `hs_dirs_upload` take an iterator instead of a slice (fmt).
Gabriela Moldovan
2023-08-22
1
-4
/
+6
*
tor-netdir: Make `hs_dirs_upload` take an iterator instead of a slice.
Gabriela Moldovan
2023-08-22
1
-7
/
+10
*
tor-netdir: Add TODO about making HsDirOp private.
Gabriela Moldovan
2023-08-22
1
-0
/
+3
*
tor-hsclient: Use hs_dirs_download instead of the deprecated hs_dirs.
Gabriela Moldovan
2023-08-22
1
-1
/
+1
*
tor-netdir: Deprecate hs_dirs().
Gabriela Moldovan
2023-08-22
2
-0
/
+3
*
tor-netdir: Add separate functions for computing hsdirs for upload/download.
Gabriela Moldovan
2023-08-22
2
-0
/
+103
*
tor-netdir: Add private helpers for selecting hsdirs.
Gabriela Moldovan
2023-08-22
1
-0
/
+72
*
Upgrade num_enum dependency to 0.7
Nick Mathewson
2023-08-21
1
-1
/
+1
*
tor-netdir: Replace somewhat niche scan() usage with flat_map().
Gabriela Moldovan
2023-08-16
1
-9
/
+7
*
tor-netdir: Rework the logic for checking if a node has already been selected.
Gabriela Moldovan
2023-08-16
1
-3
/
+1
*
tor-netdir: Store the hsdir indices in a HashSet instead of a BTreeSet.
Gabriela Moldovan
2023-08-16
1
-4
/
+4
*
tor-netdir: Derive Hash for HsDirIndex.
Gabriela Moldovan
2023-08-16
1
-1
/
+1
*
tor-netdir: Explain what the ring_items_at filter is for.
Gabriela Moldovan
2023-08-16
1
-0
/
+5
*
tor-netdir: Only select nodes that haven't been used for lower-numbered repli...
Gabriela Moldovan
2023-08-16
1
-15
/
+96
*
tor-netdir: Make ring_items_at() filter the items before returning.
Gabriela Moldovan
2023-08-16
2
-2
/
+5
*
tor-netdir: Update ring_items_at() docs.
Gabriela Moldovan
2023-08-16
1
-4
/
+3
*
tor-netdir: Remove extraneous whitespace.
Gabriela Moldovan
2023-08-16
1
-1
/
+1
*
tor-netdir: Use hsdir_spread_store if we're uploading.
Gabriela Moldovan
2023-08-16
1
-4
/
+9
*
Run add_warnings on all files.
Nick Mathewson
2023-08-04
1
-2
/
+2
[next]