summaryrefslogtreecommitdiff
path: root/crates/tor-netdir
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * use wallclock where possible in teststrinity-1686a2022-02-262-0/+2
* | Merge branch 'md_allocation' into 'main'Nick Mathewson2022-03-171-106/+62
|\ \
| * | 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_builder: Switch to upstream 0.11Ian Jackson2022-03-161-1/+1
|/ /
* | Derive Deserialize for derive-builder-generated config buildersIan Jackson2022-03-071-0/+1
* | Use git source for derive_builder for now, for attrs featureIan Jackson2022-03-071-1/+1
* | Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\ \
| * | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
| |/
* / Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-9/+9
|/
* 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
|\
| * netdoc: Make doc-build errors a separate typeNick Mathewson2022-02-141-0/+4
* | Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
|/
* Bump tor-netdir and tor-guardmgr versionsarti-v0.0.4Nick Mathewson2022-01-311-1/+1
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-3/+3
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-9/+9
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-13/+13
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Merge branch 'reconfigure' into 'main'eta2021-12-131-0/+18
|\
| * Make override_net_params take effect sooner.Nick Mathewson2021-12-071-0/+18
* | tor-netdir: Resolve an XXXX about type uglinessNick Mathewson2021-12-082-5/+6
* | Remove a couple of spec-related XXXXs in tor-netdir.Nick Mathewson2021-12-081-2/+0
* | Upgrade to digest v0.10.0Nick Mathewson2021-12-071-1/+1
|/
* Merge branch 'bug183a_redux' into 'main'eta2021-12-071-0/+60
|\
| * Tests for new family-related functions.Nick Mathewson2021-12-061-0/+35
| * Move the "real families" code into tor-netdir.Nick Mathewson2021-12-061-6/+25