1. 324611b IO: faster delegation in joined channels by Sergey Mashkov · 7 years ago
  2. 373d590 IO: fixed awaitClose and copyDirect by Sergey Mashkov · 7 years ago
  3. 199a04c IO: added linearizability test by Sergey Mashkov · 7 years ago
  4. 33d5d13 Fix delegated flush by Sergey Mashkov · 7 years ago
  5. 8b310cb IO: added linearizability test by Sergey Mashkov · 7 years ago
  6. c9d73f5 IO: add one more joinTo test by Sergey Mashkov · 7 years ago
  7. 8e9138c IO: fix race in joined flush once again by Sergey Mashkov · 7 years ago
  8. 62deb43 IO: add linearizability test by Sergey Mashkov · 7 years ago
  9. fd85fb9 IO: reimplement joinTo to eliminate a lot of races by Sergey Mashkov · 7 years ago
  10. 2fdb5aa IO: fix joined close/flush by Sergey Mashkov · 7 years ago
  11. b86a003 IO: added tests for joined channels by Sergey Mashkov · 7 years ago
  12. d489d3f IO: joinTo should wait for completion by Sergey Mashkov · 7 years ago
  13. 625c1fe IO: fixed joined channel flush by Sergey Mashkov · 7 years ago
  14. ca8762b IO: fixed joined ByteChannel close by Sergey Mashkov · 7 years ago
  15. c51ecd3 IO: introduce ByteChannel.joinTo by Sergey Mashkov · 7 years ago
  16. 88951ac IO: introduce ByteChannel.copyDirect by Sergey Mashkov · 7 years ago
  17. bab9f79 IO: fix writeByte BufferOverflowException by Sergey Mashkov · 7 years ago
  18. 32c90b1 IO: fix race in readSuspend by Sergey Mashkov · 7 years ago
  19. 6c85d13 IO: migrate to gradle by Sergey Mashkov · 7 years ago
  20. c143ea6 IO: workaround one more state machine by Sergey Mashkov · 7 years ago
  21. d0cb0b1 IO: eliminate state machines in writeN for primitive types by Sergey Mashkov · 7 years ago
  22. fde1a64 IO: rewrite if/else/return code to identical by Sergey Mashkov · 7 years ago
  23. 4eccfba IO: eliminate tail suspend calls in when blocks by Sergey Mashkov · 7 years ago
  24. 0f7e922 IO: eliminate byte-by-byte ByteBuffer copying by Sergey Mashkov · 7 years ago
  25. 50a0857 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  26. c4694cc Extract kotlinx-io by Sergey Mashkov · 7 years ago
  27. f774f37 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  28. 6d05993 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  29. 7c507aa Fixed delay(Long.MAX_VALUE) on Android by Roman Elizarov · 7 years ago
  30. c43a9be Update lin-check to version 1.9 & introduce utilities for by Roman Elizarov · 7 years ago
  31. a1a37bc Normalize configs between animation-app & example-app Android projects by Roman Elizarov · 7 years ago
  32. d1f50a3 Support Android UI.awaitFrame for animation; by Roman Elizarov · 7 years ago
  33. 74619c1 Fixed sporadic failure of example-context-06 by Roman Elizarov · 7 years ago
  34. d166eb6 Use ServiceLoader to find instances of CoroutineExceptionHandler; by Roman Elizarov · 7 years ago
  35. cdc5865 SendChannel.sendBlocking extension method by Francesco Vasco · 7 years ago
  36. eb98bc8 Fixed components publication by Roman Elizarov · 7 years ago
  37. ba5e5da Support 'DeployVersion' property to override projects version by Roman Elizarov · 7 years ago
  38. 8fc0075 Fixed site generation (paths & build script) by Roman Elizarov · 7 years ago
  39. 185a387 Version 0.19.3 by Roman Elizarov · 7 years ago
  40. 94c3168 Load 'stressTest' from gradle project properties (use -PstressTest) by Roman Elizarov · 7 years ago
  41. 9525f3c Fixed send/openSubscription race in ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  42. faf53c7 Changed dependencies of custom tests on build by Roman Elizarov · 7 years ago
  43. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  44. 6f5bd3f Pass down 'stressTest' system property to tasks by Roman Elizarov · 7 years ago
  45. 1f6b44d Restore support for building with kotlinSnapshot by Roman Elizarov · 7 years ago
  46. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  47. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  48. d3d335b BroadcastChannelMultiReceiveStressTest streamlined, by Roman Elizarov · 7 years ago
  49. 7f1380a Decrease number of events for ChannelSendReceiveStressTest by Roman Elizarov · 7 years ago
  50. 674efea More robust example-context-09 for test by Roman Elizarov · 7 years ago
  51. d9ae2bc No Job in newSingleThreadContext and newFixedThreadPoolContext anymore by Roman Elizarov · 7 years ago
  52. bcdd8e1 run uses cancelling state & propagates exceptions when cancelled by Roman Elizarov · 7 years ago
  53. 6aed878 Exception propagation logic from cancelled coroutines is adjusted by Roman Elizarov · 7 years ago
  54. ff850b0 Add a default CoroutineContext to rxFlowable by Phil Glass · 7 years ago
  55. cf73606 Updated version of maven-source-plugin for compatibility with Maven 3.5 by Roman Elizarov · 7 years ago
  56. 4a2ad89 Fixed ArrayBroadcastChannel receive of stale elements on openSubscription by Roman Elizarov · 7 years ago
  57. 45c8565 Fixed integer overflow in BroadcastChannelXXXStressTest (use long) by Roman Elizarov · 7 years ago
  58. f692d50 Updated reactor docs by Roman Elizarov · 7 years ago
  59. 0d35c85 Fixed quite a race in runBlocking that resulted in AssertionError by Roman Elizarov · 7 years ago
  60. fdd6db5 Fixed BroadcastChannelMultiReceiveStressTest by Roman Elizarov · 7 years ago
  61. 8348b8c Fixed Reactor docs (Scheduler.asCoroutineDispatcher) by Roman Elizarov · 7 years ago
  62. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  63. 4391897 Fixed a race in ArrayBroadcastChannel between send and openChannel by Roman Elizarov · 7 years ago
  64. a36ab94 Failed parent Job cancels all children jobs, then waits them by Roman Elizarov · 7 years ago
  65. a9fb479 Android O Preview -> Android API level 26 by Andrey Mischenko · 7 years ago
  66. ac8b6da Update Reactor support to leverage Bismuth release train by Sebastien Deleuze · 7 years ago
  67. bc5a0c4 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  68. ad68c06 IO: eliminate race in close by Sergey Mashkov · 7 years ago
  69. ccf8dde IO: fix verifying pool usage by Sergey Mashkov · 7 years ago
  70. 7154d59 IO: add convinient packet functions on Java IO Streams and NIO channels by Sergey Mashkov · 7 years ago
  71. 5428565 IO: add writeDirect to WritePacket (useful for better NIO interop) by Sergey Mashkov · 7 years ago
  72. 754a19b IO: fix writing byte packet by Sergey Mashkov · 7 years ago
  73. 7510117 IO: add BufferView internal, add ByteChannel read and write with lambda by Sergey Mashkov · 7 years ago
  74. 5804c37 IO: eliminate stealing if packets use different pools by Sergey Mashkov · 7 years ago
  75. 57906eb IO: add Packet.writePacket optimizations, add object pool verifier by Sergey Mashkov · 7 years ago
  76. 9669578 Reknit examples (don't optimize imports) by Roman Elizarov · 7 years ago
  77. 6e9f816 Merge branch 'develop' by Roman Elizarov · 7 years ago
  78. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  79. 7ba3ed5 Compile with Kotlin 1.1.51 by Roman Elizarov · 7 years ago
  80. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  81. 8958f2f Fix execution of lock-freedom tests by Roman Elizarov · 7 years ago
  82. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  83. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  84. 8552f0e Fixed delay in arbitrary contexts by Roman Elizarov · 7 years ago
  85. 8839673 Fix broken links in guide & support links to pseudo-constructors by Roman Elizarov · 7 years ago
  86. a4eee7a Fix typo by Kirill Rakhman · 7 years ago
  87. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  88. 339ccf3 Public ClosedWriteChannelException and message for it by Roman Elizarov · 7 years ago
  89. 0570f38 Get rid of highest-basedir (does not work for site) by Roman Elizarov · 7 years ago
  90. a99e042 Fix site generation for io module by Roman Elizarov · 7 years ago
  91. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  92. 5ca0d12 IO: fix ByteWritePacket.writePacket size update by Sergey Mashkov · 7 years ago
  93. 8b23c56 IO: add ByteWritePacket.writePacketUnconsumed by Sergey Mashkov · 7 years ago
  94. 9ab60cf IO: add ByteWritePacket.writePacket by Sergey Mashkov · 7 years ago
  95. f946266 IO: add packet readBytes size parameter by Sergey Mashkov · 7 years ago
  96. f64ef93 IO: implement byte packet copy by Sergey Mashkov · 7 years ago
  97. ea3a418 IO: fix writer scope type by Sergey Mashkov · 7 years ago
  98. 8e13241 IO: eliminate unnecessary resume at close+flush by Sergey Mashkov · 7 years ago
  99. e4d3ce7 IO: fix byte channel readX operations return -1 during close+flush by Sergey Mashkov · 7 years ago
  100. 10be56e Switched to AtomicFU version 0.7 by Roman Elizarov · 7 years ago