summaryrefslogtreecommitdiffstats
path: root/src/io
AgeCommit message (Expand)Author
2017-10-30Remove timers from Tokio.Carl Lerche
2017-10-30Remove deprecated code.Carl Lerche
2017-10-25Set Stream types as must_useTaylor Cramer
2017-10-25Set Future types as must_useTaylor Cramer
2017-09-03Prefer ErrorKind::WouldBlockarthurprs
2017-08-24Update futures dependencyAlex Crichton
2017-05-09small typo fixed for io moduleMarkus Jais
2017-04-25Update links to pages in the tokio.rs going-deeper sectionDan Munckton
2017-03-15Migrate to using tokio-ioAlex Crichton
2017-02-18Add PartialOrd and Ord to EasyBuf, generalize PartialEq.Martin Hoffmann
2017-02-13Implement PartialEq for EasyBufSebastian Thiel
2017-02-12Test semantics of buffer allocation of get_mut()Sebastian Thiel
2017-02-11Assure we don't have to allocate while growing the vectorSebastian Thiel
2017-02-11Allocation in get_mut() always uses 8 * 1024 bytesSebastian Thiel
2017-02-10impl Into<Vec<u8>> for EasyBuf (cf. #120)Manuel Woelker
2017-02-10fix allocating EasyBuf::get_mut() leaving vector too large (cf. #162)Manuel Woelker
2017-01-27Fix typo in non-doc comment in copy.rsDenis Andrejew
2017-01-27Merge pull request #157 from seanmonstar/vecioAlex Crichton
2017-01-27add read_bufs and write_bufs to Io and TcpStreamSean McArthur
2017-01-24Merge pull request #159 from jtescher/fix-typosAlex Crichton
2017-01-24Fix typosJulian Tescher
2017-01-22impl fmt::Debug for EasyBuf (cf. #120)Manuel Woelker
2017-01-11Add some docs links and suchAlex Crichton
2017-01-04Use `io::Result`sinkuu
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-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-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-11TypoAlex 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-05Fix some typos.David Renshaw
2016-11-05Implement split() with BiLockAlex Crichton
2016-10-22Allow start and end of window to match length of underlying slice.Paul Lietar