summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2017-12-05Blanket rename `Core` to `Reactor`Alex Crichton
2017-12-05Change `need_read` and `need_write` to return an errorAlex Crichton
2017-12-01Remove unused code (#44)Thomas de Zeeuw
2017-11-01Remove executor from reactor.Carl Lerche
2017-10-30Remove timers from Tokio.Carl Lerche
2017-10-30Remove deprecated code.Carl Lerche
2017-10-30Rename crate to tokioCarl Lerche
2017-10-05Fix UDP testAlex Crichton
2017-09-12Adds a test for UdpSocket connect, recv and sendBastian Köcher
2017-09-11Merge pull request #250 from henninglive/udp-zero-lengthAlex Crichton
2017-09-11UDP 0-length datagramsHenning Ottesen
2017-09-10Make timeout tests slightly more flexibleAlex Crichton
2017-05-08Add a test for spawn-in-dropAlex Crichton
2017-03-15Limit the scope of borrow_mut in `consume_queue`Alex Crichton
2017-03-15Migrate to using tokio-ioAlex Crichton
2017-01-10Allow a bit of sloppiness in the timeout testAlex Crichton
2016-12-08Clean up the pipe-hup test slightlyAlex Crichton
2016-12-08Add test for EPOLLHUP without EPOLLINAndreas Rottmann
2016-11-22Fixup Result-returning encode methodAlex Crichton
2016-11-21Remove `Framed::split` because it's now in futuresPaul Colomiets
2016-11-15Reintroduce "decoder" and "encoder" for Decode and Encode, and merge theAaron Turon
2016-11-11Merge branch 'aphs-core-stream' of https://github.com/aidanhs/tokio-coreAlex Crichton
2016-11-08Fix line-frames testAlex Crichton
2016-11-08Refactor framing to use Streams and SinksAaron Turon
2016-11-06Add `turn` on `Core` to allow single event loop iterationsAidan Hobson Sayers
2016-10-25Polish tokio-core in prep for overall 0.1 releaseAaron Turon
2016-10-21Fix testsAlex Crichton
2016-10-21Move Framed from tokio-proto to coreAlex Crichton
2016-10-10Implement `tokio_core::reactor::Interval`Paul Colomiets
2016-09-08Don't remove timeouts that have firedAlex Crichton
2016-09-07Swap Handle/PinnedAlex Crichton
2016-09-07Tweak TaskIo wording and suchAlex Crichton
2016-09-07Reorganize the entire crate:Alex Crichton
2016-09-02Update with Poll/Async changesAlex Crichton
2016-08-31Update to futures masterAlex Crichton
2016-08-26Rename to tokio-core, add in futures-ioAlex Crichton
2016-08-21Update futures-mio testsJean Pierre Dudey
2016-08-17Relax the 'static bound on Loop::runAlex Crichton
2016-08-17Update futures-minihttpAlex Crichton
2016-08-17Re-work I/OAlex Crichton
2016-08-17Remove Future::scheduleAlex Crichton
2016-08-15Keep polling in Buffered if there's more futuresAlex Crichton
2016-08-05Don't export the `timer_wheel` moduleAlex Crichton
2016-08-03Add a timer wheelAlex Crichton
2016-08-02Add a simple UDP testAlex Crichton
2016-07-30Let's rename everything!Alex Crichton