1. b0d04e0 Merge pull request #174 from asomers/aioprep by Alex Crichton · 7 years ago
  2. a67e0d3 comment rewording by king6cong · 7 years ago
  3. eb66ff3 Replace more instances of magic numbers by Alan Somers · 7 years ago
  4. 5c411c5 Add Debug for {Handle,Remote,Core} by Alex Crichton · 7 years ago
  5. 3b8f169 Define constants to replace magic numbers by Alan Somers · 7 years ago
  6. bd75a52 Merge pull request #186 from seeekr/patch-1 by Alex Crichton · 7 years ago
  7. 1722d8e fix typo in reactor::Core::run docs by Denis Andrejew · 7 years ago
  8. 6a4df9a Merge pull request #181 from JanZerebecki/fix-typo-core-run by Alex Crichton · 7 years ago
  9. e8bd211 Fix typo in docblock for Core::run() by Jan Zerebecki · 7 years ago
  10. b773d55 Tweak Debug output of PollEvented by Alex Crichton · 7 years ago
  11. 005994c Merge pull request #180 from agrover/debug-for-pollevented by Alex Crichton · 7 years ago
  12. 9e3f3ca Implement Debug for PollEvented<E> if E implements Debug by Andy Grover · 7 years ago
  13. 6c77475 Merge pull request #173 from partim/easybuf-traits by Alex Crichton · 7 years ago
  14. a3c1796 Merge pull request #175 from mayhewj/rename-sender by Carl Lerche · 7 years ago
  15. c9a8208 Rename sender in connect example by Justin Mayhew · 7 years ago
  16. 54dcd3a Add PartialOrd and Ord to EasyBuf, generalize PartialEq. by Martin Hoffmann · 7 years ago
  17. 1bc2ef6 Merge pull request #168 from Byron/master by Alex Crichton · 7 years ago
  18. fe9a798 Implement PartialEq for EasyBuf by Sebastian Thiel · 7 years ago
  19. a597b96 Merge pull request #166 from Byron/master by Alex Crichton · 7 years ago
  20. 65c5c52 Test semantics of buffer allocation of get_mut() by Sebastian Thiel · 7 years ago
  21. e11dd06 Assure we don't have to allocate while growing the vector by Sebastian Thiel · 7 years ago
  22. 5adde38 Allocation in get_mut() always uses 8 * 1024 bytes by Sebastian Thiel · 7 years ago
  23. 574b6f0 Merge pull request #162 from manuel-woelker/master by Alex Crichton · 7 years ago
  24. b4cd223 impl Into<Vec<u8>> for EasyBuf (cf. #120) by Manuel Woelker · 7 years ago
  25. f86addf fix allocating EasyBuf::get_mut() leaving vector too large (cf. #162) by Manuel Woelker · 7 years ago
  26. a4017ee Merge pull request #164 from fortytw2/patch-1 by Alex Crichton · 7 years ago
  27. 8a360f8 rename sock -> listener in docs by Ian Chiles · 7 years ago
  28. cecaad7 Merge pull request #161 from seeekr/patch-1 by Alex Crichton · 7 years ago
  29. e31b76c Fix typo in non-doc comment in copy.rs by Denis Andrejew · 7 years ago
  30. 05f01d6 Merge pull request #157 from seanmonstar/vecio by Alex Crichton · 7 years ago
  31. 829563c add read_bufs and write_bufs to Io and TcpStream by Sean McArthur · 7 years ago
  32. cf74a6b Merge pull request #159 from jtescher/fix-typos by Alex Crichton · 7 years ago
  33. baeb35b Fix typos by Julian Tescher · 7 years ago
  34. a4b4d57 Touch up TcpStream::from_stream by Alex Crichton · 7 years ago
  35. 4363663 Merge pull request #158 from GuillaumeGomez/from_stream by Alex Crichton · 7 years ago
  36. c1f1320 Add from_stream method by Guillaume Gomez · 7 years ago
  37. 5b425df Remove unneeded macro_use by Alex Crichton · 7 years ago
  38. fcdeb0e Update crates.io metadata by Alex Crichton · 7 years ago
  39. 75fe37b Bump to 0.1.4 by Alex Crichton · 7 years ago 0.1.4
  40. c9d0fe5 Add a fast path to TcpListener::accept by Alex Crichton · 7 years ago
  41. b22b797 Add a function to upgrade a Remote to a Handle by Alex Crichton · 7 years ago
  42. e69b67f Remove extraneous `clone` in Remote by Alex Crichton · 7 years ago
  43. b9e182a impl fmt::Debug for EasyBuf (cf. #120) by Manuel Woelker · 7 years ago
  44. e8d4524 Merge pull request #149 from vorner/loop_id by Alex Crichton · 7 years ago
  45. 8d02a1c Provide a publicly-accessible Core ID by Michal 'vorner' Vaner · 7 years ago
  46. 9fe0bc1 Merge pull request #145 from azdle/udp-codec-tweaks by Alex Crichton · 7 years ago
  47. 0c553f9 return implicitly (rather than both explicitly and implicitly) by Patrick Barrett · 7 years ago
  48. e502603 use the 'Out' type in encode rather than copy/paste by Patrick Barrett · 7 years ago
  49. d083307 Move from a custom channel to futures::sync by Alex Crichton · 7 years ago
  50. c47c445 Add some docs links and such by Alex Crichton · 7 years ago
  51. 28ace4d Update docs/homepage link by Alex Crichton · 7 years ago
  52. 1985eae Point to tokio.rs by Alex Crichton · 7 years ago
  53. f77fe7d Allow a bit of sloppiness in the timeout test by Alex Crichton · 7 years ago
  54. 9294b13 Touch up some docs in tokio-core by Alex Crichton · 7 years ago
  55. c61d3bc Merge pull request #144 from critiqjo/docs-fix by Alex Crichton · 7 years ago
  56. 372d55c Docs: Remove outdated reference to `task::poll_on` by critiqjo · 7 years ago
  57. 2810471 Update docs to docs.rs by Alex Crichton · 7 years ago
  58. 76c3e16 Bump to 0.1.3 by Alex Crichton · 7 years ago 0.1.3
  59. 64c360c Touch up `TcpStream::connect` and revert breaking change by Alex Crichton · 7 years ago
  60. 2499dd3 Merge branch 'master' of https://github.com/alreece45/tokio-core by Alex Crichton · 7 years ago
  61. 4eb036d Merge pull request #141 from critiqjo/depr-fix by Alex Crichton · 7 years ago
  62. e5bbf00 Update the use of deprecated APIs by critiqjo · 7 years ago
  63. ff7fcd1 Merge pull request #140 from SirVer/patch-1 by Alex Crichton · 7 years ago
  64. ae31424 Merge pull request #139 from sinkuu/use_io_result by Alex Crichton · 7 years ago
  65. 58913c8 Fix typo. by Holger Rapp · 7 years ago
  66. 5929a59 Use `io::Result` by sinkuu · 7 years ago
  67. 717e99c Fix connect example by Alex Crichton · 7 years ago
  68. 99078c5 Touch up comments on echo, add connect example by Alex Crichton · 7 years ago
  69. 3dd4178 Update `TcpStream::connect_stream()` to return `TcpStreamNew` by Alexander Reece · 7 years ago
  70. 000e9b5 Change TcpStream::new() and TcpStream::connect() to return concrete types. by Alexander Reece · 7 years ago
  71. 50f007a Add #![doc] to crate root by Alex Crichton · 7 years ago
  72. 7b7b3a8 Merge pull request #131 from sfackler/patch-1 by Alex Crichton · 7 years ago
  73. 24d941d `Encode`/`Decode` -> `Codec` in docs by Steven Fackler · 7 years ago
  74. b9f7808 Bump to 0.1.2 by Alex Crichton · 7 years ago 0.1.2
  75. 0588204 Merge pull request #128 from aturon/from_vec by Alex Crichton · 7 years ago
  76. 46d68f7 Add Clone for EasyBuf by Aaron Turon · 7 years ago
  77. 9bb1366 Add From<Vec<u8>> for EasyBuf by Aaron Turon · 7 years ago
  78. ef89def Touch up docs of TcpListener::accept by Alex Crichton · 7 years ago
  79. edf6a57 Minor tweaks w/ TcpListener::accept by Alex Crichton · 7 years ago
  80. 68a8f26 Merge pull request #106 from dpc/tcplistener-accept by Alex Crichton · 7 years ago
  81. e0990e8 Merge pull request #126 from dwrensha/slab-capacity-one by Alex Crichton · 7 years ago
  82. 1864ecc tcp: Express `incoming` in terms of `accept` by Dawid Ciężarkiewicz · 7 years ago
  83. 7abe6db initialize slabs with capacity of one by David Renshaw · 7 years ago
  84. 936727f Don't block in `TcpListener::accept` by Dawid Ciężarkiewicz · 7 years ago
  85. 38df0d7 Implement `TcpListener::accept()` by Dawid Ciężarkiewicz · 7 years ago
  86. f036691 Clean up the pipe-hup test slightly by Alex Crichton · 7 years ago
  87. 5bab8e8 Handle `hup` events as indicating read readiness by Andreas Rottmann · 7 years ago
  88. dc27c0a Add test for EPOLLHUP without EPOLLIN by Andreas Rottmann · 7 years ago
  89. 3b38e51 Bump to 0.1.1 by Alex Crichton · 7 years ago 0.1.1
  90. 7f96b7e Add some more public exports by Alex Crichton · 7 years ago
  91. b89150c Fixup Result-returning encode method by Alex Crichton · 7 years ago
  92. e970e9a Merge branch 'master' of https://github.com/colindjk/tokio-core by Alex Crichton · 7 years ago
  93. 1a48b79 Touch up examples to ensure consistency by Alex Crichton · 7 years ago
  94. 9b62ade Touch up codes for UDP by Alex Crichton · 7 years ago
  95. 0d10b0e Merge branch 'udp_frame' of https://github.com/rrichardson/tokio-core by Alex Crichton · 7 years ago
  96. 56c2c31 Depend on futures from crates.io by Alex Crichton · 7 years ago
  97. 1a6753d added Default Codec for Udp by Rick Richardson · 7 years ago
  98. 2cb600b changed CodecUdp::decode to return Self::In instead of Option<Self::In> by Rick Richardson · 7 years ago
  99. b2ac1d8 Merge pull request #111 from tailhook/no_split by Alex Crichton · 7 years ago
  100. b12d32c made send_dgram move self, made FramedUdp::new private, other clean-ups and tweaks by Rick Richardson · 7 years ago