| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rtcompat: add a function to sleep until a given wallclock time | Nick Mathewson | 2020-12-04 | 1 | -1/+36 | |
| | | | | | | (We can't just subtract and sleep, since we should be at least somewhat concerned about clock jumps.) | |||||
| * | Upgrade async-io | Nick Mathewson | 2020-12-03 | 1 | -1/+1 | |
| | | ||||||
| * | Bump to latest async-io | Nick Mathewson | 2020-12-01 | 1 | -1/+1 | |
| | | ||||||
| * | tor-dirclient: add timeouts | Nick Mathewson | 2020-12-01 | 1 | -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 Mathewson | 2020-11-20 | 3 | -11/+29 | |
| | | ||||||
| * | tor-chanmgr: timeout support. | Nick Mathewson | 2020-11-11 | 1 | -0/+1 | |
| | | ||||||
| * | Document tor-rtcompat crate a little | Nick Mathewson | 2020-11-11 | 2 | -3/+12 | |
| | | ||||||
| * | Remove a couple of unused dependencies | Nick Mathewson | 2020-11-11 | 1 | -5/+0 | |
| | | ||||||
| * | Isolate async_std usage in a new tor_rtcompat crate. | Nick Mathewson | 2020-11-11 | 4 | -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. | ||||||
