summaryrefslogtreecommitdiff
path: root/crates/arti-client/src/status.rs
Commit message (Expand)AuthorAgeFilesLines
* client: Reflect manually disabled bootstrap in statusNick Mathewson2026-06-021-1/+36
* arti-client: Port to web-time-compat.Nick Mathewson2026-03-261-4/+5
* Upgrade to derive_more version 1.0.0Nick Mathewson2024-09-251-9/+8
* arti-client: add accessors for `Blockage`eta2023-03-281-1/+13
* Fix typoDimitris Apostolou2022-06-281-1/+1
* Report directory blockage problems from arti-client.Nick Mathewson2022-06-141-1/+16
* DirMgr: Track errors, stalls, and resets as part of status.Nick Mathewson2022-06-131-0/+1
* arti-client: Report clock skew when it is noteworthyNick Mathewson2022-04-121-6/+45
* Fix a let_and_return lint violation that had somehow slipped in.Nick Mathewson2022-03-301-3/+1
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-2/+0
* Merge branch 'no-system-time' into 'main'eta2022-03-301-1/+5
|\
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-1/+5
* | Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-041-9/+5
|\ \
| * | Move skip_fmt into tor-basic-utilsIan Jackson2022-03-041-1/+1
| * | Replace manual Debug impl with educe in arti-clientIan Jackson2022-03-021-9/+5
| |/
* / Add a builder function for replacing a DirProvider.Nick Mathewson2022-02-231-2/+2
|/
* Integrate status information at arti-clientNick Mathewson2022-01-181-31/+71
* Implement the basics of a bootstrap-status API.Nick Mathewson2022-01-131-0/+175