summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-4/+0
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-2/+2
* Bump minor version on crates with deps with breaking changes.Nick Mathewson2022-08-011-3/+3
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* Fix a rustdoc link in tor-netdir.Nick Mathewson2022-07-261-1/+1
* tor-netdir: Remove latest_netdir method.Nick Mathewson2022-07-262-10/+1
* Add new APIs to NetDirProvider to better support timeliness.Nick Mathewson2022-07-264-3/+81
* netdir: Make pick() functions take FnMut closures.Nick Mathewson2022-07-122-2/+3
* Remove semver.md files now that 0.5.0 is outNick Mathewson2022-06-241-2/+0
* Bump crate and dependency versions.Nick Mathewson2022-06-241-7/+7
* 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
* Merge branch 'reachable_addrs_v2' into 'main'Nick Mathewson2022-06-171-1/+1
|\
| * Remove some outdated comments.Nick Mathewson2022-06-171-1/+1
* | Upgrade to float_eq 1.0.0Nick Mathewson2022-06-161-1/+1
|/
* Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-161-0/+2
|\
| * Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-0/+2
* | tor-netdir: testnet: Make construct_netdir infallibleIan Jackson2022-06-132-5/+5
|/
* Merge branch 'use-testing-rng'Nick Mathewson2022-06-074-75/+39
|\
| * Rewrite tests in tor-netdir to use testing_rng()Nick Mathewson2022-06-023-76/+36
| * Use testing_rng() in tests throughout our crates.Nick Mathewson2022-06-023-1/+5
* | Make NetDirProvider require Send and Sync.Nick Mathewson2022-06-072-1/+3
* | 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
|/
* Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-10/+9
* Regenerate version bump from previous commit.arti-v0.4.0Nick Mathewson2022-05-271-2/+2
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-3/+3
* Bump versions of trivially-changed crates.Nick Mathewson2022-05-271-1/+1
* Resolve the new `derive_partial_eq_without_eq` lint.Nick Mathewson2022-05-231-1/+1
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-9/+9
* Update README.md files (automated).Nick Mathewson2022-05-061-1/+1
* Switch to derive_builder_arti_forkIan Jackson2022-05-061-1/+1
* Merge branch 'derive-builder-git-fixup' into 'main'eta2022-04-271-1/+1
|\
| * derive_builder: Use git dep everywhere, rather than cargo patchIan Jackson2022-04-271-1/+1
* | Fix grammar and typosSamanta Navarro2022-04-272-2/+2
|/
* squash! Bump every crate's edition to 2021.Nick Mathewson2022-04-251-2/+0
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-12/+12
* Use git source for derive_builder for now, for sub_builder featureIan Jackson2022-04-211-1/+1
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-9/+9
* 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-302-0/+51
|/
* Merge branch 'no-system-time' into 'main'eta2022-03-302-0/+2
|\