summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2018-04-04re-export io::{ReadHalf/WriteHalf} timer::Error (#290)Leandro Pacheco
2018-03-30Actually bump tokio to v0.1.5 (#273)Carl Lerche
2018-03-30Rename `Sleep` to `Delay` (#270)Carl Lerche
2018-03-30Integrate timers with runtime. (#266)Carl Lerche
2018-03-23Bump version to v0.1.4 (#252)Carl Lerche
2018-03-21Runtime builder (#234)Roman
2018-03-15Add top-level tests for futures 0.2 integration (#231)Aaron Turon
2018-03-15set Runtime thread pool name prefix (#232)Sean McArthur
2018-03-14Move tokio::net module into tokio tcp/udp crates (#224)Sam Rijs
2018-03-13Simultaneous futures compat (#172)Aaron Turon
2018-03-13Shutdown the runtime on drop (#214)Carl Lerche
2018-03-13Fix docs markup (#225)hcpl
2018-03-13Fix build on FreeBSD (#218)Wesley Moore
2018-03-09Bump version to v0.1.3 (#213)Carl Lerche
2018-03-09CurrentThread::turn should block on idle. (#212)Carl Lerche
2018-03-08Bump tokio to v0.1.2 (#201)Carl Lerche
2018-03-08Add an explicit spawn fn to TaskExecutor (#200)Carl Lerche
2018-03-08Remove premature French translation of "current" (#197)Jake Goulding
2018-03-07Improve `poll_read_ready` implementation (#193)Carl Lerche
2018-03-06Explicitly deregister I/O resources on drop (#189)Carl Lerche
2018-03-06Split net::udp code into files: (#183)Roman
2018-03-05Split net::tcp code into files: (#177)Roman
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-02Extract the reactor to a dedicated crate. (#169)Carl Lerche
2018-03-01Add `io` facade and update `reactor` docs (#166)Carl Lerche
2018-02-28Provide a handle to Runtime's executor. (#162)Carl Lerche
2018-02-28I/O resources lazily bind to reactor. (#160)Carl Lerche
2018-02-27Support current_thread::spawn from task drop (#157)Carl Lerche
2018-02-26Fix race condition in CurrentThread. (#156)Carl Lerche
2018-02-26Lio3 (#142)Alan Somers
2018-02-23Fix bug with CurrentThread::turn (#152)Carl Lerche
2018-02-21Introduce the Tokio runtime: Reactor + Threadpool (#141)Carl Lerche
2018-02-14Adjust handle documentation (#140)cetra3
2018-02-12Remove references to `Remote` (#135)Carl Lerche
2018-02-09Bump version to v0.1.1 (#131)Carl Lerche
2018-02-09Remove fn that was never intended to be pub (#130)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-05Rename TcpStreamNew -> ConnectFuture (#111)Roman
2018-01-31Limit the max number of registered resources (#95)Carl Lerche
2018-01-31Poll evented mutability (#37)Carl Lerche
2018-01-31Move set_fallback to Reactor from Handle. (#93)Carl Lerche
2018-01-30Add CHANGELOG stub.Carl Lerche
2018-01-30Remove UDP only_v6 accessors. (#94)Carl Lerche
2018-01-30Change `net::Incoming` signature to match std. (#89)Carl Lerche
2018-01-30Remove only_v6 from TCP types (#90)Carl Lerche
2018-01-30Update send_dgram function signature. (#91)Carl Lerche