summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2018-03-30Rename `Sleep` to `Delay` (#270)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-29Remove println from tests (#267)Carl Lerche
2018-03-29Fix permissions (#268)Carl Lerche
2018-03-23Change hammer test consts (#255)Carl Lerche
2018-03-22Fix race condition related bugs (#243)Carl Lerche
2018-03-21Update to futures 0.2.0-beta (#246)Aaron Turon
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
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-11Remove uses of futures_cpupool (#220)Jeehoon Kang
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
2018-03-04Switch TCP/UDP fns to poll_ -> Poll<...> style (#175)Carl Lerche
2018-03-02Tweak the `tokio::spawn` function (#171)Carl Lerche
2018-03-01Fix deprecation warnings in tests (#167)Carl Lerche
2018-02-28I/O resources lazily bind to reactor. (#160)Carl Lerche
2018-02-28Improve current thread tests (#161)Roman
2018-02-27Support current_thread::spawn from task drop (#157)Carl Lerche
2018-02-26Fix race condition in CurrentThread. (#156)Carl Lerche
2018-02-23Fix bug with CurrentThread::turn (#152)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-07Make `Handle::wakeup` private (#117)Carl Lerche
2018-02-07Remove `framed` fn from `UdpSocket` (#116)Carl Lerche
2018-02-06Remove UdpCodec (#109)Roman
2018-02-06Switch back to futures from crates.io (#113)Carl Lerche
2018-02-01Track futures tokio-reform branch (#88)Carl Lerche
2018-01-31Poll evented mutability (#37)Carl Lerche
2018-01-30Change `net::Incoming` signature to match std. (#89)Carl Lerche
2018-01-30Update send_dgram function signature. (#91)Carl Lerche
2018-01-30Remove &addr arg from TcpListener::from_std (#92)Carl Lerche
2018-01-16Fix UdpCodec::encode (#85)Roman
2017-12-19Change a return value of reactor::poll to io::Result. (#40)dethoter
2017-12-12Remove `Handle` argument from I/O constructors (#61)Alex Crichton
2017-12-12Add a `Handle::wakeup` method (#59)Alex Crichton
2017-12-11Remove the `Reactor::run` method (#58)Alex Crichton
2017-12-11Start adding a global event loopAlex Crichton
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