fix(net,quic): init with uninit data for CMsgBuilder (#583) #1
Annotations
1 error
|
commitlint
You have commit messages with errors
⧗ input: build(deps): update rustls-platform-verifier requirement from 0.5.0 to 0.6.0 (#422)
* build(deps): update rustls-platform-verifier requirement
Updates the requirements on [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) to permit the latest version.
- [Release notes](https://github.com/rustls/rustls-platform-verifier/releases)
- [Changelog](https://github.com/rustls/rustls-platform-verifier/blob/main/CHANGELOG)
- [Commits](https://github.com/rustls/rustls-platform-verifier/compare/v/0.5.0...v/0.6.0)
---
updated-dependencies:
- dependency-name: rustls-platform-verifier
dependency-version: 0.6.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(quic): adapt to new ver of platform-verifier
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 王宇逸 <Strawberry_Str@hotmail.com>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: fix(io): Framed (#421)
* feat(io): splittable trait and fixed `Framed`
* remove commented impl and pread for net OwnedReadHalf
* fix unused join
* fix named_pipe
* fix: no_run on doc test
* remove pwrite
* import Splittable
* remove AsyncWriteAt
* test with InMemoryPipe
---------
Co-authored-by: 王宇逸 <Strawberry_Str@hotmail.com>
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: feat(driver): Add DeviceIoControl opcode (#429)
* feat(driver): Add DeviceIoControl opcode
* use AsFd
---------
Co-authored-by: 王宇逸 <Strawberry_Str@hotmail.com>
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: doc: update README
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: doc(fs): update file documentation with info about AsyncRead/AsyncWrite traits (#443)
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: build(deps): update criterion requirement from 0.6.0 to 0.7.0 (#464)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bheisler/criterion.rs/compare/0.6.0...0.6.0)
---
updated-dependencies:
- dependency-name: criterion
dependency-version: 0.6.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
✖ body's lines must not be longer than 100 characters [body-max-line-length]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: refactor: Avoid instantiating Elapsed outside (#466)
✖ subject must not be sentence-case, start-case, pascal-case, upper-case [subject-case]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
⧗ input: doc: change document for io::framed `Encoder` (#467)
✖ type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, tes
|