summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src
Commit message (Expand)AuthorAgeFilesLines
* update rustls to 0.21trinity-1686a2023-05-081-16/+11
* Allow clippy::unchecked_duration_subtraction in testsNick Mathewson2023-01-274-0/+4
* Disable clippy::unlinlined-format-argsNick Mathewson2023-01-271-0/+1
* test lint blocks: Add many many automaticallyIan Jackson2022-12-123-0/+25
* test lint blocks: Do some semi-manuallyIan Jackson2022-12-121-0/+9
* Fix typosDimitris Apostolou2022-12-091-1/+1
* fix deprecation warnings from rustlstrinity-1686a2022-11-261-9/+7
* upgrade rustls to 0.20, ignoring all deprecation warningstrinity-1686a2022-11-261-36/+30
* Temporarily disable it_cancels_delayed_firings.Nick Mathewson2022-11-101-0/+5
* Run add_warnings.Nick Mathewson2022-11-031-0/+1
* fix doc-feature synchrotrinity-1686a2022-10-162-2/+8
* 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
* `TaskSchedule`: give error on `sleep*()` if last handle is droppedNick Mathewson2022-09-071-5/+28
* add feature annotation not added by doc_auto_cfgtrinity-1686a2022-08-242-0/+2
* enable doc_auto_cfg feature on every crate when documenting for docs.rstrinity-1686a2022-08-241-0/+1
* tor-rtcompat: Require that TcpStream be SendIan Jackson2022-08-152-2/+2
* tor-rtcompat: s/micros/millis inside a flaky testeta2022-07-261-1/+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
* Merge branch 'dormant_directory' into 'main'Nick Mathewson2022-06-132-2/+118
|\
| * TaskSchedule: Add a sleep_until_wallclock method too.Nick Mathewson2022-06-102-2/+15
| * Add a `sleep` function to TaskSchedule.Nick Mathewson2022-06-071-0/+20
| * Add "suspend" and "resume" to TaskSchedule.Nick Mathewson2022-06-071-0/+83
* | rt-compat: Make all the individual runtime traits Clone+Send etc.Ian Jackson2022-06-084-6/+18
|/
* 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
* Improve documentation around Cargo features; make Runtime require Debugeta2022-05-111-0/+3
* tor-rtcompat: make CompoundRuntime handle SleepProviders properlyeta2022-05-101-0/+11
* Merge branch 'disallowed_lint' into 'main'eta2022-03-302-2/+0
|\
| * Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-302-2/+0
* | Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+6
|/
* Merge branch 'no-system-time' into 'main'eta2022-03-303-3/+5
|\
| * use wallclock where possible in teststrinity-1686a2022-02-262-3/+4
| * remove most usage of SystemTime::nowtrinity-1686a2022-02-251-0/+1
* | tor-rtcompat/scheduler: add unit tests, FireIn -> FireAteta2022-03-242-7/+142
* | Implement a periodic task scheduler, and a basic dormant modeeta2022-03-232-0/+149
* | UdpSocket: remove support for connect().Nick Mathewson2022-03-183-47/+10
* | add simple unit test on UDPtrinity-1686a2022-03-144-2/+47
* | fix typos and minor issuestrinity-1686a2022-03-141-1/+1
* | add skeleton for DNS handlingtrinity-1686a2022-03-143-6/+9
* | add udp to runtimetrinity-1686a2022-03-148-23/+210
* | Merge branch 'educe-traits' into 'main'Ian Jackson2022-03-041-10/+3
|\ \
| * | Replace manual Clone impl with educe in tor-rtcompatIan Jackson2022-03-021-10/+3
* | | Replace manual Default, and abolish new, in tor-rtcompatIan Jackson2022-03-021-13/+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