summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/impls
Commit message (Expand)AuthorAgeFilesLines
...
* tor-rtcompat: Implement StreamOps for all the stream types.Gabriela Moldovan2024-12-103-4/+81
* Remove re-export of "unix" from tor_rtcompat.Nick Mathewson2024-10-292-10/+13
* rtcompat: Expose FakeStream and friends; fix compilation in tor-rtmockNick Mathewson2024-09-241-76/+0
* rtcompat: Fix some rustdoc links.Nick Mathewson2024-09-241-2/+1
* rtcompat: remove async_trait from NetStreamListener.Nick Mathewson2024-09-242-2/+0
* rtcompat: Require Sync and 'static for NetStreamListener::IncomingNick Mathewson2024-09-241-1/+1
* rtcompat: NetStreamProvider<unix::SocketAddr> for non-unix platformsNick Mathewson2024-09-243-0/+83
* Implement NetStramProvider<Unix> for async_std.Nick Mathewson2024-09-241-0/+23
* async_std: Perpare macro for use with Unix streams.Nick Mathewson2024-09-241-33/+33
* async_std: start a macro to implement wrappers for stream typeNick Mathewson2024-09-241-71/+79
* rtcompat: Implement NetStreamProvider<Unix> for tokio.Nick Mathewson2024-09-241-4/+60
* tokio: Perpare macro for use with Unix streams.Nick Mathewson2024-09-241-24/+31
* tokio: start a macro to implement wrappers for stream typeNick Mathewson2024-09-241-67/+74
* rtcompat: Rename TcpProvider to NetStreamProvider.Nick Mathewson2024-09-242-14/+14
* rtcompat: Remove accept() from TcpListenerNick Mathewson2024-09-242-7/+0
* tls: Support export keying material (RFC 5705)David Goulet2024-06-182-0/+32
* rtcompat: Set disable_built_in_roots With native_tls.Nick Mathewson2024-06-131-0/+4
* Add a note about CryptoProvicder.Nick Mathewson2024-04-221-0/+4
* Upgrade to futures-rustls 0.26.0, rustls 0.23.5.Nick Mathewson2024-04-221-0/+14
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* rtcompat: Fix a rustdoc link.Nick Mathewson2024-01-301-1/+1
* Upgrade to futures-rustls and rustls 0.22.Nick Mathewson2024-01-251-25/+32
* clippy: consequential rustfmtIan Jackson2024-01-021-3/+1
* clippy: Use infallible callsIan Jackson2024-01-021-2/+1
* clippy: Replace many calls to .get(0) with .first()Ian Jackson2024-01-021-1/+1
* tor-rtcompat: use track-caller for thin wrappersJim Newsome2023-12-181-0/+2
* Upgrade async_executors dependency to 0.7.0Nick Mathewson2023-09-281-4/+3
* Run maint/add_warning to add lint block everywhereIan Jackson2023-08-231-0/+1
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* update rustls to 0.21trinity-1686a2023-05-081-16/+11
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-121-0/+9
* fix deprecation warnings from rustlstrinity-1686a2022-11-261-9/+7
* upgrade rustls to 0.20, ignoring all deprecation warningstrinity-1686a2022-11-261-36/+30
* fix doc-feature synchrotrinity-1686a2022-10-162-2/+8
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-242-0/+2
* tor-rtcompat: Require that TcpStream be SendIan Jackson2022-08-151-1/+1
* rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-082-1/+2
* UdpSocket: remove support for connect().Nick Mathewson2022-03-182-40/+6
* add simple unit test on UDPtrinity-1686a2022-03-142-0/+8
* add skeleton for DNS handlingtrinity-1686a2022-03-142-4/+4
* add udp to runtimetrinity-1686a2022-03-142-2/+99
* Replace manual Default, and abolish new, in tor-rtcompatIan Jackson2022-03-021-13/+1
* tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-242-17/+9
* tor-rtcompat: remove some unused code.Nick Mathewson2022-01-271-16/+0
* tor-rtcompat: Add some miscellaneous testsNick Mathewson2022-01-271-0/+1
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-262-2/+2
* Make the native-tls crate optional.Nick Mathewson2022-01-261-0/+1
* Limit the inner types in tor-rtcompat that have to implement CloneNick Mathewson2022-01-262-32/+0
* Remove no-longer-needed tokio runtime helper macroNick Mathewson2022-01-261-27/+18