1. de4a261 Add 0.6.4 changelog notes by Carl Lerche · 7 years ago
  2. ff40feb Simlifying recv_from, adding unit tests for unconnected send. by Val Vanderschaegen · 7 years ago
  3. 3b6c811 Use localhost() for UDP tests. by Val Vanderschaegen · 7 years ago
  4. d86930a Merge branch 'master' into master by Val V · 7 years ago
  5. 85ec587 Add send(), recv() and connect() to UDPSocket. by Val Vanderschaegen · 7 years ago
  6. 5e5a1d4 Split Ready into Ready and UnixReady by Carl Lerche · 7 years ago
  7. be76a55 Add FreeBSD to the CI run by Carl Lerche · 7 years ago
  8. 879c8c2 Remove unused CI files and code by Carl Lerche · 7 years ago
  9. eb4071d Provide Debug impls for all types by Carl Lerche · 7 years ago
  10. 1daa5d6 Fix a memory leak in `RegistrationInner::update` by Alex Crichton · 7 years ago
  11. e72b475 Fix a use-after-free in the readiness queue by Alex Crichton · 7 years ago
  12. a1d3da7 Fix build for windows by Carl Lerche · 7 years ago
  13. 2b8e517 comment rewording by king6cong · 7 years ago
  14. 4e17e2b Update to use iovec crate by Carl Lerche · 7 years ago
  15. 4ca518f Deny missing docs by Carl Lerche · 7 years ago
  16. 78acc07 Deny warnings by Carl Lerche · 7 years ago
  17. 0d6827f Add docs for EventedFd by Carl Lerche · 7 years ago
  18. 7ea8375 Tweak documentation of Ready by Jan Zerebecki · 7 years ago
  19. 0e3492a Cargo.toml: Change documentation to point to newest version by Sebastian Blunt · 7 years ago
  20. 9792b74 Fix and enhance documentation of TcpListener::accept() by Jan Zerebecki · 7 years ago
  21. 9f8bb5c Fix Poll::new2 changing Registration Token by Carl Lerche · 7 years ago
  22. 3febb47 Fix error conditions on `connect` on Windows by Alex Crichton · 7 years ago
  23. c87c470 Freshen up README by Carl Lerche · 7 years ago
  24. 382a821 Fix custom readiness queue bug by Carl Lerche · 7 years ago
  25. 0155981 Try to fix doc uploads by Carl Lerche · 7 years ago
  26. d8750c1 Fix windows build by Carl Lerche · 7 years ago
  27. 550521b Write more documentation for core types by Carl Lerche · 7 years ago
  28. 7b80216 `Registration` should impl `Evented` by Carl Lerche · 7 years ago
  29. 8317961 Try to fix doc tests on windows by Carl Lerche · 7 years ago
  30. c837a09 Fix doc examples by Carl Lerche · 7 years ago
  31. 1c22d7b Deprecate and document by Carl Lerche · 7 years ago
  32. f0cce6f Fix test_multicast in shared-IP FreeBSD jails by Alan Somers · 7 years ago
  33. cfc683d Make the thread sanitizer a bit happier by Carl Lerche · 7 years ago
  34. e8d28d7 Deprecate everything not core to Mio by Carl Lerche · 7 years ago
  35. 43a69f2 Rewrite the readiness queue by Carl Lerche · 7 years ago
  36. 9276b16 CI: Stream test output on iOS by Carl Lerche · 7 years ago
  37. 6ba4357 Cleanup warnings by Carl Lerche · 7 years ago
  38. b01a039 Add test for TCP connection reset by peer by Carl Lerche · 7 years ago
  39. b7b3525 Fix iOS CI run by Carl Lerche · 7 years ago
  40. 11e6cb3 Remove the check testing assumptions by Simonas Kazlauskas · 7 years ago
  41. 607fb54 Do not allocate for kevents + precise errors by Simonas Kazlauskas · 7 years ago
  42. 32f34cd Do not kevent fds with EV_DISABLE when no interest by Simonas Kazlauskas · 7 years ago
  43. c4cabda Deploy docs to gh-pages by Carl Lerche · 7 years ago
  44. 2a2ed71 Fix broken links and an outdated usage in mio's doc. by oga · 7 years ago
  45. 3a5be01 Fix master docs deploy by Carl Lerche · 7 years ago
  46. 4337e95 Run CI on extra platforms by Carl Lerche · 7 years ago
  47. c0fb97e Limit deprecated tests to supported platforms by Carl Lerche · 7 years ago
  48. 9d77d01 Bump to 0.6.4 by Alex Crichton · 7 years ago v0.6.4
  49. d8dd84c Add some docs to TcpStream::from_stream by Alex Crichton · 7 years ago
  50. eadb1ad Add from_stream methods by Guillaume Gomez · 7 years ago
  51. b480e7e Fix compile on musl by Alex Crichton · 7 years ago
  52. fdb4bfd Bump to 0.6.3 by Alex Crichton · 7 years ago v0.6.3
  53. 07e955b Update the CHANGELOG by Alex Crichton · 7 years ago
  54. dde2320 Fix typos by Julian Tescher · 7 years ago
  55. f685e79 Fix a few errors by Alex Crichton · 7 years ago
  56. a4fe7ac Merge branch 'patch-1' of https://github.com/shepmaster/mio by Alex Crichton · 7 years ago
  57. e04822d Merge branch 'master' of https://github.com/hicqu/mio by Alex Crichton · 7 years ago
  58. 1ce027e Merge branch 'master' of https://github.com/steffengy/mio by Alex Crichton · 7 years ago
  59. 24b88f2 windows: use SetFileCompletionNotificationModes for TCP sockets (#476) by Steffen · 7 years ago
  60. c1b2242 Merge branch 'patch-1' of https://github.com/kinetiknz/mio by Alex Crichton · 7 years ago
  61. 42940e7 Add categories to Cargo.toml by Jake Goulding · 7 years ago
  62. 49f05d1 Implements Error, Display for SendError<T> and TrySendError<T>. by qupeng · 7 years ago
  63. 4831116 Implements Display for SendError and TrySendError. by qupeng · 7 years ago
  64. 60744de Several typo fixes for sys/windows/mod.rs by Matthew Gregan · 7 years ago
  65. db2a5e8 Merge branch 'less-nix' by Alex Crichton · 7 years ago
  66. e62ba59 Merge branch 'readv-writev' by Alex Crichton · 7 years ago
  67. e6067ed Remove dependency on nix by Alex Crichton · 7 years ago
  68. 4bd4f0c Implement readv/writev support for TcpStream by Alex Crichton · 7 years ago
  69. a724f38 Merge branch 'unused-type-alias' of https://github.com/sanxiyn/mio by Alex Crichton · 7 years ago
  70. 519a6a8 Remove unused type aliases by Seo Sanghyeon · 7 years ago
  71. 0e21ae3 Bump to 0.6.2 by Alex Crichton · 7 years ago v0.6.2
  72. ac8b7de Allow registration of custom handles on Windows by Alex Crichton · 7 years ago
  73. 31c2298 Merge branch 'master' of https://github.com/oconnor663/mio by Alex Crichton · 7 years ago
  74. 6d13bbe Whitespace fixes by Alex Crichton · 7 years ago
  75. ef182ba Fixed looping timer by arkpar · 7 years ago
  76. c8312b7 unix awakener: send 1 byte instead of 4 by sp3d · 7 years ago
  77. 56f8663 Bump version to v0.6.1 by Alex Crichton · 8 years ago v0.6.1
  78. da1f406 Upgrade nix to 0.7.0 and libc to 0.2.16 by Jameson Little · 8 years ago
  79. b7fc450 Fix compile on 32-bit OSX by Alex Crichton · 8 years ago
  80. 42a4172 Fix infinite looping timer thread by Nick Stevens · 8 years ago
  81. bfdb617 Correct a couple of typos in documentation by James Fysh · 8 years ago
  82. 4fcab0e remove unused_mut warnings by king6cong · 8 years ago
  83. d8a79d6 windows: Don't allocate buffers for TCP reads by Alex Crichton · 8 years ago
  84. 0d5d006 replace Eventual IO with tokio-core in the README by Jack O'Connor · 8 years ago
  85. 9f17b70 Fix timer bug around timeout cancellation by Carl Lerche · 8 years ago
  86. 0d3e9ea Fix channel `dec` logic by Carl Lerche · 8 years ago
  87. 68aaf8b get rid of the safe constructors for Io by Jack O'Connor · 8 years ago
  88. f72e92d prevent Io::into_raw_fd from dropping self by Jack O'Connor · 8 years ago
  89. 2623fa4 EPOLL_CLOEXEC first became available in libc 0.2.14 by Aidan Hobson Sayers · 8 years ago
  90. 9b16587 Update CHANGELOG.md 0.6 release date. by Corey Farwell · 8 years ago
  91. 19d2d2a Bump version to v0.6.0 by Carl Lerche · 8 years ago v0.6.0
  92. e436792 Sync mio TCP and libstd TCP APIs by Alex Crichton · 8 years ago
  93. d6f3fb6 Depend on `bytes` on crates.io by Carl Lerche · 8 years ago
  94. 147d5af Refine changelog by Carl Lerche · 8 years ago
  95. ab58e8c Min version of Rust is actually 1.8.0 by Carl Lerche · 8 years ago
  96. d6f04ad Update changelog by Carl Lerche · 8 years ago
  97. 3e3f691 Depend on released version of Slab by Carl Lerche · 8 years ago
  98. 6f123f2 Track Slab changes by Carl Lerche · 8 years ago
  99. 62b9081 Fix lib doc example + API tweaks by Carl Lerche · 8 years ago
  100. fe22b9f Extract selector association to all platforms by Carl Lerche · 8 years ago