summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
* Bump the patch version of every crate that changed since 0.0.3Nick Mathewson2022-01-311-1/+1
* Use script to update README.md files.Nick Mathewson2022-01-281-6/+8
* tor-rtcompat: remove some unused code.Nick Mathewson2022-01-271-16/+0
* tor-rtcompat: Add some miscellaneous testsNick Mathewson2022-01-274-0/+91
* tor-rtcompat: Simplify test-declaration macros.Nick Mathewson2022-01-271-60/+35
* Move tor-rtcompat tests to lib.rsNick Mathewson2022-01-272-311/+312
* Document why {current,create}_runtime are type-erasedNick Mathewson2022-01-271-9/+19
* Apply @eta's suggestions from review on !263eta2022-01-272-2/+2
* Fix documentation references for tor-rtcompat refactoring.Nick Mathewson2022-01-262-9/+11
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-268-16/+16
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-264-74/+126
* Make the native-tls crate optional.Nick Mathewson2022-01-269-20/+118
* Define aliases for "the best enabled runtime".Nick Mathewson2022-01-264-23/+45
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-264-95/+116
* Rename FooRuntime to FooNativeTlsRuntime for consistency.Nick Mathewson2022-01-262-14/+14
* Limit the inner types in tor-rtcompat that have to implement CloneNick Mathewson2022-01-263-33/+10
* Remove no-longer-needed tokio runtime helper macroNick Mathewson2022-01-261-27/+18
* Unify TokioRuntime and TokioRuntimeHandleNick Mathewson2022-01-262-59/+49
* Remove misspellings of "rusttls".Nick Mathewson2022-01-261-2/+2
* More comments on the limitations of tor-rtcompat's TLS APINick Mathewson2022-01-252-3/+29
* Comment-only: document sni_hostname more.Nick Mathewson2022-01-251-3/+5
* Refactor native_tls usage into its own moduleNick Mathewson2022-01-257-230/+130
* tor-rtcompat: Add support for rustls.Nick Mathewson2022-01-258-9/+461
* Add a C program to make Tor-style X509 link certificatesNick Mathewson2022-01-241-0/+159
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-196-43/+134
* Add a macro to help with opaque Runtime wrappers.Nick Mathewson2022-01-192-0/+70
* Add a CompoundRuntime type for runtime construction.Nick Mathewson2022-01-192-0/+134
* Merge branch 'eta/182' into 'main'Nick Mathewson2022-01-112-7/+10
|\
| * Improve the layout of crate exports; add runtime convenience functionseta2022-01-112-7/+10
* | Bump all crate versions to 0.0.3.Nick Mathewson2022-01-111-1/+1
|/
* Minimize the required version for each dependency.Nick Mathewson2022-01-071-7/+7
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* Make TlsConnector wrap TCP connections, not create its owneta2021-12-074-29/+48
* Resolve roughly half of the XXXXs.Nick Mathewson2021-12-061-1/+3
* Bump every crate by one patch version.Nick Mathewson2021-11-291-1/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+2
* use 3des instead of rc2 in .pfx test fixtureTrinity Pointard2021-11-182-1/+1
* Upgrade to async-native-tls 0.4.0Nick Mathewson2021-11-121-1/+1
* Bump all crate versions to 0.0.1Nick Mathewson2021-10-291-1/+1
* Improve some documentation linksNick Mathewson2021-10-291-2/+3
* Clarify that new SleepProvider methods are testing-only.Nick Mathewson2021-10-261-0/+9
* Overhaul the way WaitFor and the MockSleepProvider worketa2021-10-261-0/+16
* Require up-to-date x25519-dalek, async_executors, and argh.Nick Mathewson2021-10-091-1/+1
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-081-9/+9
* fix/silence clippy lints in test modulesDaniel Eades2021-09-082-0/+2
* Document every macro.Nick Mathewson2021-09-071-0/+3
* Fix typosJani Monoses2021-09-071-1/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2713-0/+1802