summaryrefslogtreecommitdiffstats
path: root/tokio/src/io
AgeCommit message (Expand)Author
2020-07-20Update doc comments (#2572)Mikail Bagishov
2020-07-20io: Forward poll_write_buf on BufReader (#2654)Markus Westerlind
2020-07-16io: add little endian variants for AsyncRead/WriteExt (#1915)Evan Cameron
2020-07-01io: allocate buffer directly on heap (#2634)htrefil
2020-06-18docs: BufWriter does not flush on drop (#2487)Artem Pyanykh
2020-06-18docs: remove unneeded doc from AsyncReadExt::read_ext() (#2621)Jeb Rosen
2020-06-12io: fix unsound pin projection in read_buf and write_buf (#2612)Taiki Endo
2020-06-02io: fix typo on BufReader (#2569)‏‏Dave
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-29io: update AsyncBufRead documentation (#2564)Geoffry Song
2020-05-24io: fix panic in read_line (#2541)Alice Ryhl
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-21io: remove zeroing for AsyncRead implementors (#2525)Mikail Bagishov
2020-05-14docs: improve discoverability of codec module (#2523)Geoff Shannon
2020-05-11io: add doc warning about concurrently calling poll_read/write_ready (#2439)Boqin Qin
2020-05-11io: add mio::Ready argument to PollEvented (#2419)Danny Browning
2020-04-30io: add get_mut, get_ref and into_inner to Lines (#2450)Hanif Ariffin
2020-04-23docs: make it easier to discover extension traits (#2434)Alice Ryhl
2020-04-23io: track rustfmt/clippy changes (#2431)Alice Ryhl
2020-04-22io: fix typo on AsyncWrite doc (#2427)Pythonidea
2020-04-21io: remove unsafe from ReadToString (#2384)Geoffry Song
2020-04-21Remove relative link when possible and fix invalid links (#2423)damienrg
2020-04-20io: rewrite stdin documentation (#2420)Alice Ryhl
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-12io: report error on zero-write in write_int (#2334)shuo
2020-04-02io: Add StreamReader (#2052)Alice Ryhl
2020-03-22io: impl as `RawFd` / `AsRawHandle` for stdio (#2335)MarinPostma
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
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-21io: simplify split check (#2144)Lucio Franco
2020-01-21fix: Prevent undefined behaviour from malicious AsyncRead impl (#2030)Markus Westerlind
2020-01-20Add a method to test if split streams come from the same stream. (#1762)Maarten de Vries
2020-01-20io: add `BufStream::with_capacity` (#2125)Vitor Enes
2020-01-13io: Drop AsyncBufRead bound on BufStream impl (#2108)John-John Tedro
2020-01-08Fix Seek adapter and AsyncSeek error handling for FileJeb Rosen
2020-01-07docs: improve tokio::io API documentation (#2060)Alice Ryhl
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06doc: document `from_std` functions panic (#2056)Stepan Koltsov
2020-01-06chore: use just std instead of ::std in paths (#2049)Linus Färnstrand
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-12-10io: add AsyncSeek trait (#1924)Michael Howell
2019-12-02io: add async fns for reading / writing bufs (#1881)Carl Lerche
2019-11-30io: read/write big-endian numbers (#1863)Carl Lerche