summaryrefslogtreecommitdiffstats
path: root/tokio-tcp/src/listener.rs
AgeCommit message (Expand)Author
2019-08-15tcp: move tokio-tcp into tokio-net (#1456)Carl Lerche
2019-08-15net: reorganize crate in anticipation of #1264 (#1453)Carl Lerche
2019-08-15reactor: rename tokio-reactor -> tokio-net (#1450)Carl Lerche
2019-08-11chore: bump to newer nightly (#1426)Taiki Endo
2019-08-07Migrate threadpool to futures-util (#1403)Lucio Franco
2019-08-05tcp: update API documentation (#1392)Carl Lerche
2019-07-26ci: enable clippy lints (#1335)Taiki Endo
2019-07-24add TryFrom/From implementations (#1347)Taiki Endo
2019-07-15tokio: include `async-traits` feature (#1314)Jon Gjengset
2019-07-15chore: use ready macro from `futures-core` (#1300)Gurwinder Singh
2019-07-03tcp: add `ascyc fn TcpListener::accept` (#1242)Carl Lerche
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26Implement `TryFrom` to transform various I/O primitives into their mio counte...Denis
2019-06-24Update Tokio to use `std::future`. (#1120)Carl Lerche
2019-05-14Update Tokio to Rust 2018 (#1082)Carl Lerche
2019-04-25tcp: fix some tests that spuriously fail (#1060)Carl Lerche
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2018-11-28tcp: add usage examples to TcpListener and TcpStream (#775)Matt Gathu
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-05-14Remove fuchsia references as it is not supported. (#355)Carl Lerche
2018-05-14Document Handle::default() behavior (#359)main()
2018-05-08Fix typos (#348)Julian Tescher
2018-03-22Docs: warn about errors from TcpListener::incoming (#247)Michal 'vorner' Vaner
2018-03-21Lapsus clavis (#245)Cyril Plisko
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs