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. 4a2ad89 Fixed ArrayBroadcastChannel receive of stale elements on openSubscription by Roman Elizarov · 7 years ago
  8. 45c8565 Fixed integer overflow in BroadcastChannelXXXStressTest (use long) by Roman Elizarov · 7 years ago
  9. 0d35c85 Fixed quite a race in runBlocking that resulted in AssertionError by Roman Elizarov · 7 years ago
  10. fdd6db5 Fixed BroadcastChannelMultiReceiveStressTest by Roman Elizarov · 7 years ago
  11. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  12. 4391897 Fixed a race in ArrayBroadcastChannel between send and openChannel by Roman Elizarov · 7 years ago
  13. a36ab94 Failed parent Job cancels all children jobs, then waits them by Roman Elizarov · 7 years ago
  14. bc5a0c4 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  15. ad68c06 IO: eliminate race in close by Sergey Mashkov · 7 years ago
  16. ccf8dde IO: fix verifying pool usage by Sergey Mashkov · 7 years ago
  17. 7154d59 IO: add convinient packet functions on Java IO Streams and NIO channels by Sergey Mashkov · 7 years ago
  18. 5428565 IO: add writeDirect to WritePacket (useful for better NIO interop) by Sergey Mashkov · 7 years ago
  19. 754a19b IO: fix writing byte packet by Sergey Mashkov · 7 years ago
  20. 7510117 IO: add BufferView internal, add ByteChannel read and write with lambda by Sergey Mashkov · 7 years ago
  21. 5804c37 IO: eliminate stealing if packets use different pools by Sergey Mashkov · 7 years ago
  22. 57906eb IO: add Packet.writePacket optimizations, add object pool verifier by Sergey Mashkov · 7 years ago
  23. 9669578 Reknit examples (don't optimize imports) by Roman Elizarov · 7 years ago
  24. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  25. dca2a13 Fixed source links by Roman Elizarov · 7 years ago
  26. 8958f2f Fix execution of lock-freedom tests by Roman Elizarov · 7 years ago
  27. 66f018c Documentation for DefaultDispatcher in the guide by Roman Elizarov · 7 years ago
  28. c0d559b DefaultDispatcher is introduced by Roman Elizarov · 7 years ago
  29. 8552f0e Fixed delay in arbitrary contexts by Roman Elizarov · 7 years ago
  30. a4eee7a Fix typo by Kirill Rakhman · 7 years ago
  31. 8b38fa2 Coroutines now wait for their children by Roman Elizarov · 7 years ago
  32. 339ccf3 Public ClosedWriteChannelException and message for it by Roman Elizarov · 7 years ago
  33. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  34. 5ca0d12 IO: fix ByteWritePacket.writePacket size update by Sergey Mashkov · 7 years ago
  35. 8b23c56 IO: add ByteWritePacket.writePacketUnconsumed by Sergey Mashkov · 7 years ago
  36. 9ab60cf IO: add ByteWritePacket.writePacket by Sergey Mashkov · 7 years ago
  37. f946266 IO: add packet readBytes size parameter by Sergey Mashkov · 7 years ago
  38. f64ef93 IO: implement byte packet copy by Sergey Mashkov · 7 years ago
  39. ea3a418 IO: fix writer scope type by Sergey Mashkov · 7 years ago
  40. 8e13241 IO: eliminate unnecessary resume at close+flush by Sergey Mashkov · 7 years ago
  41. e4d3ce7 IO: fix byte channel readX operations return -1 during close+flush by Sergey Mashkov · 7 years ago
  42. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  43. aae062d IO: add bytes counter to byte channel by Sergey Mashkov · 7 years ago
  44. 8a30b45 IO: add read until delimiter tests to cover more corner-cases by Sergey Mashkov · 7 years ago
  45. 2c3a0dc IO: add byte channel readRemaining test by Sergey Mashkov · 7 years ago
  46. f34175e IO: add byte packet readBytes and readText utility functions + tests by Sergey Mashkov · 7 years ago
  47. 5feaf69 IO: add more byte packet tests and fix few bugs by Sergey Mashkov · 7 years ago
  48. 1cc8608 IO: fix delimiter lookahead by Sergey Mashkov · 7 years ago
  49. 8a5564d Fixed references from docs to modularized select clauses by Roman Elizarov · 7 years ago
  50. 63f6ea2 Renamed TimeoutException to TimeoutCancellationException by Roman Elizarov · 7 years ago
  51. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  52. 44ba5d0 Job.cancelAndJoin is introduced by Roman Elizarov · 7 years ago
  53. ee16816 IO: introduce utility functions for bytes delimiter scan in ByteReadChannel by Sergey Mashkov · 7 years ago
  54. 4cd0014 IO: improve lookAhead functionality by Sergey Mashkov · 7 years ago
  55. a22ed42 IO: add readAll utility function for ByteReadChannel by Sergey Mashkov · 7 years ago
  56. 2290943 IO: make buildPacket inline, add writePacket utilities by Sergey Mashkov · 7 years ago
  57. 72e9150 IO: add limit parameter to copyTo by Sergey Mashkov · 7 years ago
  58. 7d2be42 IO: rename ByteReadPacket.readLazy to readAvailable for parity with BC by Sergey Mashkov · 7 years ago
  59. da29804 IO: introduce WritePacket() factory function by Sergey Mashkov · 7 years ago
  60. f21d960 IO: optimize writeUTF8, introduce ByteWritePacket.size by Sergey Mashkov · 7 years ago
  61. 7c8b155 IO: add ByteReadChannel.copyTo by Sergey Mashkov · 7 years ago
  62. 96d7a88 IO: Moved to core directory, documented its unstable status by Roman Elizarov · 7 years ago
  63. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  64. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago