aboutsummaryrefslogtreecommitdiff
path: root/tor-rtcompat
Commit message (Expand)AuthorAgeFilesLines
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-2713-1802/+0
* Merge remote-tracking branch 'origin/mr/67' into unwrap_usedNick Mathewson2021-08-272-1/+2
|\
| * WIP: Add the "unwrap_used" lint.S0AndS02021-08-242-1/+2
* | Updates for reproducible build docsNick Mathewson2021-08-262-0/+6
* | fix segfault on static binTrinity Pointard2021-08-251-1/+1
* | make arti availlable as build artifactTrinity Pointard2021-08-251-0/+1
|/
* Revisions based on new documented-panics lint.Nick Mathewson2021-08-181-0/+4
* Merge remote-tracking branch 'origin/mr/60'Nick Mathewson2021-08-181-0/+1
|\
| * Add the "missing_panics_doc" lint.S0AndS02021-08-131-0/+1
* | Add the "implicit_clone" lint.S0AndS02021-08-171-0/+1
|/
* Use add_warnings.py for clippy::cast_losslessNick Mathewson2021-08-131-1/+1
* Add the "cast_lossless" lint.S0AndS02021-08-121-0/+1
* Sync docs with readmesLennart Kloock2021-08-111-2/+2
* Fix previously fixed typos in docs tooLennart Kloock2021-08-101-2/+2
* Fix a few typos in tor-rtcompat README.mdLennart Kloock2021-08-101-3/+3
* Fix typo in tor-rtcompat README.mdLennart Kloock2021-08-101-1/+1
* Add unnecessary_wraps to the big warning list.Nick Mathewson2021-08-061-0/+1
* Update READMEs.Nick Mathewson2021-08-061-5/+4
* Fix typos and other spelling mistakesrls2021-07-316-7/+7
* address a bunch of hopefully uncontroversial lintsDaniel Eades2021-07-201-1/+1
* Try to re-enable simple_tls test on osx.Nick Mathewson2021-07-152-7/+5
* Allow tor-rtcompat to build with no runtimes.Nick Mathewson2021-07-016-98/+172
* Merge remote-tracking branch 'origin/mr/34'Nick Mathewson2021-06-271-0/+2
|\
| * Add clippy warn needless pass by valueYUAN LYU2021-06-211-0/+1
| * Add clippy warn needless borrowYUAN LYU2021-06-211-0/+1
* | Remove "publish = false"Nick Mathewson2021-06-241-1/+0
* | Bump tokio-related dependenciesNick Mathewson2021-06-241-2/+2
|/
* Remove some (but not all) needless dependencies.Nick Mathewson2021-06-171-1/+0
* Add noop_method_call warning.Nick Mathewson2021-05-271-0/+1
* Enable cargo_common_metadata warning.Nick Mathewson2021-05-251-0/+1
* Add automatically generated README.md files to each crate.Nick Mathewson2021-05-251-0/+112
* Add a link tto the tor website to arti blurb.Nick Mathewson2021-05-241-1/+2
* Add a conversion from TimeoutError to IoError.Nick Mathewson2021-05-211-0/+6
* Add tor-proto docs and tweak docs+apis elsewhere.Nick Mathewson2021-05-211-7/+7
* Improve crate-level tor-rtcompat documentationNick Mathewson2021-05-211-30/+125
* Remove a redundant feature in tokioNick Mathewson2021-05-201-1/+1
* Implement Runtime for a thin wrapper around tokio runtime handlesNick Mathewson2021-05-203-49/+143
* Give every Cargo.toml a repository fieldNick Mathewson2021-05-191-0/+1
* Try to avoid a tor-rtcompat publicness warningNick Mathewson2021-05-181-0/+1
* Add the "unreachable_pub" lint.Nick Mathewson2021-05-183-4/+2
* tor-rtcompat: Add missing documentation for async_std.rsNick Mathewson2021-05-071-1/+22
* Add trait_duplication_in_bounds warning.Nick Mathewson2021-05-031-0/+1
* Add unseparated_literal_suffix lint, and fix it.Nick Mathewson2021-05-032-2/+3
* Add a few more clippy warningsNick Mathewson2021-05-031-0/+5
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-039-1560/+1
* bump to latest async_ioNick Mathewson2021-05-031-1/+1
* Note a limitation in MockSleepProvider::advanceNick Mathewson2021-04-282-5/+7
* Remove most pin_project usage in tor_rtcompat.Nick Mathewson2021-04-284-65/+40
* Define a runtime wrapper to override the network.Nick Mathewson2021-04-284-0/+104
* Add a mock TLS provider.Nick Mathewson2021-04-281-27/+203