summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src
Commit message (Expand)AuthorAgeFilesLines
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-netdoc: if_ito: Add expansion of acronymIan Jackson2022-08-171-0/+2
* tor-netdir: testnet: construct_custom_netdir_with_params: Fix docIan Jackson2022-08-171-1/+2
* tor-netdir, testnet: Provide construct_custom_netdir_with_paramsIan Jackson2022-08-161-2/+16
* tor-congestion: implement the RTT estimation algorithm from prop#324eta2022-08-111-0/+21
* Merge branch 'main' into 'linkspec_refactor_v3'Nick Mathewson2022-08-102-0/+23
|\
| * Finish implementation of params() for DirMgr.Nick Mathewson2022-08-022-0/+23
* | tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-2/+5
* | netdir: remove long-unused missing_descriptor_for codeNick Mathewson2022-08-101-23/+0
* | tor-netdir: Remove or hide some no-longer-used accessors.Nick Mathewson2022-08-101-29/+13
* | tor-netdir: Collapse by_id and by_relay_id into a single fn.Nick Mathewson2022-08-101-49/+58
* | Final (?) API revisions for tor-linkspecNick Mathewson2022-08-101-25/+99
* | netdir: Add and use a new ids_listed() function.Nick Mathewson2022-08-021-0/+9
* | netdir: add an accessor that takes a HasRelayIds.Nick Mathewson2022-08-021-1/+12
* | tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-021-2/+6
|/
* Fix a rustdoc link in tor-netdir.Nick Mathewson2022-07-261-1/+1
* tor-netdir: Remove latest_netdir method.Nick Mathewson2022-07-261-10/+0
* Add new APIs to NetDirProvider to better support timeliness.Nick Mathewson2022-07-262-3/+78
* netdir: Make pick() functions take FnMut closures.Nick Mathewson2022-07-121-2/+2
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* channel padding: Use IntegerMilliseconds in netdirIan Jackson2022-06-211-8/+8
* tor-netdir: Make CHANNEL_PADDING_TIMEOUT_UPPER_BOUND pubIan Jackson2022-06-211-1/+1
* channel padding: Change timeout to match C TorIan Jackson2022-06-211-1/+6
* channel padding: Add the parameters from the spec to NetDirIan Jackson2022-06-211-0/+28
* Remove some outdated comments.Nick Mathewson2022-06-171-1/+1
* tor-netdir: testnet: Make construct_netdir infallibleIan Jackson2022-06-132-5/+5
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-073-75/+37
|\
| * Rewrite tests in tor-netdir to use testing_rng()Nick Mathewson2022-06-022-76/+35
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-022-1/+4
* | Make NetDirProvider require Send and Sync.Nick Mathewson2022-06-071-1/+1
* | Add an upcast_arc function to NetDirProvider.Nick Mathewson2022-06-021-1/+27
* | lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* | lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
|/
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Fix grammar and typosSamanta Navarro2022-04-271-1/+1
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* Move fallback.rs into guardmgr.Nick Mathewson2022-03-302-87/+0
* Merge branch 'disallowed_lint' into 'main'eta2022-03-302-2/+0
|\
| * Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-302-2/+0
* | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+50
|/
* Merge branch 'no-system-time' into 'main'eta2022-03-302-0/+2
|\
| * use wallclock where possible in teststrinity-1686a2022-02-262-0/+2
* | netdir: Use an even smaller rep for list of microdescsNick Mathewson2022-03-161-55/+29
* | tor-dirmgr: Remove redundant hashtable.Nick Mathewson2022-03-161-0/+8
* | NetDir: Use less space in hash tablesNick Mathewson2022-03-161-61/+35
* | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+1
* | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
|/
* tor-netdir: Split testnet errors into a new typeNick Mathewson2022-02-152-13/+9
* tor-netdir: remove unused error variantsNick Mathewson2022-02-151-19/+0
* Merge branch 'doc-errors' into 'main'Nick Mathewson2022-02-151-0/+4
|\