summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2017-06-08Merge pull request #210 from asomers/aio5Alex Crichton
2017-06-07Respond to alexchrichton's commentsAlan Somers
2017-05-30Update tokio-core with new task systemAlex Crichton
2017-05-27Expose TCP socket optionsCarl Lerche
2017-05-21Revert changes to read_ready and add platform::all()Alan Somers
2017-05-21POSIX AIO support, try 2Alan Somers
2017-05-19Add PollEvented::poll_readyAlex Crichton
2017-05-19Update to latest mio versionAlex Crichton
2017-05-12typo fixking6cong
2017-05-09small typo fixed for io moduleMarkus Jais
2017-05-07drop inner borrow before dropping taskNikolay Kim
2017-04-25Update links to pages in the tokio.rs going-deeper sectionDan Munckton
2017-03-27Return `NotReady` from `TcpStream::read_buf`Alex Crichton
2017-03-27Fix logic error in TcpStream.read_buf()Daniel Harding
2017-03-27Return `NotReady` from TcpStream::write_bufAlex Crichton