summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
Commit message (Expand)AuthorAgeFilesLines
* Bump crate versions in preparation for Arti 1.0.0 release.Nick Mathewson2022-09-011-3/+3
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-242-0/+4
* tor-netdir: Add a static assertion about RelayIdType::COUNTNick Mathewson2022-08-101-1/+16
* Implement `Into<RelayIdRef>` for `&RelayId`.Nick Mathewson2022-08-101-0/+6
* Final (?) API revisions for tor-linkspecNick Mathewson2022-08-104-66/+96
* linkspec: Add more accessors (some internal) for ids.Nick Mathewson2022-08-101-0/+68
* Remove get_ed_identity_key as unused.Nick Mathewson2022-08-101-23/+0
* Introduce a RelayIdSet and use it in place of HashSet<RelayId>.Nick Mathewson2022-08-103-1/+149
* Teach guard restrictions about RelayId.Nick Mathewson2022-08-102-0/+27
* Parsing, encoding, and serde for RelayId.Nick Mathewson2022-08-103-5/+195
* Add a set of Identity-related types and accessors.Nick Mathewson2022-08-105-2/+166
* Introduce HasRelayIds::same_relay_ids.Nick Mathewson2022-08-022-4/+12
* Implement serde traits on RelayIds.Nick Mathewson2022-08-022-2/+6
* tor-linkspec: Refactor out traits to represent a relay's ID set.Nick Mathewson2022-08-024-31/+88
* Now that versions have bumped, remove semver.md files.Nick Mathewson2022-08-011-2/+0
* Bump patch versions on crates that have new APIs.Nick Mathewson2022-08-011-1/+1
* Bump minor versions on all crates that have had breaking changes.Nick Mathewson2022-08-011-2/+2
* tor-linkspec: Stop using infallible writers.Nick Mathewson2022-07-112-7/+11
* Convert each write_onto_infallible implementation into write_onto.Nick Mathewson2022-07-111-2/+3
* Rename "write" methods on tor-bytes to "write_infallible".Nick Mathewson2022-07-111-6/+6
* Add a semver note.Nick Mathewson2022-07-061-0/+1
* ChanMgr: errors: attribute errors to correct address.Nick Mathewson2022-07-061-0/+14
* Bump crate and dependency versions.Nick Mathewson2022-06-241-2/+2
* Increment versions of crates with trivial changes only.Nick Mathewson2022-06-241-1/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* 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-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-4/+4
* Update README.md files (automated).Nick Mathewson2022-05-061-1/+1
* Fix spacingSamanta Navarro2022-04-271-1/+1
* 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-6/+6
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-4/+4
* 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-4/+4
|/
* Remove clippy::needless_borrow exception in CI.Nick Mathewson2022-02-201-1/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* tor-linkspec: impl Display for OwnedChanTarget and OwnedCircTargetIan Jackson2022-02-041-0/+23
* Temporarily disable some clippy lints on nightlyIan Jackson2022-02-021-0/+1
* Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-4/+4
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-1/+1
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* tor-linkspec: Remove redundant method; add more tests.Nick Mathewson2021-12-042-11/+51
* Bump every crate by one patch version.Nick Mathewson2021-11-291-4/+4