summaryrefslogtreecommitdiffstats
path: root/tokio-tcp
AgeCommit message (Expand)Author
2019-07-03tcp: add `ascyc fn TcpListener::accept` (#1242)Carl Lerche
2019-06-28TcpSocket specialized split (#1217)Yin Guanhao
2019-06-27chore: format code and enable rustfmt CI task (#1212)Carl Lerche
2019-06-26test: get `cargo test --tests` working (#1205)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-24Fix TCP poll_hup test (#1106)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-04-24chore: remember to remove path deps on release (#1057)Carl Lerche
2019-04-01Replace try! macro with ? operator (#1024)Taiki Endo
2019-03-19chore: repo maintenance + no path dependencies (#991)Carl Lerche
2019-03-04Fix TcpStream::try_clone error message (#946)Blake Smith
2019-02-21chore: apply rustfmt to all crates (#917)Carl Lerche
2019-01-06tcp: specify version for tokio dev dependencyCarl Lerche
2019-01-06Bump version to 0.1.14. (#836)Carl Lerche
2019-01-05tcp: deprecate `TcpStream::try_clone()` (#824)Stjepan Glavina
2018-11-28tcp: add usage examples to TcpListener and TcpStream (#775)Matt Gathu
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
2018-08-25Spelling fixes (#571)Ben Boeckel
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
2018-08-07Udp socket readiness methods (#522)Andrew Cann
2018-08-06Bump subcrate versions (#524)Carl Lerche
2018-07-11tokio-tcp: add tokio::net::TcpStream::try_clone (#448)João Oliveira
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-05-02Remove `futures2` feature from Cargo.toml files (#334)Carl Lerche
2018-04-02Fix typo (#275)Kam Y. Tse
2018-03-27Fix unstable-futures feature flag propagation (#261)Sam Rijs
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-22Docs: warn about errors from TcpListener::incoming (#247)Michal 'vorner' Vaner
2018-03-22implement poll_vectored_* and initializer method for futures2 (#242)Sean McArthur
2018-03-21Lapsus clavis (#245)Cyril Plisko
2018-03-15Add top-level tests for futures 0.2 integration (#231)Aaron Turon
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs