1. 5428565 IO: add writeDirect to WritePacket (useful for better NIO interop) by Sergey Mashkov · 7 years ago
  2. 754a19b IO: fix writing byte packet by Sergey Mashkov · 7 years ago
  3. 7510117 IO: add BufferView internal, add ByteChannel read and write with lambda by Sergey Mashkov · 7 years ago
  4. 5804c37 IO: eliminate stealing if packets use different pools by Sergey Mashkov · 7 years ago
  5. 57906eb IO: add Packet.writePacket optimizations, add object pool verifier by Sergey Mashkov · 7 years ago
  6. 9669578 Reknit examples (don't optimize imports) by Roman Elizarov · 7 years ago
  7. 6e9f816 Merge branch 'develop' by Roman Elizarov · 7 years ago
  8. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  9. 7ba3ed5 Compile with Kotlin 1.1.51 by Roman Elizarov · 7 years ago
  10. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  11. 8958f2f Fix execution of lock-freedom tests by Roman Elizarov · 7 years ago
  12. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  13. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  14. 8552f0e Fixed delay in arbitrary contexts by Roman Elizarov · 7 years ago
  15. 8839673 Fix broken links in guide & support links to pseudo-constructors by Roman Elizarov · 7 years ago
  16. a4eee7a Fix typo by Kirill Rakhman · 7 years ago
  17. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  18. 339ccf3 Public ClosedWriteChannelException and message for it by Roman Elizarov · 7 years ago
  19. 0570f38 Get rid of highest-basedir (does not work for site) by Roman Elizarov · 7 years ago
  20. a99e042 Fix site generation for io module by Roman Elizarov · 7 years ago
  21. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  22. 5ca0d12 IO: fix ByteWritePacket.writePacket size update by Sergey Mashkov · 7 years ago
  23. 8b23c56 IO: add ByteWritePacket.writePacketUnconsumed by Sergey Mashkov · 7 years ago
  24. 9ab60cf IO: add ByteWritePacket.writePacket by Sergey Mashkov · 7 years ago
  25. f946266 IO: add packet readBytes size parameter by Sergey Mashkov · 7 years ago
  26. f64ef93 IO: implement byte packet copy by Sergey Mashkov · 7 years ago
  27. ea3a418 IO: fix writer scope type by Sergey Mashkov · 7 years ago
  28. 8e13241 IO: eliminate unnecessary resume at close+flush by Sergey Mashkov · 7 years ago
  29. e4d3ce7 IO: fix byte channel readX operations return -1 during close+flush by Sergey Mashkov · 7 years ago
  30. 10be56e Switched to AtomicFU version 0.7 by Roman Elizarov · 7 years ago
  31. d28de17 Maven Central info in readme by Roman Elizarov · 7 years ago
  32. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  33. aae062d IO: add bytes counter to byte channel by Sergey Mashkov · 7 years ago
  34. 8a30b45 IO: add read until delimiter tests to cover more corner-cases by Sergey Mashkov · 7 years ago
  35. 2c3a0dc IO: add byte channel readRemaining test by Sergey Mashkov · 7 years ago
  36. f34175e IO: add byte packet readBytes and readText utility functions + tests by Sergey Mashkov · 7 years ago
  37. 5feaf69 IO: add more byte packet tests and fix few bugs by Sergey Mashkov · 7 years ago
  38. 9c446c0 Skip JavaFxTest in headless environment by Roman Elizarov · 7 years ago
  39. 1cc8608 IO: fix delimiter lookahead by Sergey Mashkov · 7 years ago
  40. 8a5564d Fixed references from docs to modularized select clauses by Roman Elizarov · 7 years ago
  41. 63f6ea2 Renamed TimeoutException to TimeoutCancellationException by Roman Elizarov · 7 years ago
  42. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  43. 44ba5d0 Job.cancelAndJoin is introduced by Roman Elizarov · 7 years ago
  44. db89a7c Initialized JavaFx toolkit Fixes #108 by Roman Elizarov · 7 years ago
  45. 99cdb38 ProGuard config by Mike · 7 years ago
  46. ee16816 IO: introduce utility functions for bytes delimiter scan in ByteReadChannel by Sergey Mashkov · 7 years ago
  47. 4cd0014 IO: improve lookAhead functionality by Sergey Mashkov · 7 years ago
  48. a22ed42 IO: add readAll utility function for ByteReadChannel by Sergey Mashkov · 7 years ago
  49. 2290943 IO: make buildPacket inline, add writePacket utilities by Sergey Mashkov · 7 years ago
  50. 72e9150 IO: add limit parameter to copyTo by Sergey Mashkov · 7 years ago
  51. 776b370 ProGuard config by Mike · 7 years ago
  52. 7d2be42 IO: rename ByteReadPacket.readLazy to readAvailable for parity with BC by Sergey Mashkov · 7 years ago
  53. da29804 IO: introduce WritePacket() factory function by Sergey Mashkov · 7 years ago
  54. f21d960 IO: optimize writeUTF8, introduce ByteWritePacket.size by Sergey Mashkov · 7 years ago
  55. 7c8b155 IO: add ByteReadChannel.copyTo by Sergey Mashkov · 7 years ago
  56. ec137ef JB Official project & license badge, link to specific stable version (0.18) by Roman Elizarov · 7 years ago
  57. 49d6a3e JB Official project & license badge, link to specific stable version (0.18) by Roman Elizarov · 7 years ago
  58. 96d7a88 IO: Moved to core directory, documented its unstable status by Roman Elizarov · 7 years ago
  59. 018c9ce Merge branch 'develop' into byte-channel-re by Roman Elizarov · 7 years ago
  60. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  61. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago
  62. 5606133 IO: optimize byte channel writePacket suspend tail-calls by Sergey Mashkov · 7 years ago
  63. 974cbb3 IO: fix byte packet write buffer leak by Sergey Mashkov · 7 years ago
  64. 24b040f IO: fix byte channel close with error buffer leak by Sergey Mashkov · 7 years ago
  65. 25b2bc5 IO: byte channel reader and writer coroutines support by Sergey Mashkov · 7 years ago
  66. 9d5152b ~kotlin version by Sergey Mashkov · 7 years ago
  67. a9a936d IO: fix CR-only line endings processing + tests by Sergey Mashkov · 7 years ago
  68. fbcba26 IO: rename writeStringUtf8, fix implementation + tests by Sergey Mashkov · 7 years ago
  69. fc84a63 IO: fix copyAndClose + tests by Sergey Mashkov · 7 years ago
  70. b87d636 IO: Fix byte channel corner cases + add tests by Sergey Mashkov · 7 years ago
  71. f0af8d4 Link to introduction video by Roman Elizarov · 7 years ago
  72. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  73. e82dee7 Make sure that Job, Channel, etc links in the docs point to the classes by Roman Elizarov · 7 years ago
  74. 87920c9 Made public class TimeoutException Fixes #89 by Roman Elizarov · 7 years ago
  75. 0163bf1 Be explicit that Kotlin 1.1.4 is the minimal required version by Roman Elizarov · 7 years ago
  76. 0d0424d Optimize JobSupport -- don't extend AbstractCoroutineContextElement by Roman Elizarov · 7 years ago
  77. c2adef5 Fixed NPE when ArrayBroadcastChannel is closed concurrently with receive by Roman Elizarov · 7 years ago
  78. 2b76d8e Using kotlinx.atomicfu version 0.6 by Roman Elizarov · 7 years ago
  79. e7f9b5f Revert to 5s test by Roman Elizarov · 7 years ago
  80. b2168b9 Wait longer for lost threads to terminate and output more details by Roman Elizarov · 7 years ago
  81. 23eb2ef Using kotlinx.atomicfu version 0.4 by Roman Elizarov · 7 years ago
  82. 71334c3 Require Kotlin 1.1.4 or later by Roman Elizarov · 7 years ago
  83. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  84. 5f3008a Kotlin 1.1.4 by Roman Elizarov · 7 years ago
  85. 14328d1 Add Mutex.holdsLock by Francesco Vasco · 7 years ago
  86. e1f89db Extract test ops to separate methods for better stack traces by Roman Elizarov · 7 years ago
  87. 469cad3 IO: Ongoing documentation, API & naming review by Roman Elizarov · 7 years ago
  88. fccac1d IO: Implement ByteOrder with typealias by Roman Elizarov · 7 years ago
  89. 8376203 IO: Review of ObjectPool and ReadWriteBufferState by Roman Elizarov · 7 years ago
  90. a10b692 IO: byte packet read/write from/to byte channel by Sergey Mashkov · 7 years ago
  91. 0b12ffc IO: byte packet readLine support + bugfixes by Sergey Mashkov · 7 years ago
  92. 6ca9a27 IO: byte packet initial implementation by Sergey Mashkov · 7 years ago
  93. 8158fec IO: utils by Sergey Mashkov · 7 years ago
  94. 569b542 IO: byte channel to support predefined content buffer (for read only) by Sergey Mashkov · 7 years ago
  95. b60d94c Move ktolinx.atomicfu support to top-level pom.xml by Roman Elizarov · 7 years ago
  96. 2cb1d5b IO: byte channel cleanup by Sergey Mashkov · 7 years ago
  97. 86fe591 IO: read unsigned integer numbers by Sergey Mashkov · 7 years ago
  98. 86f7061 IO: initial implementation by Sergey Mashkov · 7 years ago
  99. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  100. 4ecd46b Use randomSpinWaitIntermission in multi-step operations by Roman Elizarov · 7 years ago