| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | examples/gsoc/obfs4-checker: Port to web-time-compat. | Nick Mathewson | 2026-03-26 | 1 | -2/+10 |
| | | |||||
| * | Switch Cargo.toml files to edition 2024. | Nick Mathewson | 2025-08-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again. | ||||
| * | obfs4-checker: update axum to 0.7.6 | Steven Engler | 2024-09-24 | 1 | -3/+5 |
| | | |||||
| * | obfs4-checker: port from chrono to time. | Nick Mathewson | 2023-09-05 | 1 | -7/+5 |
| | | | | | | Chrono is unmaintained, I think, and uses a version of `time` that cargo-audit doesn't like. | ||||
| * | Move examples to examples/gsoc2023 | Nick Mathewson | 2023-09-05 | 1 | -0/+182 |
