summaryrefslogtreecommitdiffstats
path: root/tokio-tcp
AgeCommit message (Collapse)Author
2018-09-26Bump version to v0.1.9 (#666)Carl Lerche
This also includes bumps to subcrates. * tokio-async-await (0.1.4) * tokio-codec (0.1.1) * tokio-current-thread (0.1.2) * tokio-executor (0.1.5) * tokio-io (0.1.9) * tokio-reactor (0.1.6) * tokio-tcp (0.1.2) * tokio-threadpool (0.1.7) * tokio-timer (0.2.7)
2018-08-25Spelling fixes (#571)Ben Boeckel
* docs: fix spelling and whitespace errors
2018-08-10Routine dependencies update (#533)Mateusz Mikuła
* Update dependencies * Replace deprecated tempdir with tempfile
2018-08-09Remove dead futures2 code. (#538)Carl Lerche
The futures 0.2 crate is not intended for widespread usage. Also, the futures team is exploring the compat shim route. If futures 0.3 support is added to Tokio 0.1, then a different integration route will be explored, making the current code unhelpful.
2018-08-07Udp socket readiness methods (#522)Andrew Cann
2018-08-06Bump subcrate versions (#524)Carl Lerche
* tokio-current-thread 0.1.1 * tokio-executor 0.1.3 * tokio-fs 0.1.3 * tokio-reactor 0.1.3 * tokio-tcp 0.1.1 * tokio-timer 0.2.5
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
Currently, the state of the futures2 integration is pretty broken. This patch removes the feature flag, preventing users from trying to use it. In the future, it can be brought back when the implementation is fixed.
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
This also bumps: * tokio-executor: v0.1.1 * tokio-reactor: v0.1.1 * tokio-threadpool: v0.1.1
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