Skip to content

Tags: matthiasbeyer/tokio

Tags

tokio-0.3.3

Toggle tokio-0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.3.3 release (tokio-rs#3090)

tokio-util-0.5.0

Toggle tokio-util-0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare tokio-util v0.5.0 release (tokio-rs#3078)

tokio-0.3.2

Toggle tokio-0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.3.2 release (tokio-rs#3059)

tokio-macros-0.3.1

Toggle tokio-macros-0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
macros: prepare tokio-macros 0.3.1 (tokio-rs#3042)

tokio-0.3.1

Toggle tokio-0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.3.1 release (tokio-rs#3021)

tokio-0.3.0

Toggle tokio-0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare for v0.3.0 release (tokio-rs#2960)

tokio-0.2.22

Toggle tokio-0.2.22's commit message
 0.2.22 (July 20, 2020)

Fixes
- docs: misc improvements (tokio-rs#2572, tokio-rs#2658, tokio-rs#2663, tokio-rs#2656, tokio-rs#2647, tokio-rs#2630, tokio-rs#2487, tokio-rs#2621,
  tokio-rs#2624, tokio-rs#2600, tokio-rs#2623, tokio-rs#2622, tokio-rs#2577, tokio-rs#2569, tokio-rs#2589, tokio-rs#2575, tokio-rs#2540, tokio-rs#2564, tokio-rs#2567,
  tokio-rs#2520, tokio-rs#2521, tokio-rs#2493)
- rt: allow calls to `block_on` inside calls to `block_in_place` that are
  themselves inside `block_on` (tokio-rs#2645)
- net: fix non-portable behavior when dropping `TcpStream` `OwnedWriteHalf` (tokio-rs#2597)
- io: improve stack usage by allocating large buffers on directly on the heap
  (tokio-rs#2634)
- io: fix unsound pin projection in `AsyncReadExt::read_buf` and
  `AsyncWriteExt::write_buf` (tokio-rs#2612)
- io: fix unnecessary zeroing for `AsyncRead` implementors (tokio-rs#2525)
- io: Fix `BufReader` not correctly forwarding `poll_write_buf` (tokio-rs#2654)
- io: fix panic in `AsyncReadExt::read_line` (tokio-rs#2541)

Changes
- coop: returning `Poll::Pending` no longer decrements the task budget (tokio-rs#2549)

Added
- io: little-endian variants of `AsyncReadExt` and `AsyncWriteExt` methods
  (tokio-rs#1915)
- task: add [`tracing`] instrumentation to spawned tasks (tokio-rs#2655)
- sync: allow unsized types in `Mutex` and `RwLock` (via `default` constructors)
  (tokio-rs#2615)
- net: add `ToSocketAddrs` implementation for `&[SocketAddr]` (tokio-rs#2604)
- fs: add `OpenOptionsExt` for `OpenOptions` (tokio-rs#2515)
- fs: add `DirBuilder` (tokio-rs#2524)

[`tracing`]: https://crates.io/crates/tracing

tokio-0.2.21

Toggle tokio-0.2.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.2.21 release (tokio-rs#2530)

tokio-0.2.20

Toggle tokio-0.2.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.2.20 release. (tokio-rs#2458)

tokio-0.2.19

Toggle tokio-0.2.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: prepare v0.2.19 release (tokio-rs#2441)