summaryrefslogtreecommitdiff
path: root/tor-rtcompat/src/impls/async_std.rs
Commit message (Expand)AuthorAgeFilesLines
* Try to avoid a tor-rtcompat publicness warningNick Mathewson2021-05-181-0/+1
* tor-rtcompat: Add missing documentation for async_std.rsNick Mathewson2021-05-071-1/+22
* Remove most pin_project usage in tor_rtcompat.Nick Mathewson2021-04-281-7/+4
* Clarify what TlsConnector doesn't validate.Nick Mathewson2021-04-191-2/+4
* Flatten async_std impl module slightly.Nick Mathewson2021-04-191-31/+30
* Add a local_addr() function for TcpListener.Nick Mathewson2021-04-181-0/+3
* tor_rtcompat: Documentation and cleanupsNick Mathewson2021-04-171-2/+3
* Remove the no-longer-needed "global runtime" code.Nick Mathewson2021-04-171-5/+2
* Remove some cruft in tor_rtcompat::implsNick Mathewson2021-04-171-11/+2
* rtcompat: Make TLS functionality use Runtime traits.Nick Mathewson2021-04-161-3/+26
* Make incoming Streams of TcpStream a real type for each backend.Nick Mathewson2021-04-161-0/+56
* Port tor_rtcompat::net to use Runtime objects.Nick Mathewson2021-04-161-16/+0
* Port tor_rtcompat::timer to use Runtime objects.Nick Mathewson2021-04-161-24/+2
* Begin a refactoring of tor-rtcompat to use runtime objects.Nick Mathewson2021-04-161-0/+51
* rtcompat: Add a cancellable-task-handle type.Nick Mathewson2021-04-091-4/+15
* Move responsibility for knowing about TLS into tor_rtcompat.Nick Mathewson2021-03-231-0/+62
* Port to work with tokio or async-std.Nick Mathewson2021-03-021-1/+26
* tor-dirclient: add timeoutsNick Mathewson2020-12-011-1/+1
* Require documentation in tor-rtcompat.Nick Mathewson2020-11-201-0/+10
* tor-chanmgr: timeout support.Nick Mathewson2020-11-111-0/+1
* Document tor-rtcompat crate a littleNick Mathewson2020-11-111-1/+1
* Isolate async_std usage in a new tor_rtcompat crate.Nick Mathewson2020-11-111-0/+11