summaryrefslogtreecommitdiffstats
path: root/tokio/Cargo.toml
AgeCommit message (Expand)Author
2020-12-09chore: prepare for Tokio 1.0 work (#3238)Carl Lerche
2020-12-04deps: replace lazy_static with once_cell (#3187)Iban Eguia
2020-11-30chore: prepare v0.3.5 release (#3201)Carl Lerche
2020-11-18chore: prepare v0.3.4 release (#3152)Carl Lerche
2020-11-16net: Add send/recv buf size methods to `TcpSocket` (#3145)Eliza Weisman
2020-11-13chore: update pin-project-lite to 0.2.0 (#3139)Taiki Endo
2020-11-11ci: minimal version check (#3131)Alice Ryhl
2020-11-10Minor cleanup of parking_lot feature, now in full (#3119)David Kellum
2020-11-08chore: update proptest and nix (#3110)Taiki Endo
2020-11-02chore: prepare v0.3.3 release (#3090)Carl Lerche
2020-11-02rt: add missing Send bound (#3089)Alice Ryhl
2020-11-01tracing: replace future names with spawn locations in task spans (#3074)Eliza Weisman
2020-10-28tokio: remove unused dependency (#3063)Tom Kaitchuck
2020-10-27chore: prepare v0.3.2 release (#3059)Carl Lerche
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
2020-10-21chore: prepare v0.3.1 release (#3021)Carl Lerche
2020-10-21io: add `AsyncReadExt::read_buf` (#3003)Carl Lerche
2020-10-15chore: prepare for v0.3.0 release (#2960)Carl Lerche
2020-10-12meta: combine `net` and `dns`, use `parking_lot` (#2951)Carl Lerche
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-13net: merge tcp, udp, uds features to net feature (#2943)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-07net: add `TcpSocket` for configuring a socket (#2920)Carl Lerche
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-24io: remove poll_{read,write}_buf from traits (#2882)Carl Lerche
2020-09-24chore: remove internal io-driver cargo feature (#2881)Ivan Petkov
2020-09-24chore: remove internal io-readiness cargo feature (#2878)Ivan Petkov
2020-09-24process: do not publicly turn on `signal` when enabled (#2871)Ivan Petkov
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-09-07process: add Child::{wait,try_wait} (#2796)Ivan Petkov
2020-08-23sync: move CancellationToken to tokio-util (#2721)Carl Lerche
2020-08-07chore: prepare for v0.3 breaking changes (#2747)Carl Lerche
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-28chore: update parking_lot dependency to 0.11.0 (#2676)Jasper
2020-07-21chore: prepare to release 0.2.22 (#2672)Eliza Weisman
2020-07-13task: add Tracing instrumentation to spawned tasks (#2655)Eliza Weisman
2020-05-13chore: prepare v0.2.21 release (#2530)Carl Lerche
2020-05-06sync: simplify the broadcast channel (#2467)Carl Lerche
2020-05-02sync: add CancellationToken (#2263)Matthias Einwag
2020-04-28chore: prepare v0.2.20 release. (#2458)Carl Lerche
2020-04-24chore: prepare v0.2.19 release (#2441)Carl Lerche
2020-04-21io: remove unsafe from ReadToString (#2384)Geoffry Song
2020-04-12chore: prepare to release 0.2.18 (#2399)Alice Ryhl
2020-04-09chore: prepare to release 0.2.17 (#2392)Eliza Weisman
2020-04-09rt: fix bug in work-stealing queue (#2387)Carl Lerche
2020-04-03sync: ensure Mutex, RwLock, and Semaphore futures are Send + Sync (#2375)Eliza Weisman
2020-04-02chore: Prepare `0.2.15` release (#2365)Lucio Franco
2020-04-01chore: prepare tokio v0.2.14 release (#2356)Carl Lerche
2020-03-26rt: track loom changes + tweak queue (#2315)Carl Lerche