summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-08-24Add a `&LoopPin` to `add_loop_data` closuresAlex Crichton
2016-08-22Implement Stream for ReceiverAlex Crichton
2016-08-21Merge pull request #87 from alexcrichton/less-arcAaron Turon
2016-08-21Update futures-mio testsJean Pierre Dudey
2016-08-20Add a channel to the futures-mio crateAlex Crichton
2016-08-20Reorganize the `event_loop` moduleAlex Crichton
2016-08-20Don't store an Arc in ReadinessStreamAlex Crichton
2016-08-20Revert to using futures::lazy(), which is in fact needed.David Renshaw
2016-08-20update comment and simplify echo exampleDavid Renshaw
2016-08-18Update docs of futures-mioAlex Crichton
2016-08-18Rewrite recursion with a loop in sink.rsAlex Crichton
2016-08-17Relax the 'static bound on Loop::runAlex Crichton
2016-08-17Remove lots of 'static boundsAlex Crichton
2016-08-17Update futures-curlAlex 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-15Implement UDS bindingsAlex Crichton
2016-08-13Optimize next_timeout slightlyAlex Crichton
2016-08-13Add a method to get a handle from a pinAlex Crichton
2016-08-12Remove Send from Future/StreamAlex Crichton
2016-08-12Add LoopPin to easily create LoopDataAlex Crichton
2016-08-12Remove the Any bound from LoopDataAlex Crichton
2016-08-11Listening vs ListeneringYale Cason III
2016-08-10Fix compile on windowsAlex Crichton
2016-08-10Remove extraneous allocation on ReadinessStream::newAlex Crichton
2016-08-09Add libcurl bindingsAlex Crichton
2016-08-09Fix a few more timer wheel bugsAlex Crichton
2016-08-08Fix link in mio READMEAlex Crichton
2016-08-08Add lots of README filesAlex Crichton
2016-08-08Use the dev branch of mioAlex Crichton
2016-08-08Remove the executable bit on a fileAlex Crichton
2016-08-08write-then-drop is now upstreamAlex Crichton
2016-08-05More info and more READMEsAlex Crichton
2016-08-05Add a method to add data to an event loop directlyAlex Crichton
2016-08-05Fix up a few edge cases on the timer wheelAlex Crichton
2016-08-05Implement Sync for LoopDataAlex Crichton
2016-08-05Add some assorted debug messagesAlex Crichton
2016-08-05Set the CURRENT_LOOP for processing messagesAlex Crichton
2016-08-05Start brushing up io/mio docsAlex Crichton
2016-08-05Don't export the `timer_wheel` moduleAlex Crichton
2016-08-05Fix RefCell borrow_mut error on firing timeoutsAlex Crichton
2016-08-05Fix compile of minihttp on stableAlex Crichton
2016-08-04Implementing LoopDataAlex Crichton
2016-08-04Add AsRawFd where possibleAlex Crichton
2016-08-03Fix timer wheel testsAlex Crichton
2016-08-03Add a timer wheelAlex Crichton
2016-08-02Add a simple UDP testAlex Crichton
2016-08-02Add a few more TCP methodsAlex Crichton