summaryrefslogtreecommitdiff
path: root/crates/tor-checkable
Commit message (Expand)AuthorAgeFilesLines
* Bump versions of internal arti crates for Arti 1.3.2Nick Mathewson2025-01-071-2/+2
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* Remove semver.md files post-release.Gabriela Moldovan2024-12-021-1/+0
* Bump all the unstable tor- and arti- crates to 0.25.0.Gabriela Moldovan2024-12-021-2/+2
* TimerangeBound: Stop using std::ops::Bound.Wesley Aptekar-Cassels2024-11-252-5/+17
* cargo: Update `thiserror` to `2`Clara Engler2024-11-121-1/+1
* Bump unstable tor-* and arti-* crates to 0.24.0Ian Jackson2024-10-301-2/+2
* Bump arti- and tor- crates to 0.23.0Nick Mathewson2024-09-301-2/+2
* Upgrade MSRV to 1.77Nick Mathewson2024-09-251-1/+1
* Bump MSRV from 1.70 to 1.75.Wesley Aptekar-Cassels2024-09-161-1/+1
* Bump all the unstable tor- and arti- crates to 0.22.0.Gabriela Moldovan2024-09-031-2/+2
* Don't need to tell docs.rs to enable `docsrs` cfgKunal Mehta2024-08-021-1/+0
* Bump versions for tor- and arti- crates to 0.21.0Nick Mathewson2024-08-011-2/+2
* Update versions of 0.x tor-* and arti-* cratesIan Jackson2024-06-271-2/+2
* Bump all the unstable tor- and arti- crates to 0.19.Gabriela Moldovan2024-06-051-2/+2
* Re-run maint/add_warning.Nick Mathewson2024-05-061-2/+2
* Bump versions of 0.x tor-* and arti-* cratesIan Jackson2024-04-301-2/+2
* Update unstable `tor/arti-*` crates to 0.17.0.Nick Mathewson2024-04-021-2/+2
* Run maint/add_warning.Nick Mathewson2024-03-132-0/+2
* Merge branch 'typos' into 'main'gabi-2502024-03-071-1/+1
|\
| * Fix typos in doc commentsTobias Stoeckmann2024-03-061-1/+1
* | tor-checkable: Use checked arithmeticTobias Stoeckmann2024-03-051-2/+14
|/
* Merge branch 'deny-unchecked-duration-substraction' into 'main'Ian Jackson2024-03-051-0/+1
|\
| * deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* | Bump the minor version, for crates with breaking changes.Gabriela Moldovan2024-03-041-1/+1
|/
* Upgrade to latest signature.Gabriela Moldovan2024-02-281-1/+1
* Bump minor versionsIan Jackson2024-02-051-2/+2
* Followup patchlevel bumpsNick Mathewson2024-01-091-1/+1
* Patchlevel version bumps in preparation for 1.1.12.Nick Mathewson2024-01-091-1/+1
* Bump minor versions in preparation for releaseNick Mathewson2023-12-041-2/+2
* In every crate, change rust-version to 1.70.Nick Mathewson2023-11-281-1/+1
* Patchlevel bumps to crates whose dependencies just changed.Nick Mathewson2023-10-021-1/+1
* Patchlevel bumps, with dependents affected.Nick Mathewson2023-10-021-1/+1
* Bump patchlevel (not dependents) on crates with trivial changesNick Mathewson2023-09-051-1/+1
* Update patchlevel for crates with nontrivial changes.Nick Mathewson2023-09-051-1/+1
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-232-0/+2
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Increment patchlevel versions of crates with minor changesNick Mathewson2023-08-011-1/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-103-0/+3
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* Bump patchlevel versions on crates with smaller changesNick Mathewson2023-06-301-1/+1
* Bump versions on crates with nonfunctional changesNick Mathewson2023-06-301-1/+1
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Bump crate versions in preparation for v1.1.5 release.Nick Mathewson2023-06-011-2/+2
* Run fixup-features --no-annotate for initial Cargo.toml fixes.Nick Mathewson2023-05-151-1/+3
* netdoc: Use the RangeBoundsExt impl of TimerangeBound.Gabriela Moldovan2023-05-131-71/+0
* tor-checkable: Implement RangeBounds for TimerangeBound.Gabriela Moldovan2023-05-131-4/+17
* tor-checkable: Add a way to compute the intersection of 2 RangeBounds.Gabriela Moldovan2023-05-131-0/+71
* hsclient: Build cached descriptor TimerangeBounds from descriptor lifetime.Gabriela Moldovan2023-05-131-7/+11