summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'no-system-time' into 'main'eta2022-03-301-3/+3
|\
| * use wallclock where possible in teststrinity-1686a2022-02-261-3/+3
* | tor-rtcompat/scheduler: add unit tests, FireIn -> FireAteta2022-03-241-0/+3
* | Implement a periodic task scheduler, and a basic dormant modeeta2022-03-231-0/+1
* | add simple unit test on UDPtrinity-1686a2022-03-141-2/+37
* | add udp to runtimetrinity-1686a2022-03-141-0/+1
* | Merge branch 'clippy-allow-arc-clone' into 'main'Nick Mathewson2022-03-011-1/+0
|\ \
| * | Disable clippy::clone_on_ref_ptrIan Jackson2022-02-241-1/+0
| |/
* | Fix rustdoc errors.Nick Mathewson2022-03-011-1/+1
* | arti-client: use PreferredRuntime by default, doc cleanupseta2022-02-281-6/+18
* | tor-rtcompat: refactor PreferredRuntime, clean up docseta2022-02-251-55/+122
|/
* add example of tcp hooktrinity-1686a2022-02-231-0/+5
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* tor-rtcompat: Add some miscellaneous testsNick Mathewson2022-01-271-0/+6
* tor-rtcompat: Simplify test-declaration macros.Nick Mathewson2022-01-271-60/+35
* Move tor-rtcompat tests to lib.rsNick Mathewson2022-01-271-7/+312
* Document why {current,create}_runtime are type-erasedNick Mathewson2022-01-271-9/+19
* Apply @eta's suggestions from review on !263eta2022-01-271-1/+1
* Fix documentation references for tor-rtcompat refactoring.Nick Mathewson2022-01-261-5/+7
* Rename `SpawnBlocking` trait to `BlockOn`.Nick Mathewson2022-01-261-3/+3
* Make test_with_all_runtimes cover _all_ the runtimes.Nick Mathewson2022-01-261-46/+69
* Make the native-tls crate optional.Nick Mathewson2022-01-261-12/+49
* Define aliases for "the best enabled runtime".Nick Mathewson2022-01-261-16/+17
* Make current/create functions into runtime member functions.Nick Mathewson2022-01-261-4/+4
* Refactor Runtimes to use separate TLS implementations internally.Nick Mathewson2022-01-191-3/+3
* Add a macro to help with opaque Runtime wrappers.Nick Mathewson2022-01-191-0/+1
* Add a CompoundRuntime type for runtime construction.Nick Mathewson2022-01-191-0/+3
* extend lints to include 'clippy::all'Daniel Eades2021-12-281-0/+1
* add semicolons if nothing returnedDaniel Eades2021-11-251-1/+2
* enable checked_conversions lint.Nick Mathewson2021-10-091-0/+1
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+291