summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr
Commit message (Expand)AuthorAgeFilesLines
* Bump all the unstable tor- and arti- crates to 0.37.0.Gabriela Moldovan2025-12-021-22/+22
* Bump the versions of the non-{arti-,tor-} cratesGabriela Moldovan2025-12-021-1/+1
* dirmgr: Rewrite .is_some()/.unwrap() using let matchGabriela Moldovan2025-12-011-4/+6
* opentelemetry: Instrument a bunch of functions.Wesley Aptekar-Cassels2025-11-242-2/+10
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-0610-11/+11
* Drop two use's that seem no longer to be necessaryIan Jackson2025-11-061-1/+1
* all: run cargo fmtSteven Engler2025-11-041-1/+1
* all: replace all uses of `futures::task::SpawnExt` with `tor_rtcompat::SpawnExt`Steven Engler2025-11-042-4/+4
* Remove one stray allow(deprecated)Neel Chauhan2025-11-041-1/+0
* Stop using MockSleepProvider in a few cratesNeel Chauhan2025-11-021-3/+2
* maint: bump minor versions of all published cratesSteven Engler2025-10-291-25/+25
* Bump MSRV from 1.85.1 to 1.86Clara Engler2025-10-211-1/+1
* Fix new clippy nightly warning about subtracting Durations.Nick Mathewson2025-10-161-1/+3
* tor-linkspec: Change HasAddrs::addrs to return an IteratorIan Jackson2025-10-061-1/+1
* Merge branch 'release-1.6.0-remove-semver-md' into 'main'Ian Jackson2025-10-061-1/+0
|\
| * release: Remove old semver.md files.Wesley Aptekar-Cassels2025-10-021-1/+0
* | release: Bump versions.Wesley Aptekar-Cassels2025-10-021-25/+25
|/
* Merge branch 'release-1.6.0-fixup-features' into 'main'wesleyac2025-10-011-0/+1
|\
| * release: Run fixup-features.Wesley Aptekar-Cassels2025-10-011-0/+1
* | release: Update semver.md files.Wesley Aptekar-Cassels2025-10-011-0/+1
|/
* Remove "doc_auto_cfg" incantation from all crates.Nick Mathewson2025-09-291-1/+1
* tor-dircommon: Implement proposal 330Clara Engler2025-09-162-24/+20
* Move `FallbackDir` into `tor-dircommon`Clara Engler2025-09-112-2/+2
* Merge branch 'dircommon-cfg' into 'main'Clara Engler2025-09-115-440/+31
|\
| * tor-dircommon: Use amplify and getters for configClara Engler2025-09-094-17/+18
| * tor-dircommon: Make config non_exhaustiveClara Engler2025-09-091-4/+1
| * Move `DirTolerance` into `tor-dircommon`Clara Engler2025-09-092-67/+4
| * Move `DownloadSchedule` into `tor-dircommon`Clara Engler2025-09-085-281/+5
| * Move `NetworkStatus` to `tor-dircommon`Clara Engler2025-09-083-77/+9
* | Bump MSRV from 1.85 to 1.85.1Nick Mathewson2025-09-091-1/+1
|/
* tor-dircommon: Update to 0.34.0Clara Engler2025-09-021-1/+1
* tor-dircommon: Initial commitClara Engler2025-09-025-143/+5
* Bump the minor version of every published crate except for `arti`.Nick Mathewson2025-08-281-24/+24
* misc: cleanup now that `_report!` macros support fieldsSteven Engler2025-08-181-2/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-0714-77/+99
* Update code for Edition 2024Nick Mathewson2025-08-072-2/+2
* Bump to hex-literal 1.0Nick Mathewson2025-08-051-1/+1
* Set MSRV to 1.85.Nick Mathewson2025-08-051-1/+1
* dirmgr: Rename circuit to tunnelDavid Goulet2025-08-051-3/+3
* Bump version of tor-basic-utilsIan Jackson2025-08-051-1/+1
* Version bumps for 1.4.6Ian Jackson2025-08-051-21/+21
* Bump rusqlite to 0.37Ian Jackson2025-08-041-1/+1
* config-path, dirmgr, general-addr: Remove unnecessary parentheses (fmt).Gabriela Moldovan2025-07-151-2/+1
* config-path, dirmgr, general-addr: Remove unnecessary parentheses.Gabriela Moldovan2025-07-151-1/+1
* Bump all the unstable tor- and arti- crates to 0.32.0.Gabriela Moldovan2025-07-071-21/+21
* Bump the versions of the non-{arti-,tor-} crates.Gabriela Moldovan2025-07-071-3/+3
* tor-dirmgr, tor-guardmgr: Use std::slice::from_ref as suggested by clippy.Gabriela Moldovan2025-07-071-4/+4
* Temporarily suppress mismatched_lifetime_syntaxes.Gabriela Moldovan2025-07-071-0/+1
* tor-dirmgr: Removed dependency on `once_cell`hashcatHitman2025-06-143-7/+9
* Bump rusqlite dependency to 0.36.0Nick Mathewson2025-06-101-1/+1