summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2017-12-05Blanket rename `Core` to `Reactor`Alex Crichton
2017-12-05Tweak the `PollEvented::deregister` signatureAlex Crichton
2017-12-05Add TcpListener::accept_std as a methodAlex Crichton
2017-12-05Change `need_read` and `need_write` to return an errorAlex Crichton
2017-12-05Rename networking constructors with `_std`Alex Crichton
2017-12-05Remove `NEXT_LOOP_ID`Alex Crichton
2017-12-05Remove `TcpListener::pending_accept` fieldAlex Crichton
2017-12-05Remove the `Remote` typeAlex Crichton
2017-12-05Doc improvements (#46)Thomas de Zeeuw
2017-12-01Remove unused code (#44)Thomas de Zeeuw
2017-11-21Remove Core:id. (#41)dethoter
2017-11-17Make Handle `Send + Sync`. (#35)Carl Lerche
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-27Simplify UdpSocket futuresTaylor Cramer
2017-10-27Merge pull request #272 from cramertj/must-useAlex Crichton
2017-10-25Set Sink types as must_useTaylor Cramer
2017-10-25Set Stream types as must_useTaylor Cramer
2017-10-25Set Future types as must_useTaylor Cramer
2017-10-25Fix warningsTaylor Cramer
2017-10-09Derive Debug for Timeout and TimeoutTokenCasey Rodarmor
2017-10-05Take `&SocketAddr` in `connect`Alex Crichton
2017-10-05Make `poll_at` private againAlex Crichton
2017-10-05Avoid 0-length `IoVec` instancesAlex Crichton
2017-09-22Fixed docs for Timeout::new and new_atAlex Gaynor
2017-09-14docs: fix some typosBen Boeckel
2017-09-13Merge pull request #254 from alexcrichton/poll-atAlex Crichton
2017-09-12Add {Interval,Timeout}::poll_atAlex Crichton
2017-09-12Conditionally call `consume_queue` on messagesAlex Crichton
2017-09-12Move timer heap assertions behind a dedicated cfgAlex Crichton
2017-09-12Adds UdpSocket connect, send and recv methodsBastian Köcher
2017-09-11Merge pull request #250 from henninglive/udp-zero-lengthAlex Crichton
2017-09-11UDP 0-length datagramsHenning Ottesen
2017-09-11Relax exact interval testsAlex Crichton
2017-09-08TokenTimeout: add doc around new panicTravis Bischel
2017-09-07bump slab to 0.4.0Travis Bischel
2017-09-03Prefer ErrorKind::WouldBlockarthurprs
2017-08-24Update futures dependencyAlex Crichton
2017-08-17Merge pull request #226 from Ralith/udp-dual-stackAlex Crichton
2017-08-16update example in doc commentcssivision
2017-07-31[fuchsia] Config changes to build on FuchsiaRaph Levien
2017-07-30Hide the deprecated `io` moduleAlex Crichton
2017-07-26Add documentation about panics to {Handle, Remote}::spawn{fn}manuels
2017-07-12typo fix in io_token's comment sectionGuanqun Lu
2017-06-27Clarify docs on Timeout::resetAlex Crichton
2017-06-27Add a method to reset Timeout.Yuanchao Sun
2017-06-25Expose only_v6 option for UDP socketsBenjamin Saunders
2017-06-23make TcpStream::flush() a noopSean McArthur