1. baf86ab IO: upgrade kotlinx-io to 0.0.8 by Sergey Mashkov · 7 years ago
  2. 5e38b9f produce/actor: cancellation of a Job should cancel the underlying channel by Roman Elizarov · 7 years ago
  3. 060f36a IO: fix too expensive joinTo fast-path by Sergey Mashkov · 7 years ago
  4. 98c8739 IO: make buffer release guaranteed for cases by Sergey Mashkov · 7 years ago
  5. 7549dad Revert "IO: make buffer release guaranteed if channel closed with error" by Sergey Mashkov · 7 years ago
  6. 9f9b72d IO: add linearizability test by Sergey Mashkov · 7 years ago
  7. 4ea3cb3 IO: make buffer release guaranteed if channel closed with error by Sergey Mashkov · 7 years ago
  8. eab5c25 IO: add linearizability test by Sergey Mashkov · 7 years ago
  9. 9a6ca1a IO: fix typo in test name by Sergey Mashkov · 7 years ago
  10. fdcf84e remove redundant elvis by Sergey Mashkov · 7 years ago
  11. 18b28a2 IO: make byte channel detect closed state earlier by Sergey Mashkov · 7 years ago
  12. a4d45d2 A more gradual introduction to runBlocking and coroutines. by Roman Elizarov · 7 years ago
  13. 7da4243 Updated links & examples with "gradlew knit" by Roman Elizarov · 7 years ago
  14. b555d91 Introduced ReceiveChannel.cancel method; by Roman Elizarov · 7 years ago
  15. 66d18c0 Channel operators (#88) by Francesco Vasco · 7 years ago
  16. 47d92ba IO: fix race in closeWaitJob of JoiningState by Sergey Mashkov · 7 years ago
  17. d42bdad IO: fix accidentally missed it by Sergey Mashkov · 7 years ago
  18. 7bf4fa9 IO: fix race in ByteBufferChannel.write(lambda) by Sergey Mashkov · 7 years ago
  19. 2874d16 IO: optimize delegation (part 2) by Sergey Mashkov · 7 years ago
  20. 25bc365 IO: add more benchmarks by Sergey Mashkov · 7 years ago
  21. 4fe8eec IO: optimize delegation by Sergey Mashkov · 7 years ago
  22. cc4d12a Upgrade kotlinx-io by Sergey Mashkov · 7 years ago
  23. e290f8f Extracted lin-check version to gradle.properties by Sergey Mashkov · 7 years ago
  24. 195f8cd Updated presentations & videos by Roman Elizarov · 7 years ago
  25. 3512ed6 IO: merge non-atomic flush operation with write in linearizability test by Sergey Mashkov · 7 years ago
  26. 54a2890 IO: stateful suspend functions dumper by Sergey Mashkov · 7 years ago
  27. 8d69c7c IO: channel benchmark by Sergey Mashkov · 7 years ago
  28. 9e9929d IO: fix joining of already closed but not empty channel by Sergey Mashkov · 7 years ago
  29. f75ec15 IO: eliminate state machines, workaround ACC_FINAL missing flag by Sergey Mashkov · 7 years ago
  30. b94ce42 IO: fix lincheck dependency by Sergey Mashkov · 7 years ago
  31. 324611b IO: faster delegation in joined channels by Sergey Mashkov · 7 years ago
  32. 373d590 IO: fixed awaitClose and copyDirect by Sergey Mashkov · 7 years ago
  33. 199a04c IO: added linearizability test by Sergey Mashkov · 7 years ago
  34. 33d5d13 Fix delegated flush by Sergey Mashkov · 7 years ago
  35. 8b310cb IO: added linearizability test by Sergey Mashkov · 7 years ago
  36. c9d73f5 IO: add one more joinTo test by Sergey Mashkov · 7 years ago
  37. 8e9138c IO: fix race in joined flush once again by Sergey Mashkov · 7 years ago
  38. 62deb43 IO: add linearizability test by Sergey Mashkov · 7 years ago
  39. fd85fb9 IO: reimplement joinTo to eliminate a lot of races by Sergey Mashkov · 7 years ago
  40. 2fdb5aa IO: fix joined close/flush by Sergey Mashkov · 7 years ago
  41. b86a003 IO: added tests for joined channels by Sergey Mashkov · 7 years ago
  42. d489d3f IO: joinTo should wait for completion by Sergey Mashkov · 7 years ago
  43. 625c1fe IO: fixed joined channel flush by Sergey Mashkov · 7 years ago
  44. ca8762b IO: fixed joined ByteChannel close by Sergey Mashkov · 7 years ago
  45. c51ecd3 IO: introduce ByteChannel.joinTo by Sergey Mashkov · 7 years ago
  46. 88951ac IO: introduce ByteChannel.copyDirect by Sergey Mashkov · 7 years ago
  47. bab9f79 IO: fix writeByte BufferOverflowException by Sergey Mashkov · 7 years ago
  48. 32c90b1 IO: fix race in readSuspend by Sergey Mashkov · 7 years ago
  49. 6c85d13 IO: migrate to gradle by Sergey Mashkov · 7 years ago
  50. c143ea6 IO: workaround one more state machine by Sergey Mashkov · 7 years ago
  51. d0cb0b1 IO: eliminate state machines in writeN for primitive types by Sergey Mashkov · 7 years ago
  52. fde1a64 IO: rewrite if/else/return code to identical by Sergey Mashkov · 7 years ago
  53. 4eccfba IO: eliminate tail suspend calls in when blocks by Sergey Mashkov · 7 years ago
  54. 0f7e922 IO: eliminate byte-by-byte ByteBuffer copying by Sergey Mashkov · 7 years ago
  55. 50a0857 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  56. c4694cc Extract kotlinx-io by Sergey Mashkov · 7 years ago
  57. f774f37 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  58. 6d05993 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  59. 7c507aa Fixed delay(Long.MAX_VALUE) on Android by Roman Elizarov · 7 years ago
  60. c43a9be Update lin-check to version 1.9 & introduce utilities for by Roman Elizarov · 7 years ago
  61. a1a37bc Normalize configs between animation-app & example-app Android projects by Roman Elizarov · 7 years ago
  62. d1f50a3 Support Android UI.awaitFrame for animation; by Roman Elizarov · 7 years ago
  63. 74619c1 Fixed sporadic failure of example-context-06 by Roman Elizarov · 7 years ago
  64. d166eb6 Use ServiceLoader to find instances of CoroutineExceptionHandler; by Roman Elizarov · 7 years ago
  65. cdc5865 SendChannel.sendBlocking extension method by Francesco Vasco · 7 years ago
  66. eb98bc8 Fixed components publication by Roman Elizarov · 7 years ago
  67. ba5e5da Support 'DeployVersion' property to override projects version by Roman Elizarov · 7 years ago
  68. 8fc0075 Fixed site generation (paths & build script) by Roman Elizarov · 7 years ago
  69. 185a387 Version 0.19.3 by Roman Elizarov · 7 years ago
  70. 94c3168 Load 'stressTest' from gradle project properties (use -PstressTest) by Roman Elizarov · 7 years ago
  71. 9525f3c Fixed send/openSubscription race in ArrayBroadcastChannel by Roman Elizarov · 7 years ago
  72. faf53c7 Changed dependencies of custom tests on build by Roman Elizarov · 7 years ago
  73. ffc61ae Dump pool threads on BroadcastChannelMultiReceiveStressTest failure; by Roman Elizarov · 7 years ago
  74. 6f5bd3f Pass down 'stressTest' system property to tasks by Roman Elizarov · 7 years ago
  75. 1f6b44d Restore support for building with kotlinSnapshot by Roman Elizarov · 7 years ago
  76. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  77. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  78. d3d335b BroadcastChannelMultiReceiveStressTest streamlined, by Roman Elizarov · 7 years ago
  79. 7f1380a Decrease number of events for ChannelSendReceiveStressTest by Roman Elizarov · 7 years ago
  80. 674efea More robust example-context-09 for test by Roman Elizarov · 7 years ago
  81. d9ae2bc No Job in newSingleThreadContext and newFixedThreadPoolContext anymore by Roman Elizarov · 7 years ago
  82. bcdd8e1 run uses cancelling state & propagates exceptions when cancelled by Roman Elizarov · 7 years ago
  83. 6aed878 Exception propagation logic from cancelled coroutines is adjusted by Roman Elizarov · 7 years ago
  84. ff850b0 Add a default CoroutineContext to rxFlowable by Phil Glass · 7 years ago
  85. cf73606 Updated version of maven-source-plugin for compatibility with Maven 3.5 by Roman Elizarov · 7 years ago
  86. 4a2ad89 Fixed ArrayBroadcastChannel receive of stale elements on openSubscription by Roman Elizarov · 7 years ago
  87. 45c8565 Fixed integer overflow in BroadcastChannelXXXStressTest (use long) by Roman Elizarov · 7 years ago
  88. f692d50 Updated reactor docs by Roman Elizarov · 7 years ago
  89. 0d35c85 Fixed quite a race in runBlocking that resulted in AssertionError by Roman Elizarov · 7 years ago
  90. fdd6db5 Fixed BroadcastChannelMultiReceiveStressTest by Roman Elizarov · 7 years ago
  91. 8348b8c Fixed Reactor docs (Scheduler.asCoroutineDispatcher) by Roman Elizarov · 7 years ago
  92. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  93. 4391897 Fixed a race in ArrayBroadcastChannel between send and openChannel by Roman Elizarov · 7 years ago
  94. a36ab94 Failed parent Job cancels all children jobs, then waits them by Roman Elizarov · 7 years ago
  95. a9fb479 Android O Preview -> Android API level 26 by Andrey Mischenko · 7 years ago
  96. ac8b6da Update Reactor support to leverage Bismuth release train by Sebastien Deleuze · 7 years ago
  97. bc5a0c4 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  98. ad68c06 IO: eliminate race in close by Sergey Mashkov · 7 years ago
  99. ccf8dde IO: fix verifying pool usage by Sergey Mashkov · 7 years ago
  100. 7154d59 IO: add convinient packet functions on Java IO Streams and NIO channels by Sergey Mashkov · 7 years ago