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
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdir: remove duplicate code in param calculation
Nick Mathewson
2023-01-28
1
-23
/
+31
*
netdir: remove the vestigial smallvec implementation I added
Nick Mathewson
2023-01-28
1
-1
/
+1
*
Turn compute_ring_params into a method.
Nick Mathewson
2023-01-28
2
-55
/
+61
*
Several suggestions on gitlab.
Ian Jackson
2023-01-28
1
-0
/
+2
*
netdir: Implement ring-param constructors and time period accessors
Nick Mathewson
2023-01-28
4
-18
/
+520
*
Allow clippy::unchecked_duration_subtraction in tests
Nick Mathewson
2023-01-27
4
-0
/
+4
*
Elide a bunch of lifetimes.
Nick Mathewson
2023-01-27
1
-3
/
+3
*
Disable clippy::unlinlined-format-args
Nick Mathewson
2023-01-27
1
-0
/
+1
*
Merge branch 'onion-netdir-apis' into 'main'
Nick Mathewson
2023-01-11
3
-0
/
+289
|
\
|
*
Adjust onion service ring APIs in light of prop#342
Nick Mathewson
2023-01-11
3
-36
/
+95
|
*
Sketch APIs for the onion service directory ring.
Nick Mathewson
2023-01-11
2
-0
/
+230
*
|
netdir: add network parameters related to onion services
Nick Mathewson
2023-01-11
1
-1
/
+80
|
/
*
test lint blocks: Add many many automatically
Ian Jackson
2022-12-12
3
-0
/
+26
*
test lint blocks: Do some semi-manually
Ian Jackson
2022-12-12
1
-0
/
+8
*
Mock implementation of a NetDirProvider for testing.
Nick Mathewson
2022-11-08
2
-0
/
+61
*
Run add_warnings.
Nick Mathewson
2022-11-03
1
-0
/
+1
*
FlagEvent trait: Implement using macros
Ian Jackson
2022-10-25
1
-1
/
+6
*
netdir: Expose addrs-in-same-subnets calculation from SubnetConfig
Nick Mathewson
2022-10-24
1
-8
/
+18
*
cargo fmt to remove blank lines
Ian Jackson
2022-10-12
1
-1
/
+0
*
Replace all README copies in src/lib.rs with includes
Ian Jackson
2022-10-12
1
-26
/
+1
*
tor-linkspec: Remove the old OwnedFoo::new() functions
Nick Mathewson
2022-10-06
1
-3
/
+15
*
Begin revising HasAddr and its relationship to ChanTarget
Nick Mathewson
2022-10-06
1
-1
/
+4
*
fix clippy::needless_borrow
trinity-1686a
2022-09-10
1
-1
/
+1
*
enable doc_auto_cfg feature on every crate when documenting for docs.rs
trinity-1686a
2022-08-24
1
-0
/
+1
*
tor-netdoc: if_ito: Add expansion of acronym
Ian Jackson
2022-08-17
1
-0
/
+2
*
tor-netdir: testnet: construct_custom_netdir_with_params: Fix doc
Ian Jackson
2022-08-17
1
-1
/
+2
*
tor-netdir, testnet: Provide construct_custom_netdir_with_params
Ian Jackson
2022-08-16
1
-2
/
+16
*
tor-congestion: implement the RTT estimation algorithm from prop#324
eta
2022-08-11
1
-0
/
+21
*
Merge branch 'main' into 'linkspec_refactor_v3'
Nick Mathewson
2022-08-10
2
-0
/
+23
|
\
|
*
Finish implementation of params() for DirMgr.
Nick Mathewson
2022-08-02
2
-0
/
+23
*
|
tor-netdir: Add a static assertion about RelayIdType::COUNT
Nick Mathewson
2022-08-10
1
-2
/
+5
*
|
netdir: remove long-unused missing_descriptor_for code
Nick Mathewson
2022-08-10
1
-23
/
+0
*
|
tor-netdir: Remove or hide some no-longer-used accessors.
Nick Mathewson
2022-08-10
1
-29
/
+13
*
|
tor-netdir: Collapse by_id and by_relay_id into a single fn.
Nick Mathewson
2022-08-10
1
-49
/
+58
*
|
Final (?) API revisions for tor-linkspec
Nick Mathewson
2022-08-10
1
-25
/
+99
*
|
netdir: Add and use a new ids_listed() function.
Nick Mathewson
2022-08-02
1
-0
/
+9
*
|
netdir: add an accessor that takes a HasRelayIds.
Nick Mathewson
2022-08-02
1
-1
/
+12
*
|
tor-linkspec: Refactor out traits to represent a relay's ID set.
Nick Mathewson
2022-08-02
1
-2
/
+6
|
/
*
Fix a rustdoc link in tor-netdir.
Nick Mathewson
2022-07-26
1
-1
/
+1
*
tor-netdir: Remove latest_netdir method.
Nick Mathewson
2022-07-26
1
-10
/
+0
*
Add new APIs to NetDirProvider to better support timeliness.
Nick Mathewson
2022-07-26
2
-3
/
+78
*
netdir: Make pick() functions take FnMut closures.
Nick Mathewson
2022-07-12
1
-2
/
+2
*
Run maint/add_warning crates/*/src/{lib,main}.rs
Ian Jackson
2022-06-23
1
-0
/
+3
*
channel padding: Use IntegerMilliseconds in netdir
Ian Jackson
2022-06-21
1
-8
/
+8
*
tor-netdir: Make CHANNEL_PADDING_TIMEOUT_UPPER_BOUND pub
Ian Jackson
2022-06-21
1
-1
/
+1
*
channel padding: Change timeout to match C Tor
Ian Jackson
2022-06-21
1
-1
/
+6
*
channel padding: Add the parameters from the spec to NetDir
Ian Jackson
2022-06-21
1
-0
/
+28
*
Remove some outdated comments.
Nick Mathewson
2022-06-17
1
-1
/
+1
*
tor-netdir: testnet: Make construct_netdir infallible
Ian Jackson
2022-06-13
2
-5
/
+5
*
Merge branch 'use-testing-rng'
Nick Mathewson
2022-06-07
3
-75
/
+37
|
\
[next]