summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* tor-rtcompat: Rename coarsetime module to coarse_timeIan Jackson2024-03-251-2/+2
* tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProvider (fmt)Ian Jackson2024-03-251-3/+2
* tor-rtcompat: Provide coarsetime APIs and RealCoarseTimeProviderIan Jackson2024-03-251-0/+3
* deny clippy::unchecked_duration_subtractiontrinity-1686a2024-02-291-0/+1
* Run add_warnings on all files.Nick Mathewson2023-08-041-2/+2
* Run maint/add_warning to actually apply new lint allowsIan Jackson2023-07-101-0/+1
* Fix new "useless_vec" warning from clippy +nightlyIan Jackson2023-07-101-2/+2
* Run add_warning to remove `missing_panics_doc` deny.Nick Mathewson2023-07-061-1/+0
* lints: Run maint/add_warning to actually apply new lintsIan Jackson2023-06-211-0/+2
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* add test for many featurestrinity-1686a2022-10-161-2/+2
* cargo fmt to remove blank linesIan Jackson2022-10-121-1/+0
* Replace all README copies in src/lib.rs with includesIan Jackson2022-10-121-139/+1
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* Run maint/add_warning crates/*/src/{lib,main}.rsIan Jackson2022-06-231-0/+3
* Remove rustls from tor-rtcompat/fullNick Mathewson2022-06-161-1/+3
* lints: Add let_unit_value allow to all cratesIan Jackson2022-05-311-0/+1
* lints: Add lint block delimiters to every crateIan Jackson2022-05-311-0/+2
* tor-rtcompat: Fix a warning when building with no backends.Nick Mathewson2022-05-271-0/+1
* 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