aboutsummaryrefslogtreecommitdiff
path: root/tor-rtcompat
Commit message (Collapse)AuthorAgeFilesLines
...
* rtcompat: add a function to sleep until a given wallclock timeNick Mathewson2020-12-041-1/+36
| | | | | (We can't just subtract and sleep, since we should be at least somewhat concerned about clock jumps.)
* Upgrade async-ioNick Mathewson2020-12-031-1/+1
|
* Bump to latest async-ioNick Mathewson2020-12-011-1/+1
|
* tor-dirclient: add timeoutsNick Mathewson2020-12-011-1/+1
| | | | | | | | This adds two timeouts in total: one for sending begin, and getting headers, and one for getting the rest of the data. These timeouts are way too long right now, but at least the code is there.
* Require documentation in tor-rtcompat.Nick Mathewson2020-11-203-11/+29
|
* tor-chanmgr: timeout support.Nick Mathewson2020-11-111-0/+1
|
* Document tor-rtcompat crate a littleNick Mathewson2020-11-112-3/+12
|
* Remove a couple of unused dependenciesNick Mathewson2020-11-111-5/+0
|
* Isolate async_std usage in a new tor_rtcompat crate.Nick Mathewson2020-11-114-0/+42
Like tor_llcrypto, this crate is meant to expose only the part of other crates (in this case, a async runtime crate) that we use.