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
*
Re-run maint/add_warning.
Nick Mathewson
2024-05-06
1
-2
/
+2
*
Doc: tweak documentation on NetDir::id*listed functions
Nick Mathewson
2024-04-10
1
-10
/
+9
*
Doc: Add xref from NetDir::by_ids to ids_listed.
Nick Mathewson
2024-04-10
1
-0
/
+7
*
Fix some rustdoc links and copypaste errors in tor-netdir.
Nick Mathewson
2024-04-04
1
-2
/
+2
*
tor-netdir: Abolish Relay::has_same_relay_ids
Ian Jackson
2024-04-03
1
-10
/
+3
*
Move rs_is_dircache to details.rs
Nick Mathewson
2024-03-28
1
-6
/
+0
*
Rename `Relay::same_relay` and make it private.
Nick Mathewson
2024-03-28
1
-8
/
+6
*
Remove all *Relay is_flagged_guard methods.
Nick Mathewson
2024-03-28
1
-4
/
+2
*
Remove temporary functions in CheckedRelay.
Nick Mathewson
2024-03-28
1
-169
/
+57
*
Remove temporary functions in UncheckedRelay.
Nick Mathewson
2024-03-28
1
-26
/
+6
*
Move most functions from *Relay to *RelayDetails
Nick Mathewson
2024-03-28
1
-0
/
+145
*
Relocate declarations of *Relay methods to details.rs
Nick Mathewson
2024-03-28
1
-129
/
+1
*
Add low_level_details to {Unchecked,}Relay.
Nick Mathewson
2024-03-27
1
-0
/
+19
*
Run maint/add_warning.
Nick Mathewson
2024-03-13
1
-0
/
+1
*
netdir: Add additional functionality to SubnetConfig
Nick Mathewson
2024-03-12
1
-1
/
+62
*
deny clippy::unchecked_duration_subtraction
trinity-1686a
2024-02-29
1
-0
/
+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
1
-0
/
+14
*
tor-netdir: Make hs_dirs_{upload, download} take separate args instead of tuple.
Gabriela Moldovan
2024-01-24
1
-2
/
+4
*
tor-netdir: Simplify `hs_dirs_upload` by only returning the `Relay`.
Gabriela Moldovan
2024-01-24
1
-20
/
+15
*
tor-netdir: Make hs_all_time_periods return HsDirParams.
Gabriela Moldovan
2024-01-24
1
-3
/
+3
*
netdir: Make hs_dirs_upload() yield &HsDirParams.
Nick Mathewson
2024-01-23
1
-2
/
+3
*
Expose HsDirParams, and give it accessors.
Nick Mathewson
2024-01-23
1
-1
/
+5
*
netdir: Only choose Stable relays as introduction points.
Nick Mathewson
2024-01-16
1
-3
/
+1
*
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
*
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
*
arti-client: add exit selection with GeoIP country codes
eta
2023-09-18
1
-0
/
+2
*
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: Support for seleting HS intro points
Ian Jackson
2023-08-29
1
-0
/
+7
*
Run maint/add_warning to add lint block everywhere
Ian Jackson
2023-08-23
1
-0
/
+1
*
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
1
-0
/
+2
*
tor-netdir: Add separate functions for computing hsdirs for upload/download.
Gabriela Moldovan
2023-08-22
1
-0
/
+102
*
tor-netdir: Add private helpers for selecting hsdirs.
Gabriela Moldovan
2023-08-22
1
-0
/
+72
*
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
[next]