summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-01-11Move from a custom channel to futures::syncAlex Crichton
2017-01-11Add some docs links and suchAlex Crichton
2017-01-11Point to tokio.rsAlex Crichton
2017-01-10Touch up some docs in tokio-coreAlex Crichton
2017-01-10Docs: Remove outdated reference to `task::poll_on`critiqjo
2017-01-06Touch up `TcpStream::connect` and revert breaking changeAlex Crichton
2017-01-06Merge branch 'master' of https://github.com/alreece45/tokio-coreAlex Crichton
2017-01-05Update the use of deprecated APIscritiqjo
2017-01-04Use `io::Result`sinkuu
2016-12-20Update `TcpStream::connect_stream()` to return `TcpStreamNew`Alexander Reece
2016-12-20Change TcpStream::new() and TcpStream::connect() to return concrete types.Alexander Reece
2016-12-19Add #![doc] to crate rootAlex Crichton
2016-12-19`Encode`/`Decode` -> `Codec` in docsSteven Fackler
2016-12-17Add Clone for EasyBufAaron Turon
2016-12-17Add From<Vec<u8>> for EasyBufAaron Turon
2016-12-16Touch up docs of TcpListener::acceptAlex Crichton
2016-12-16Minor tweaks w/ TcpListener::acceptAlex Crichton
2016-12-16Merge pull request #106 from dpc/tcplistener-acceptAlex Crichton
2016-12-16tcp: Express `incoming` in terms of `accept`Dawid Ciężarkiewicz
2016-12-16initialize slabs with capacity of oneDavid Renshaw
2016-12-16Don't block in `TcpListener::accept`Dawid Ciężarkiewicz
2016-12-16Implement `TcpListener::accept()`Dawid Ciężarkiewicz
2016-12-08Handle `hup` events as indicating read readinessAndreas Rottmann
2016-11-22Add some more public exportsAlex Crichton
2016-11-22Fixup Result-returning encode methodAlex Crichton
2016-11-22Merge branch 'master' of https://github.com/colindjk/tokio-coreAlex Crichton
2016-11-22Touch up codes for UDPAlex Crichton
2016-11-22Merge branch 'udp_frame' of https://github.com/rrichardson/tokio-coreAlex Crichton
2016-11-22added Default Codec for UdpRick Richardson
2016-11-22changed CodecUdp::decode to return Self::In instead of Option<Self::In>Rick Richardson
2016-11-21made send_dgram move self, made FramedUdp::new private, other clean-ups and t...Rick Richardson
2016-11-21Remove `Framed::split` because it's now in futuresPaul Colomiets
2016-11-20Updated 'encode' return value to Result, removed parameter passing bufferkibbles
2016-11-20moved udp test to examples, optimized buffer handlingRick Richardson
2016-11-20implemented moste of udp frames testRick Richardson
2016-11-19completed basic implementation of FramedUdp for streams and sinkRick Richardson
2016-11-18Deprecate the `channel` moduleAlex Crichton
2016-11-16Clean up Sink implementation on FramedDan Burkert
2016-11-15Merge pull request #102 from aturon/decoder-encoderAlex Crichton
2016-11-15Reintroduce "decoder" and "encoder" for Decode and Encode, and merge theAaron Turon
2016-11-15Remove references to EasyFramed and easy module.Bheesham Persaud
2016-11-11Touch up Reactor::pollAlex Crichton
2016-11-11Merge branch 'aphs-core-stream' of https://github.com/aidanhs/tokio-coreAlex Crichton
2016-11-11TypoAlex Crichton
2016-11-10Touch up some of the benchmarksAlex Crichton
2016-11-10Add note about how to get a FramedAaron Turon
2016-11-10Remove mentions of EasyFramedAaron Turon
2016-11-08Refactor framing to use Streams and SinksAaron Turon
2016-11-06Merge pull request #82 from aturon/cleanup-for-0.1Aaron Turon
2016-11-06Add `turn` on `Core` to allow single event loop iterationsAidan Hobson Sayers