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
*
Allow clippy::collapsible_if to trigger
Gabriela Moldovan
2026-02-16
1
-0
/
+1
*
maint/add_warning: Run script to add new warning
Gabriela Moldovan
2026-01-27
1
-0
/
+1
*
Merge branch 'ticket1223' into 'main'
Nick Mathewson
2025-12-04
1
-1
/
+51
|
\
|
*
Refactor common code that builds circtargets for HS.
Nick Mathewson
2025-12-04
1
-1
/
+51
*
|
Remove unnecessary `doc(cfg(...))` attributes
Neel Chauhan
2025-12-04
1
-3
/
+0
|
/
*
RelayFlags: Use RelayFlag enum variant names everywhere
Ian Jackson
2025-11-18
1
-1
/
+1
*
RelayFlags: Use the singular RelayFlag for naming individual flags
Ian Jackson
2025-11-18
1
-2
/
+2
*
tor-netdoc: Remove the RelayFlags type alias in netstatus
Ian Jackson
2025-11-18
1
-1
/
+1
*
Fix name of clippy lint to unchecked_time_subtraction (2)
Ian Jackson
2025-11-06
1
-2
/
+2
*
tor-netdoc: RouterStatus: unify `orport_addrs` and `addrs` methods
Ian Jackson
2025-10-06
1
-2
/
+2
*
tor-linkspec: Change HasAddrs::addrs to return an Iterator
Ian Jackson
2025-10-06
1
-4
/
+3
*
Remove "doc_auto_cfg" incantation from all crates.
Nick Mathewson
2025-09-29
1
-1
/
+1
*
tor-netdir: Removed dependency on `static_assertions`
hashcatHitman
2025-09-01
1
-2
/
+1
*
tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatus
Ian Jackson
2025-08-26
1
-10
/
+10
*
tor-netdoc: Abolish RouterStatus trait in favour of generic methods
Ian Jackson
2025-08-26
1
-2
/
+2
*
Fix warnings and errors from edition 2024.
Nick Mathewson
2025-08-07
1
-28
/
+20
*
Switch Cargo.toml files to edition 2024.
Nick Mathewson
2025-08-07
1
-13
/
+17
*
Fix errors from rustdoc nightly.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
1
-1
/
+1
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
proto: Move NegotiatedHopSettings to a higher level
Nick Mathewson
2025-06-10
1
-0
/
+10
*
NetDir::pick_n_relays: avoid some unwarranted warnings
Jim Newsome
2025-06-05
1
-3
/
+4
*
tor-netdir: Warn on one more case of insufficient items
Nick Mathewson
2025-04-29
1
-1
/
+12
*
tor-netdir: test for rand 0.9.1 behavior instead of 0.9.0
Nick Mathewson
2025-04-29
1
-3
/
+9
*
Rename recommended_protocols to protocol_statuses.
Nick Mathewson
2025-04-16
1
-3
/
+3
*
netdir: Add a recommended_protocols() to NetDirProvider
Nick Mathewson
2025-04-16
1
-0
/
+10
*
dirmgr, netdir: Store protocol requirments as soon as they are validated.
Nick Mathewson
2025-04-16
1
-0
/
+4
*
Fix another miscapitalized "MicroDesc"
Nick Mathewson
2025-04-16
1
-1
/
+1
*
netdir: Add a (hopefully) temporary workaround
Nick Mathewson
2025-03-25
1
-3
/
+27
*
netdir: Another test for choose_multiple_weighted.
Nick Mathewson
2025-03-25
1
-0
/
+17
*
netdir: Warn on unexpected WeightedErrors
Nick Mathewson
2025-03-25
1
-5
/
+13
*
netdir: add a test to verify weighted sampling
Nick Mathewson
2025-03-25
1
-3
/
+37
*
tor-netdir: Handle InsufficientNonZero error.
Nick Mathewson
2025-03-20
1
-0
/
+8
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
*
netdir: Consider RelayFamilyIds based on family rules
Nick Mathewson
2025-02-25
1
-9
/
+9
*
relay-selection: Add FamilyRules to exclude_relays_in_same_family.
Nick Mathewson
2025-02-25
1
-0
/
+63
*
clippy: deny `mod_module_files`
Steven Engler
2025-01-06
1
-0
/
+1
*
Resolve clippy::empty_line_after_doc_comments warnings.
Nick Mathewson
2024-12-03
1
-1
/
+0
*
add_warnings, *: Allow clippy::needless_lifetimes
Nick Mathewson
2024-12-03
1
-0
/
+1
*
tor-netdir: Add timeliness param to wait_for_netdir_to_list.
Wesley Aptekar-Cassels
2024-11-25
1
-1
/
+2
*
Move helpers from tor-hsservice to tor-netdir.
Wesley Aptekar-Cassels
2024-11-25
1
-1
/
+79
*
tor-netdir: Allow access to the `ConsensusBuilder` when building test netdirs.
Gabriela Moldovan
2024-09-09
1
-7
/
+7
*
Fix new "clippy::needless-maybe-sized" warning on nightly
Nick Mathewson
2024-07-28
1
-1
/
+1
*
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
[next]