1. 4b9a559 CompletedExceptionally now always has cause and exception became an alias to a cause. by Vsevolod Tolstopyatov · 6 years ago
  2. 81f79c3 Do not use deprecated coroutineContext by Ilya Gorbunov · 6 years ago
  3. 7831716 IO: introduce non-flushing joinTo by Sergey Mashkov · 6 years ago
  4. d7d9e2f IO: eliminate kotlin.Pair allocations by Sergey Mashkov · 6 years ago
  5. 9fe5f46 Deprecated CoroutineScope.coroutineContext which is replaced with by Roman Elizarov · 6 years ago
  6. e7b84bb IO: add read/write and lookAheadSuspend/write stress tests by Sergey Mashkov · 6 years ago
  7. f0c1d99 IO: fix error propagation in blocking adapter by Sergey Mashkov · 7 years ago
  8. 8fbdff4 IO: add close cause property to byte channel by Sergey Mashkov · 7 years ago
  9. 2adf8bc AbstractCoroutine.start is introduced. by Roman Elizarov · 7 years ago
  10. d1842c6 IO: fix joining sequence, avoid infinite joinTo suspension by Sergey Mashkov · 7 years ago
  11. 869bde5 IO: more tests, use runTest instead of runBlocking for testing by Sergey Mashkov · 7 years ago
  12. 40f3fe5 IO: don't suspend inside of writing block during joining by Sergey Mashkov · 7 years ago
  13. ec2af2f IO: don't resume writers if they are waiting for joining completion by Sergey Mashkov · 7 years ago
  14. 4d01f7e IO: make reusable cancellable continuation implement DispatchedTask by Sergey Mashkov · 7 years ago
  15. 09b621e IO: optimize byte buffer memory allocations by Sergey Mashkov · 7 years ago
  16. 0939f23 Make mutable continuation internally accessible by Sergey Mashkov · 7 years ago
  17. 4ee9cfb IO: add inline rendezvous swap implementation by Sergey Mashkov · 7 years ago
  18. 39a8854 IO: minor performance improvements by Sergey Mashkov · 7 years ago
  19. 6e61c23 IO: add Input/OutputStream adapters for regular Java blocking API by Sergey Mashkov · 7 years ago
  20. 074f0a2 IO: add limit parameter to copyAndClose helper function by Sergey Mashkov · 7 years ago
  21. dfae5e2 IO: add writeWhile function by Sergey Mashkov · 7 years ago
  22. ffc7134 IO: minor performance improvement by Sergey Mashkov · 7 years ago
  23. 6640b2b Public API for AbstractCoroutine by Roman Elizarov · 7 years ago
  24. c45f5fa IO: Use TestBase in all tests and fix leaking threads in tests by Roman Elizarov · 7 years ago
  25. e084cf7 Use stressTestMultiplier in ByteBufferChannelTest timeout by Roman Elizarov · 7 years ago
  26. 6129c94 Speed up stress tests and use stressTestMultiplier for nightly tests by Roman Elizarov · 7 years ago
  27. f2239e1 Performance: Remove DispatchTask, store value in DispatchedContinuation by Roman Elizarov · 7 years ago
  28. 1f0df4b MPP: Fixed invokeOnCompletion source compatibility by Roman Elizarov · 7 years ago
  29. 9ef4e0c IO: fix accidentally used tryResumeWithException by Sergey Mashkov · 7 years ago
  30. 4df720f IO: introduce simple ByteReadChannel.discard implementation by Sergey Mashkov · 7 years ago
  31. 1e40237 IO: update ByteReadChannel.cancel/close documentation by Sergey Mashkov · 7 years ago
  32. a26b790 IO: propagate channel cancellation to controller coroutine by Sergey Mashkov · 7 years ago
  33. eee3aaf IO: add ByteReadChannel.cancel by Sergey Mashkov · 7 years ago
  34. 15639fa IO: add reader/writer parent job parameter by Sergey Mashkov · 7 years ago
  35. 4adac45 IO: fix spuriously hanging pipe tests by Sergey Mashkov · 7 years ago
  36. de8e44f IO: add read(0) tests by Sergey Mashkov · 7 years ago
  37. c558b2e IO: make copyTo from NIO channel flush chunks by Sergey Mashkov · 7 years ago
  38. 350d144 IO: make channel.read(lambda) return faster if already closed by Sergey Mashkov · 7 years ago
  39. 8af8937 IO: fix joining with different write byte orders by Sergey Mashkov · 7 years ago
  40. e676408 IO: fix infinite writeSuspend loop caused by auto-resuming flush by Sergey Mashkov · 7 years ago
  41. e86eb08 IO: add adapters to Java IO/NIO channels and streams (except async NIO) by Sergey Mashkov · 7 years ago
  42. 75675e6 Fixes for Kotlin 1.2.0 by Roman Elizarov · 7 years ago
  43. e8f694e Optional parent job parameter for coroutine builders by Roman Elizarov · 7 years ago
  44. baf86ab IO: upgrade kotlinx-io to 0.0.8 by Sergey Mashkov · 7 years ago
  45. 060f36a IO: fix too expensive joinTo fast-path by Sergey Mashkov · 7 years ago
  46. 98c8739 IO: make buffer release guaranteed for cases by Sergey Mashkov · 7 years ago
  47. 7549dad Revert "IO: make buffer release guaranteed if channel closed with error" by Sergey Mashkov · 7 years ago
  48. 9f9b72d IO: add linearizability test by Sergey Mashkov · 7 years ago
  49. 4ea3cb3 IO: make buffer release guaranteed if channel closed with error by Sergey Mashkov · 7 years ago
  50. eab5c25 IO: add linearizability test by Sergey Mashkov · 7 years ago
  51. 9a6ca1a IO: fix typo in test name by Sergey Mashkov · 7 years ago
  52. fdcf84e remove redundant elvis by Sergey Mashkov · 7 years ago
  53. 18b28a2 IO: make byte channel detect closed state earlier by Sergey Mashkov · 7 years ago
  54. 47d92ba IO: fix race in closeWaitJob of JoiningState by Sergey Mashkov · 7 years ago
  55. d42bdad IO: fix accidentally missed it by Sergey Mashkov · 7 years ago
  56. 7bf4fa9 IO: fix race in ByteBufferChannel.write(lambda) by Sergey Mashkov · 7 years ago
  57. 2874d16 IO: optimize delegation (part 2) by Sergey Mashkov · 7 years ago
  58. 4fe8eec IO: optimize delegation by Sergey Mashkov · 7 years ago
  59. cc4d12a Upgrade kotlinx-io by Sergey Mashkov · 7 years ago
  60. e290f8f Extracted lin-check version to gradle.properties by Sergey Mashkov · 7 years ago
  61. 3512ed6 IO: merge non-atomic flush operation with write in linearizability test by Sergey Mashkov · 7 years ago
  62. 54a2890 IO: stateful suspend functions dumper by Sergey Mashkov · 7 years ago
  63. 9e9929d IO: fix joining of already closed but not empty channel by Sergey Mashkov · 7 years ago
  64. f75ec15 IO: eliminate state machines, workaround ACC_FINAL missing flag by Sergey Mashkov · 7 years ago
  65. b94ce42 IO: fix lincheck dependency by Sergey Mashkov · 7 years ago
  66. 324611b IO: faster delegation in joined channels by Sergey Mashkov · 7 years ago
  67. 373d590 IO: fixed awaitClose and copyDirect by Sergey Mashkov · 7 years ago
  68. 199a04c IO: added linearizability test by Sergey Mashkov · 7 years ago
  69. 33d5d13 Fix delegated flush by Sergey Mashkov · 7 years ago
  70. 8b310cb IO: added linearizability test by Sergey Mashkov · 7 years ago
  71. c9d73f5 IO: add one more joinTo test by Sergey Mashkov · 7 years ago
  72. 8e9138c IO: fix race in joined flush once again by Sergey Mashkov · 7 years ago
  73. 62deb43 IO: add linearizability test by Sergey Mashkov · 7 years ago
  74. fd85fb9 IO: reimplement joinTo to eliminate a lot of races by Sergey Mashkov · 7 years ago
  75. 2fdb5aa IO: fix joined close/flush by Sergey Mashkov · 7 years ago
  76. b86a003 IO: added tests for joined channels by Sergey Mashkov · 7 years ago
  77. d489d3f IO: joinTo should wait for completion by Sergey Mashkov · 7 years ago
  78. 625c1fe IO: fixed joined channel flush by Sergey Mashkov · 7 years ago
  79. ca8762b IO: fixed joined ByteChannel close by Sergey Mashkov · 7 years ago
  80. c51ecd3 IO: introduce ByteChannel.joinTo by Sergey Mashkov · 7 years ago
  81. 88951ac IO: introduce ByteChannel.copyDirect by Sergey Mashkov · 7 years ago
  82. bab9f79 IO: fix writeByte BufferOverflowException by Sergey Mashkov · 7 years ago
  83. 32c90b1 IO: fix race in readSuspend by Sergey Mashkov · 7 years ago
  84. 6c85d13 IO: migrate to gradle by Sergey Mashkov · 7 years ago
  85. c143ea6 IO: workaround one more state machine by Sergey Mashkov · 7 years ago
  86. d0cb0b1 IO: eliminate state machines in writeN for primitive types by Sergey Mashkov · 7 years ago
  87. fde1a64 IO: rewrite if/else/return code to identical by Sergey Mashkov · 7 years ago
  88. 4eccfba IO: eliminate tail suspend calls in when blocks by Sergey Mashkov · 7 years ago
  89. 0f7e922 IO: eliminate byte-by-byte ByteBuffer copying by Sergey Mashkov · 7 years ago
  90. 50a0857 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  91. c4694cc Extract kotlinx-io by Sergey Mashkov · 7 years ago
  92. f774f37 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  93. 6d05993 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  94. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  95. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  96. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  97. ad68c06 IO: eliminate race in close by Sergey Mashkov · 7 years ago
  98. ccf8dde IO: fix verifying pool usage by Sergey Mashkov · 7 years ago
  99. 7154d59 IO: add convinient packet functions on Java IO Streams and NIO channels by Sergey Mashkov · 7 years ago
  100. 5428565 IO: add writeDirect to WritePacket (useful for better NIO interop) by Sergey Mashkov · 7 years ago