summaryrefslogtreecommitdiff
path: root/tor-rtcompat/Cargo.toml
Commit message (Expand)AuthorAgeFilesLines
* Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* Bump tokio-related dependenciesNick Mathewson2021-06-241-2/+2
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-1/+0
* Remove a redundant feature in tokioNick Mathewson2021-05-201-1/+1
* Implement Runtime for a thin wrapper around tokio runtime handlesNick Mathewson2021-05-201-1/+1
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-031-5/+0
* bump to latest async_ioNick Mathewson2021-05-031-1/+1
* Add a MockNetwork structure for testing.Nick Mathewson2021-04-281-0/+1
* Add a "socketpair"-style linked-reader/writer implementation for testingNick Mathewson2021-04-211-0/+3
* Begin a refactoring of tor-rtcompat to use runtime objects.Nick Mathewson2021-04-161-2/+4
* Move responsibility for knowing about TLS into tor_rtcompat.Nick Mathewson2021-03-231-2/+6
* Refactor tokio implpementation in tor-rtcompat.Nick Mathewson2021-03-231-3/+6
* Add appropriate categories to some Cargo.toml files.Nick Mathewson2021-03-171-0/+1
* Add the tor project as an author.Nick Mathewson2021-03-171-1/+1
* Add keywords to each Cargo.tomlNick Mathewson2021-03-171-0/+1
* Add a description field to all our Cargo.toml filesNick Mathewson2021-03-171-0/+1
* Give it a homepage everyplace.Nick Mathewson2021-03-171-0/+1
* Cut down on tokio features.Nick Mathewson2021-03-101-1/+1
* Bump dependencies with "cargo upgrade"Nick Mathewson2021-03-061-1/+1
* Port to work with tokio or async-std.Nick Mathewson2021-03-021-1/+6
* Upgrade async-ioNick Mathewson2020-12-031-1/+1
* Bump to latest async-ioNick Mathewson2020-12-011-1/+1
* Remove a couple of unused dependenciesNick Mathewson2020-11-111-5/+0
* Isolate async_std usage in a new tor_rtcompat crate.Nick Mathewson2020-11-111-0/+23