1. d3d335b BroadcastChannelMultiReceiveStressTest streamlined, by Roman Elizarov · 7 years ago
  2. 7f1380a Decrease number of events for ChannelSendReceiveStressTest by Roman Elizarov · 7 years ago
  3. 674efea More robust example-context-09 for test by Roman Elizarov · 7 years ago
  4. d9ae2bc No Job in newSingleThreadContext and newFixedThreadPoolContext anymore by Roman Elizarov · 7 years ago
  5. bcdd8e1 run uses cancelling state & propagates exceptions when cancelled by Roman Elizarov · 7 years ago
  6. 6aed878 Exception propagation logic from cancelled coroutines is adjusted by Roman Elizarov · 7 years ago
  7. ff850b0 Add a default CoroutineContext to rxFlowable by Phil Glass · 7 years ago
  8. cf73606 Updated version of maven-source-plugin for compatibility with Maven 3.5 by Roman Elizarov · 7 years ago
  9. 4a2ad89 Fixed ArrayBroadcastChannel receive of stale elements on openSubscription by Roman Elizarov · 7 years ago
  10. 45c8565 Fixed integer overflow in BroadcastChannelXXXStressTest (use long) by Roman Elizarov · 7 years ago
  11. f692d50 Updated reactor docs by Roman Elizarov · 7 years ago
  12. 0d35c85 Fixed quite a race in runBlocking that resulted in AssertionError by Roman Elizarov · 7 years ago
  13. fdd6db5 Fixed BroadcastChannelMultiReceiveStressTest by Roman Elizarov · 7 years ago
  14. 8348b8c Fixed Reactor docs (Scheduler.asCoroutineDispatcher) by Roman Elizarov · 7 years ago
  15. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  16. 4391897 Fixed a race in ArrayBroadcastChannel between send and openChannel by Roman Elizarov · 7 years ago
  17. a36ab94 Failed parent Job cancels all children jobs, then waits them by Roman Elizarov · 7 years ago
  18. a9fb479 Android O Preview -> Android API level 26 by Andrey Mischenko · 7 years ago
  19. ac8b6da Update Reactor support to leverage Bismuth release train by Sebastien Deleuze · 7 years ago
  20. bc5a0c4 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  21. ad68c06 IO: eliminate race in close by Sergey Mashkov · 7 years ago
  22. ccf8dde IO: fix verifying pool usage by Sergey Mashkov · 7 years ago
  23. 7154d59 IO: add convinient packet functions on Java IO Streams and NIO channels by Sergey Mashkov · 7 years ago
  24. 5428565 IO: add writeDirect to WritePacket (useful for better NIO interop) by Sergey Mashkov · 7 years ago
  25. 754a19b IO: fix writing byte packet by Sergey Mashkov · 7 years ago
  26. 7510117 IO: add BufferView internal, add ByteChannel read and write with lambda by Sergey Mashkov · 7 years ago
  27. 5804c37 IO: eliminate stealing if packets use different pools by Sergey Mashkov · 7 years ago
  28. 57906eb IO: add Packet.writePacket optimizations, add object pool verifier by Sergey Mashkov · 7 years ago
  29. 9669578 Reknit examples (don't optimize imports) by Roman Elizarov · 7 years ago
  30. 6e9f816 Merge branch 'develop' by Roman Elizarov · 7 years ago
  31. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  32. 7ba3ed5 Compile with Kotlin 1.1.51 by Roman Elizarov · 7 years ago
  33. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  34. 8958f2f Fix execution of lock-freedom tests by Roman Elizarov · 7 years ago
  35. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  36. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  37. 8552f0e Fixed delay in arbitrary contexts by Roman Elizarov · 7 years ago
  38. 8839673 Fix broken links in guide & support links to pseudo-constructors by Roman Elizarov · 7 years ago
  39. a4eee7a Fix typo by Kirill Rakhman · 7 years ago
  40. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  41. 339ccf3 Public ClosedWriteChannelException and message for it by Roman Elizarov · 7 years ago
  42. 0570f38 Get rid of highest-basedir (does not work for site) by Roman Elizarov · 7 years ago
  43. a99e042 Fix site generation for io module by Roman Elizarov · 7 years ago
  44. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  45. 5ca0d12 IO: fix ByteWritePacket.writePacket size update by Sergey Mashkov · 7 years ago
  46. 8b23c56 IO: add ByteWritePacket.writePacketUnconsumed by Sergey Mashkov · 7 years ago
  47. 9ab60cf IO: add ByteWritePacket.writePacket by Sergey Mashkov · 7 years ago
  48. f946266 IO: add packet readBytes size parameter by Sergey Mashkov · 7 years ago
  49. f64ef93 IO: implement byte packet copy by Sergey Mashkov · 7 years ago
  50. ea3a418 IO: fix writer scope type by Sergey Mashkov · 7 years ago
  51. 8e13241 IO: eliminate unnecessary resume at close+flush by Sergey Mashkov · 7 years ago
  52. e4d3ce7 IO: fix byte channel readX operations return -1 during close+flush by Sergey Mashkov · 7 years ago
  53. 10be56e Switched to AtomicFU version 0.7 by Roman Elizarov · 7 years ago
  54. d28de17 Maven Central info in readme by Roman Elizarov · 7 years ago
  55. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  56. aae062d IO: add bytes counter to byte channel by Sergey Mashkov · 7 years ago
  57. 8a30b45 IO: add read until delimiter tests to cover more corner-cases by Sergey Mashkov · 7 years ago
  58. 2c3a0dc IO: add byte channel readRemaining test by Sergey Mashkov · 7 years ago
  59. f34175e IO: add byte packet readBytes and readText utility functions + tests by Sergey Mashkov · 7 years ago
  60. 5feaf69 IO: add more byte packet tests and fix few bugs by Sergey Mashkov · 7 years ago
  61. 9c446c0 Skip JavaFxTest in headless environment by Roman Elizarov · 7 years ago
  62. 1cc8608 IO: fix delimiter lookahead by Sergey Mashkov · 7 years ago
  63. 8a5564d Fixed references from docs to modularized select clauses by Roman Elizarov · 7 years ago
  64. 63f6ea2 Renamed TimeoutException to TimeoutCancellationException by Roman Elizarov · 7 years ago
  65. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  66. 44ba5d0 Job.cancelAndJoin is introduced by Roman Elizarov · 7 years ago
  67. db89a7c Initialized JavaFx toolkit Fixes #108 by Roman Elizarov · 7 years ago
  68. 99cdb38 ProGuard config by Mike · 7 years ago
  69. ee16816 IO: introduce utility functions for bytes delimiter scan in ByteReadChannel by Sergey Mashkov · 7 years ago
  70. 4cd0014 IO: improve lookAhead functionality by Sergey Mashkov · 7 years ago
  71. a22ed42 IO: add readAll utility function for ByteReadChannel by Sergey Mashkov · 7 years ago
  72. 2290943 IO: make buildPacket inline, add writePacket utilities by Sergey Mashkov · 7 years ago
  73. 72e9150 IO: add limit parameter to copyTo by Sergey Mashkov · 7 years ago
  74. 776b370 ProGuard config by Mike · 7 years ago
  75. 7d2be42 IO: rename ByteReadPacket.readLazy to readAvailable for parity with BC by Sergey Mashkov · 7 years ago
  76. da29804 IO: introduce WritePacket() factory function by Sergey Mashkov · 7 years ago
  77. f21d960 IO: optimize writeUTF8, introduce ByteWritePacket.size by Sergey Mashkov · 7 years ago
  78. 7c8b155 IO: add ByteReadChannel.copyTo by Sergey Mashkov · 7 years ago
  79. ec137ef JB Official project & license badge, link to specific stable version (0.18) by Roman Elizarov · 7 years ago
  80. 49d6a3e JB Official project & license badge, link to specific stable version (0.18) by Roman Elizarov · 7 years ago
  81. 96d7a88 IO: Moved to core directory, documented its unstable status by Roman Elizarov · 7 years ago
  82. 018c9ce Merge branch 'develop' into byte-channel-re by Roman Elizarov · 7 years ago
  83. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  84. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago
  85. 5606133 IO: optimize byte channel writePacket suspend tail-calls by Sergey Mashkov · 7 years ago
  86. 974cbb3 IO: fix byte packet write buffer leak by Sergey Mashkov · 7 years ago
  87. 24b040f IO: fix byte channel close with error buffer leak by Sergey Mashkov · 7 years ago
  88. 25b2bc5 IO: byte channel reader and writer coroutines support by Sergey Mashkov · 7 years ago
  89. 9d5152b ~kotlin version by Sergey Mashkov · 7 years ago
  90. a9a936d IO: fix CR-only line endings processing + tests by Sergey Mashkov · 7 years ago
  91. fbcba26 IO: rename writeStringUtf8, fix implementation + tests by Sergey Mashkov · 7 years ago
  92. fc84a63 IO: fix copyAndClose + tests by Sergey Mashkov · 7 years ago
  93. b87d636 IO: Fix byte channel corner cases + add tests by Sergey Mashkov · 7 years ago
  94. f0af8d4 Link to introduction video by Roman Elizarov · 7 years ago
  95. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  96. e82dee7 Make sure that Job, Channel, etc links in the docs point to the classes by Roman Elizarov · 7 years ago
  97. 87920c9 Made public class TimeoutException Fixes #89 by Roman Elizarov · 7 years ago
  98. 0163bf1 Be explicit that Kotlin 1.1.4 is the minimal required version by Roman Elizarov · 7 years ago
  99. 0d0424d Optimize JobSupport -- don't extend AbstractCoroutineContextElement by Roman Elizarov · 7 years ago
  100. c2adef5 Fixed NPE when ArrayBroadcastChannel is closed concurrently with receive by Roman Elizarov · 7 years ago