1. 868360f Bump version (fake) to match updated crate version by Taylor Cramer · 6 years ago main master
  2. acf754a Fix fuchsia-zircon dep declaration by Rob Tsuk · 6 years ago
  3. 2e65ad8 Update in response to fuchsia-zircon changes by Taylor Cramer · 7 years ago
  4. 6c635db Fix paths to Fuchsia crates. by P.Y. Laligand · 7 years ago
  5. c0a9f32 switch to path dependencies for first party crates by James Tucker · 7 years ago
  6. a73bb04 Update to fuchsia-zircon 0.3 by James Tucker · 7 years ago
  7. 1da40f2 Add platform-specific signals for Fuchsia by Taylor Cramer · 7 years ago
  8. 0119853 Merge pull request #263 from casey/timeout-debug by Alex Crichton · 7 years ago
  9. e10de1e Derive Debug for Timeout and TimeoutToken by Casey Rodarmor · 7 years ago
  10. 335c3e7 Fix UDP test by Alex Crichton · 7 years ago
  11. 1c88b8f Bump to 0.1.10 by Alex Crichton · 7 years ago 0.1.10
  12. 84916f6 Take `&SocketAddr` in `connect` by Alex Crichton · 7 years ago
  13. 259c7a0 Make `poll_at` private again by Alex Crichton · 7 years ago
  14. 2576060 Avoid 0-length `IoVec` instances by Alex Crichton · 7 years ago
  15. 0868b97 Add a `tinydb` example sharing state by Alex Crichton · 7 years ago
  16. fbd0a9e Merge pull request #258 from alex/patch-1 by Alex Crichton · 7 years ago
  17. 24dd856 Fixed docs for Timeout::new and new_at by Alex Gaynor · 7 years ago
  18. e33155e Merge pull request #255 from mathstuf/doc-typos by Alex Crichton · 7 years ago
  19. de33e02 docs: fix some typos by Ben Boeckel · 7 years ago
  20. 317c115 Merge pull request #254 from alexcrichton/poll-at by Alex Crichton · 7 years ago
  21. fb05eb3 Merge pull request #253 from alexcrichton/perf by Alex Crichton · 7 years ago
  22. 25dcb1f Add {Interval,Timeout}::poll_at by Alex Crichton · 7 years ago
  23. 97d8029 Conditionally call `consume_queue` on messages by Alex Crichton · 7 years ago
  24. b320d9e Move timer heap assertions behind a dedicated cfg by Alex Crichton · 7 years ago
  25. 63d7be0 Merge pull request #251 from bkchr/udpsocket_connect by Alex Crichton · 7 years ago
  26. 7950b43 Adds a test for UdpSocket connect, recv and send by Bastian Köcher · 7 years ago
  27. c80105f Adds UdpSocket connect, send and recv methods by Bastian Köcher · 7 years ago
  28. 8a43472 Add an example of compressing on a CPU pool by Alex Crichton · 7 years ago
  29. ecedea3 Add a README for the examples by Alex Crichton · 7 years ago
  30. 2e5cd16 Merge pull request #250 from henninglive/udp-zero-length by Alex Crichton · 7 years ago
  31. 85257e1 Touch up a few examples by Alex Crichton · 7 years ago
  32. a611f6e Add a UDP mode to the `connect` example by Alex Crichton · 7 years ago
  33. bda6ed9 UDP 0-length datagrams by Henning Ottesen · 7 years ago
  34. 5e4cfdf Recommend the `connect` example over `nc` by Alex Crichton · 7 years ago
  35. e0b751b Relax exact interval tests by Alex Crichton · 7 years ago
  36. 5e92b10 Add a "tiny" HTTP example by Alex Crichton · 7 years ago
  37. a4e947f Make timeout tests slightly more flexible by Alex Crichton · 7 years ago
  38. 7b94cf3 Add a multithreaded echo server example by Alex Crichton · 7 years ago
  39. 645ae70 Merge pull request #247 from twmb/timeout_token_doc by Alex Crichton · 7 years ago
  40. b9dc4c9 TokenTimeout: add doc around new panic by Travis Bischel · 7 years ago
  41. e30b182 Merge pull request #246 from twmb/bump_slab by Alex Crichton · 7 years ago
  42. fce59de bump slab to 0.4.0 by Travis Bischel · 7 years ago
  43. 04eba12 Merge pull request #244 from arthurprs/errorkind by Alex Crichton · 7 years ago
  44. f12b761 Prefer ErrorKind::WouldBlock by arthurprs · 7 years ago
  45. e8617ea Update futures dependency by Alex Crichton · 7 years ago
  46. 77d9a1a Merge pull request #226 from Ralith/udp-dual-stack by Alex Crichton · 7 years ago
  47. 6090e22 Merge pull request #238 from cssivision/master by Alex Crichton · 7 years ago
  48. e5fdccf update example in doc comment by cssivision · 7 years ago
  49. fbd257f Merge pull request #237 from raphlinus/master by Alex Crichton · 7 years ago
  50. 05b1ba4 [fuchsia] Config changes to build on Fuchsia by Raph Levien · 7 years ago
  51. 77b0ee0 Hide the deprecated `io` module by Alex Crichton · 7 years ago
  52. 2a71ef8 Merge pull request #236 from manuels/patch-1 by Alex Crichton · 7 years ago
  53. d03c736 Add documentation about panics to {Handle, Remote}::spawn{fn} by manuels · 7 years ago
  54. 8c297a6 Bump to 0.1.9 by Alex Crichton · 7 years ago 0.1.9
  55. 8fba485 Merge pull request #231 from guanqun/master by Alex Crichton · 7 years ago
  56. 5fe7b42 typo fix in io_token's comment section by Guanqun Lu · 7 years ago
  57. c13e7f3 Clarify docs on Timeout::reset by Alex Crichton · 7 years ago
  58. 2653a21 Merge pull request #228 from en/reset by Alex Crichton · 7 years ago
  59. 6fb62d3 Add a method to reset Timeout. by Yuanchao Sun · 7 years ago
  60. 8004900 Expose only_v6 option for UDP sockets by Benjamin Saunders · 7 years ago
  61. 8379b87 Merge pull request #224 from seanmonstar/nop-flush by Alex Crichton · 7 years ago
  62. bf93b79 make TcpStream::flush() a noop by Sean McArthur · 7 years ago
  63. d85f54d Merge pull request #219 from ignatenkobrain/patch-1 by Alex Crichton · 7 years ago
  64. ddb2444 bump env_logger to 0.4 by Igor Gnatenko · 7 years ago
  65. c65c331 Merge pull request #210 from asomers/aio5 by Alex Crichton · 7 years ago
  66. 363e15f Respond to alexchrichton's comments by Alan Somers · 7 years ago
  67. 562aa65 Bump to 0.1.8 by Alex Crichton · 7 years ago 0.1.8
  68. 74670f2 Merge pull request #215 from tokio-rs/benchmarks by Alex Crichton · 7 years ago
  69. 9cd80f1 TCP reactor benchmarks by Carl Lerche · 7 years ago
  70. d23c1a2 Merge pull request #214 from alexcrichton/futures-next by Alex Crichton · 7 years ago
  71. 16d1552 Update tokio-core with new task system by Alex Crichton · 7 years ago
  72. 0be8eab Merge pull request #213 from tokio-rs/tcp-sock-opts by Alex Crichton · 7 years ago
  73. 7acffe4 Expose TCP socket options by Carl Lerche · 7 years ago
  74. 42f73cb Revert changes to read_ready and add platform::all() by Alan Somers · 7 years ago
  75. 81beb44 POSIX AIO support, try 2 by Alan Somers · 7 years ago
  76. 01635df Merge pull request #208 from alexcrichton/poll-ready by Alex Crichton · 7 years ago
  77. 4dd3d30 Add PollEvented::poll_ready by Alex Crichton · 7 years ago
  78. b92fd2d Update to latest mio version by Alex Crichton · 7 years ago
  79. 9e80c82 Merge pull request #207 from king6cong/master by Alex Crichton · 7 years ago
  80. 4d8d293 typo fix by king6cong · 7 years ago
  81. d723faf Merge pull request #205 from MarkusJais/master by Alex Crichton · 7 years ago
  82. 5567ec9 small typo fixed for io module by Markus Jais · 7 years ago
  83. 98e99c7 Bump to 0.1.7 by Alex Crichton · 7 years ago 0.1.7
  84. 011a7b0 Add a test for spawn-in-drop by Alex Crichton · 7 years ago
  85. 05191f1 Merge pull request #204 from fafhrd91/master by Alex Crichton · 7 years ago
  86. 0cfa985 drop inner borrow before dropping task by Nikolay Kim · 7 years ago
  87. 4545110 Merge pull request #201 from munckymagik/update-tokio_rs-links by Alex Crichton · 7 years ago
  88. 3111443 Update links to pages in the tokio.rs going-deeper section by Dan Munckton · 7 years ago
  89. 29144e6 Return `NotReady` from `TcpStream::read_buf` by Alex Crichton · 7 years ago
  90. 8d58b70 Merge pull request #195 from living180/master by Alex Crichton · 7 years ago
  91. f5db813 Fix logic error in TcpStream.read_buf() by Daniel Harding · 7 years ago
  92. 45e69bf Return `NotReady` from TcpStream::write_buf by Alex Crichton · 7 years ago
  93. 37e2870 Limit the scope of borrow_mut in `consume_queue` by Alex Crichton · 7 years ago
  94. 8383e8b Remove deprecated benchmark by Alex Crichton · 7 years ago
  95. c80953f Bump to 0.1.6 by Alex Crichton · 7 years ago 0.1.6
  96. 8c1838e Fix build on beta/nightly by Alex Crichton · 7 years ago
  97. e79f665 Bump to 0.1.5 by Alex Crichton · 7 years ago 0.1.5
  98. a8e09c5 Add the proxy example from #100 by Alex Crichton · 7 years ago
  99. 89fcc96 Migrate to using tokio-io by Alex Crichton · 7 years ago
  100. 8fecf98 Merge pull request #187 from king6cong/master by Alex Crichton · 7 years ago