summaryrefslogtreecommitdiff
path: root/crates/tor-basic-utils/semver.md
Commit message (Collapse)AuthorAgeFilesLines
* 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.