summaryrefslogtreecommitdiff
path: root/crates/tor-protover
Commit message (Expand)AuthorAgeFilesLines
* Bump versions for tor-* and arti-* cratesSteven Engler2026-08-031-3/+3
* tor-protover: set field visibility in `subprotocol_restricted_set`Steven Engler2026-07-301-5/+5
* tor-protover: add a `subprotocol_restricted_set` macroSteven Engler2026-07-302-0/+135
* tor-protover: add `From<NamedSubver> for Protocols`Steven Engler2026-07-271-0/+6
* tor-protover: Use GloballyInternableIan Jackson2026-07-272-12/+10
* tor-protover: Replace Arc with InternIan Jackson2026-07-271-7/+7
* add_warning: add reference to arti#2556Jim Newsome2026-07-151-1/+1
* Removed unnecessary lintpryty262026-07-151-1/+1
* protover: New constructor taking kind and versionsNick Mathewson2026-07-021-0/+17
* protover: Extract version-list parsing to a new functionNick Mathewson2026-07-021-41/+48
* Version bumps for 2.5.0Nick Mathewson2026-06-301-4/+4
* protover: Use a faster check for unrecognized protocol uniqueness.Nick Mathewson2026-06-301-9/+13
* tor-protover: Fix documentation regarding version `0`Clara Engler2026-06-251-2/+2
* tor-protover: Make blocking TODO non-blockingClara Engler2026-06-241-1/+1
* Use Intern<T>Clara Engler2026-06-241-1/+2
* Merge branch 'msrv-1.91' into 'main'gabi-2502026-06-181-1/+1
|\
| * Bump MSRV to 1.91Clara Engler2026-06-151-1/+1
* | protover: remove str slice usageNick Mathewson2026-06-101-11/+4
|/
* everywhere: Add #[allow(clippy::string_slice)]Clara Engler2026-06-091-0/+1
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+2
* Bump all the unstable tor- and arti- crates to 0.43.0Gabriela Moldovan2026-06-011-3/+3
* release: Bump tor- and arti- crate versions.Wesley Aptekar-Cassels2026-05-061-3/+3
* Bump versions: tor-* and arti-* unstable cratesIan Jackson2026-03-301-3/+3
* Bump all the unstable tor- and arti- crates to 0.40.0.Gabriela Moldovan2026-03-021-3/+3
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2026-03-021-1/+1
* Allow clippy::collapsible_if to triggerGabriela Moldovan2026-02-161-0/+1
* Bump MSRV from 1.86 to 1.89Gabriela Moldovan2026-02-161-1/+1
* release: Bump `arti-*` and `tor-*` crates to 0.39.0Wesley Aptekar-Cassels2026-02-021-3/+3
* Merge branch 'main' into 'main'gabi-2502026-02-021-1/+1
|\
| * fix(minver): Update paste dependency to be minver compatibleSamuel Cobb2026-01-261-1/+1
* | maint/add_warning: Run script to add new warningGabriela Moldovan2026-01-271-0/+1
|/
* Merge branch 'version-bump' into 'main'Clara Engler2026-01-131-3/+3
|\
| * cargo: Update `arti-*` and `tor-*` to `0.38.0`Clara Engler2026-01-121-3/+3
* | cargo: Run fixup-features for releaseClara Engler2026-01-121-1/+1
|/
* protover: document interning in Protocols docs.Nick Mathewson2025-12-041-0/+8
* protover: Intern ProtocolsInner.Nick Mathewson2025-12-032-1/+11
* protover: Make Protocols become an Arc internally.Nick Mathewson2025-12-031-25/+42
* protover: Document un-recommended usage of Protocols::new()Nick Mathewson2025-12-031-0/+7
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-2/+2
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-2/+2
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-3/+3
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* release: Bump versions.Wesley Aptekar-Cassels2025-10-021-3/+3
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-3/+3
* Merge branch 'update_to_edition_2024_v2' into 'main'Nick Mathewson2025-08-071-1/+1
|\
| * Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* | tor-protover: small comment formatting fixSteven Engler2025-08-061-1/+1
|/
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1