summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'high-level-features' into 'main'Nick Mathewson2022-06-161-0/+2
|\
| * Add "full" and "experimental" features to arti-client and below.Nick Mathewson2022-06-101-0/+2
* | 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
* | Document semver changesIan Jackson2022-06-081-0/+1
* | 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
* Merge branch 'post-release-fix-20220527' into 'main'Ian Jackson2022-05-301-0/+1
|\
| * tor-rtcompat: Fix a warning when building with no backends.Nick Mathewson2022-05-271-0/+1
* | Lexically sort Cargo.toml dependenciesOrhun Parmaksız2022-05-281-10/+6
|/
* Semantic version changes for Arti 0.4.0 releaseNick Mathewson2022-05-271-1/+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
* Bump the version of every* crate to 0.3.0Nick Mathewson2022-05-061-1/+1
* Update README.md files (automated).Nick Mathewson2022-05-061-3/+3
* Fix grammar and typosSamanta Navarro2022-04-271-3/+3
* Bump async_executors to 0.6Nick Mathewson2022-04-261-1/+1
* Bump every crate's edition to 2021.Nick Mathewson2022-04-251-1/+1
* Add 'rust-version = "1.56"' to every Cargo.toml file.Nick Mathewson2022-04-251-0/+1
* Reformat all not-yet-reformatted Cargo.toml files.Nick Mathewson2022-04-251-12/+19
* 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
|\ \