summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* Move intern from tor-netdir to tor-basic-utils and make it pubNick Mathewson2025-12-031-0/+1
|
* release: Delete semver.md files after release.Alexander Hansen Færøy2025-06-051-4/+0
|
* tor-basic-utils: reword `semver.md` entrySteven Engler2025-05-151-1/+4
|
* tor-linkspec,tor-basic-utils: remove deprecated `empty_iterator()` methodSteven Engler2025-05-141-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 Moldovan2024-09-041-1/+0
| | | | The 1.2.7 release is out so we won't be needing these anymore.
* Add ByteQty to semver.mdIan Jackson2024-08-271-0/+1
|
* Remove semver.md files from arti-1.2.1 releaseNick Mathewson2024-04-021-1/+0
|
* PathExt::display_lossy: Add semver noteIan Jackson2024-03-051-0/+1
|
* Remove semver.md files from arti 1.1.10Nick Mathewson2023-10-311-1/+0
|
* tor-basic-utils: Seal IoErrorExtIan Jackson2023-10-101-0/+1
|
* Remove semver.md files.Nick Mathewson2023-03-311-1/+0
|
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-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 Mathewson2022-11-301-3/+0
|
* tor-basic-utils: DropNotifyWatchSender: use DropNotifyEofSignallableIan Jackson2022-11-231-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 parsingIan Jackson2022-11-211-0/+1
|
* tor-basic-utils: Provide an implementation of BinaryHeap::retainIan Jackson2022-10-271-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.0Nick Mathewson2022-09-071-1/+0
|
* tor-basic-utils: Provide IoErrorExt is_not_a_directory()Ian Jackson2022-08-251-0/+1
We're going to want this functionality, which isn't in the stable stdlib.