summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
...
* Bump all arti*, tor* crates to 0.2.0Nick Mathewson2022-04-011-1/+1
* 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-042-10/+4
|\ \
| * | Replace manual Clone impl with educe in tor-rtcompatIan Jackson2022-03-022-10/+4
* | | 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
* | | Bump all crates to 0.1.0arti-v0.1.0Nick Mathewson2022-03-011-1/+1
* | | Update README.md files from rustdoc.Nick Mathewson2022-03-011-10/+33
* | | 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-253-55/+142
| |/ |/|
* | Bump minimum tokio to 1.7, since tokio-util now needs that.Nick Mathewson2022-02-251-1/+1
* | Upgrade dependency to new version of tokio-util.Nick Mathewson2022-02-251-1/+1
* | Merge branch 'tls-trait' into 'main'Ian Jackson2022-02-257-29/+38
|\ \
| * | Fix rustdoc "skip this" markupIan Jackson2022-02-241-1/+1
| * | tor-rtcompat: Provide TLS wrapping for all streamsIan Jackson2022-02-247-29/+38
* | | Merge branch 'http-layer' into 'main'eta2022-02-241-0/+2
|\ \ \ | |_|/ |/| |
| * | Add missing documentation for TLS features to two readmesIan Jackson2022-02-231-0/+2
| |/
* / add example of tcp hooktrinity-1686a2022-02-231-0/+5
|/
* rename *.py scripts to bare nameIan Jackson2022-02-181-0/+0
* Change deny(clippy::all) to warn(clippy::all).Nick Mathewson2022-02-141-1/+1
* Upgrade required version of futures crate to 0.3.14Nick Mathewson2022-02-011-1/+1
* 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