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