| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tor-basic-utils: remove `flatten` | Nick Mathewson | 2026-05-07 | 1 | -0/+2 |
| | | | | | | It is no longer needed since we require Rust 1.89. Nobody was using it. | ||||
| * | Remove semver.md files after release | Ian Jackson | 2026-03-30 | 1 | -2/+0 |
| | | |||||
| * | tor-basic-utils: Remove IoErrorExt and BinaryHeapExt. | Nick Mathewson | 2026-03-25 | 1 | -0/+2 |
| | | | | | | | | | | | IoErrorExt existed to provide a workaround for Rust versions that didn't have io::ErrorKind::NotADirectory. But NotADirectory was stabilized in 1.83 and our MSRV is 1.89. BinaryHeapExt existed to provide an implementation for Rust versions that didn't have BinaryHeap::retain. But BinaryHeap::retain was stabilized in 1.70 and our MSRV is 1.70. | ||||
| * | meta: Remove all semver.md files post-release | Clara Engler | 2026-01-13 | 1 | -1/+0 |
| | | | | | | Fix the conflict in tor-netdoc/semver.md by hand, including the new entries already landed since v1.9.0. | ||||
| * | Move intern from tor-netdir to tor-basic-utils and make it pub | Nick Mathewson | 2025-12-03 | 1 | -0/+1 |
| | | |||||
| * | release: Delete semver.md files after release. | Alexander Hansen Færøy | 2025-06-05 | 1 | -4/+0 |
| | | |||||
| * | tor-basic-utils: reword `semver.md` entry | Steven Engler | 2025-05-15 | 1 | -1/+4 |
| | | |||||
| * | tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` method | Steven Engler | 2025-05-14 | 1 | -0/+1 |
| | | | | | | | This method has always been deprecated, so it's not a big deal to remove. It can be replaced with the corresponding iterators's `Default` implementation. | ||||
| * | Remove semver.md files. | Gabriela Moldovan | 2024-09-04 | 1 | -1/+0 |
| | | | | | The 1.2.7 release is out so we won't be needing these anymore. | ||||
| * | Add ByteQty to semver.md | Ian Jackson | 2024-08-27 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files from arti-1.2.1 release | Nick Mathewson | 2024-04-02 | 1 | -1/+0 |
| | | |||||
| * | PathExt::display_lossy: Add semver note | Ian Jackson | 2024-03-05 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files from arti 1.1.10 | Nick Mathewson | 2023-10-31 | 1 | -1/+0 |
| | | |||||
| * | tor-basic-utils: Seal IoErrorExt | Ian Jackson | 2023-10-10 | 1 | -0/+1 |
| | | |||||
| * | Remove semver.md files. | Nick Mathewson | 2023-03-31 | 1 | -1/+0 |
| | | |||||
| * | Move functionality from tor_basic_utils to tor_async_utils | Nick Mathewson | 2023-03-29 | 1 | -0/+1 |
| | | | | | | This commit is mostly code movement; I'd recommend reviewing it with git's `--color-moved` option. | ||||
| * | Remove semver.md files now that 1.1.0 is released. | Nick Mathewson | 2022-11-30 | 1 | -3/+0 |
| | | |||||
| * | tor-basic-utils: DropNotifyWatchSender: use DropNotifyEofSignallable | Ian Jackson | 2022-11-23 | 1 | -0/+1 |
| | | | | | | This will help avoid the programmer making the mistake I made here: https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/852#note_2854029 | ||||
| * | tor-basic-utils: Provide helper for serde flexible parsing | Ian Jackson | 2022-11-21 | 1 | -0/+1 |
| | | |||||
| * | tor-basic-utils: Provide an implementation of BinaryHeap::retain | Ian Jackson | 2022-10-27 | 1 | -0/+1 |
| | | | | | | | This is currently nightly-only and is blocked on an unresolved API question: https://github.com/rust-lang/rust/issues/71503 | ||||
| * | Remove semver.md from arti-1.0.0 | Nick Mathewson | 2022-09-07 | 1 | -1/+0 |
| | | |||||
| * | tor-basic-utils: Provide IoErrorExt is_not_a_directory() | Ian Jackson | 2022-08-25 | 1 | -0/+1 |
| We're going to want this functionality, which isn't in the stable stdlib. | |||||
