summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/driver
AgeCommit message (Expand)Author
2020-11-12net: add TcpStream::ready and non-blocking ops (#3130)Carl Lerche
2020-11-11io: driver internal cleanup (#3124)Carl Lerche
2020-11-10io: update AsyncFd to use Registration (#3113)Carl Lerche
2020-10-22io: Add AsyncFd, fix io::driver shutdown (#2903)bdonlan
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-08net: use &self with TcpListener::accept (#2919)Carl Lerche
2020-10-02io: update to Mio 0.7 (#2893)Carl Lerche
2020-09-25Fix readiness future eagerly consuming entire socket readiness (#2887)Sean McArthur
2020-09-25chore: handle std `Mutex` poisoning in a shim (#2872)Zahari Dichev
2020-09-24chore: remove internal io-readiness cargo feature (#2878)Ivan Petkov
2020-09-23io: use intrusive wait list for I/O driver (#2828)Sean McArthur
2020-08-11io: rewrite slab to support compaction (#2757)Carl Lerche
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-05-11io: add mio::Ready argument to PollEvented (#2419)Danny Browning
2020-02-25process: Wake up read and write on `EPOLLERR` (#2218)Kevin Leimkuhler
2020-02-12io: avoid unnecessary wake in registration (#2221)Jon Gjengset
2020-01-24rt: improve "no runtime" panic messages (#2145)Avery Harnish
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20Refactor the I/O driver, extracting slab to `tokio::util`. (#1792)Carl Lerche