index
:
mirrors/arti.git
derive-traits
ios-sqlite-hacks
main
pages
mirror of https://gitlab.torproject.org/tpo/core/arti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
tor-netdir
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
Merge branch 'xon-xoff-checker' into 'main'
David Goulet
2025-09-15
1
-0
/
+33
|
\
|
*
tor-netdir: add flow control parameters to `NetParameters`
Steven Engler
2025-09-10
1
-0
/
+33
*
|
tor-netdir: change default `cc_alg` from 0 to 2
Steven Engler
2025-09-10
1
-5
/
+1
|
/
*
tor-netdir: Removed dependency on `static_assertions`
hashcatHitman
2025-09-01
1
-2
/
+1
*
tor-netdoc: Apply much rustfmt churn
Ian Jackson
2025-08-26
3
-10
/
+5
*
tor-netdoc: Combine ConsensusRouterStatus and GenericRouterStatus
Ian Jackson
2025-08-26
3
-14
/
+14
*
tor-netdoc: Abolish RouterStatus trait in favour of generic methods
Ian Jackson
2025-08-26
1
-2
/
+2
*
tor-netdoc: Remove generics from Consensus and its contents
Ian Jackson
2025-08-26
3
-12
/
+12
*
tor-netdoc: netstatus: Move everything variety-specific
Ian Jackson
2025-08-26
3
-14
/
+14
*
clippy: fix `clippy::duplicated_attributes` warnings
Steven Engler
2025-08-11
1
-1
/
+0
*
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
4
-29
/
+30
*
tor-hsservice: Time out RendRequests in PoW queue.
Wesley Aptekar-Cassels
2025-08-05
1
-1
/
+0
*
tor-hsservice: Add consensus params for Prop 362.
Wesley Aptekar-Cassels
2025-08-05
1
-0
/
+25
*
Fix errors from rustdoc nightly.
Nick Mathewson
2025-08-05
1
-1
/
+1
*
Merge branch 'prop360-combined' into 'main'
Nick Mathewson
2025-07-10
1
-0
/
+10
|
\
|
*
Suggestions from @gabi-250 on prop360 implementation.
Nick Mathewson
2025-07-10
1
-1
/
+1
|
*
netdir: new parameters from prop360.
Nick Mathewson
2025-07-10
1
-0
/
+10
*
|
Typo fixes (automatic and hand-verified)
Nick Mathewson
2025-07-09
2
-2
/
+2
|
/
*
Temporarily suppress mismatched_lifetime_syntaxes.
Gabriela Moldovan
2025-07-07
1
-0
/
+1
*
NetParameters::saturating_update: log when a value is out of range
Jim Newsome
2025-06-23
1
-1
/
+71
*
Log unrecognized net params
Jim Newsome
2025-06-23
1
-1
/
+4
*
Merge branch 'hs-interval-min' into 'main'
Nick Mathewson
2025-06-10
1
-1
/
+1
|
\
|
*
tor-netdir: decrease minimum hsdir_interval from 30 to 5
Jim Newsome
2025-06-10
1
-1
/
+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
*
netdir, relay-selection: require Fast and Stable for rendpoints.
Nick Mathewson
2025-05-20
1
-1
/
+3
*
hs: Prevent a client from using a `MiddleOnly` relay for onion services
Neel Chauhan
2025-05-20
2
-6
/
+10
*
netdir: fix warning about an opportunity to use saturating_sub
Nick Mathewson
2025-05-15
1
-5
/
+1
*
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
*
Merge branch 'todos-msrv' into 'main'
Jim Newsome
2025-04-24
1
-3
/
+0
|
\
|
*
tor-netdir: remove lint allow as per TODO
hashcatHitman
2025-04-16
1
-3
/
+0
*
|
Rename recommended_protocols to protocol_statuses.
Nick Mathewson
2025-04-16
2
-4
/
+4
*
|
netdir: Add a recommended_protocols() to NetDirProvider
Nick Mathewson
2025-04-16
2
-0
/
+19
*
|
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: Add a note about using f64
Nick Mathewson
2025-03-25
1
-0
/
+8
*
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
*
Merge branch 'named_protovers' into 'main'
David Goulet
2025-03-20
1
-2
/
+2
|
\
|
*
Use named subprotocol versions throughout arti.
Nick Mathewson
2025-03-12
1
-2
/
+2
*
|
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-2
/
+2
*
|
squash! Upgrade rand dependency to 0.9.
Nick Mathewson
2025-03-18
1
-1
/
+1
[prev]
[next]