1. 9556242 Reword the concept of a channel closed without cause in docs by Roman Elizarov · 7 years ago
  2. 5ca0d12 IO: fix ByteWritePacket.writePacket size update by Sergey Mashkov · 7 years ago
  3. 8b23c56 IO: add ByteWritePacket.writePacketUnconsumed by Sergey Mashkov · 7 years ago
  4. 9ab60cf IO: add ByteWritePacket.writePacket by Sergey Mashkov · 7 years ago
  5. f946266 IO: add packet readBytes size parameter by Sergey Mashkov · 7 years ago
  6. f64ef93 IO: implement byte packet copy by Sergey Mashkov · 7 years ago
  7. ea3a418 IO: fix writer scope type by Sergey Mashkov · 7 years ago
  8. 8e13241 IO: eliminate unnecessary resume at close+flush by Sergey Mashkov · 7 years ago
  9. e4d3ce7 IO: fix byte channel readX operations return -1 during close+flush by Sergey Mashkov · 7 years ago
  10. 10be56e Switched to AtomicFU version 0.7 by Roman Elizarov · 7 years ago
  11. d28de17 Maven Central info in readme by Roman Elizarov · 7 years ago
  12. 8648717 Initial support for Maven Central upload (javadocs, metadata) by Roman Elizarov · 7 years ago
  13. aae062d IO: add bytes counter to byte channel by Sergey Mashkov · 7 years ago
  14. 8a30b45 IO: add read until delimiter tests to cover more corner-cases by Sergey Mashkov · 7 years ago
  15. 2c3a0dc IO: add byte channel readRemaining test by Sergey Mashkov · 7 years ago
  16. f34175e IO: add byte packet readBytes and readText utility functions + tests by Sergey Mashkov · 7 years ago
  17. 5feaf69 IO: add more byte packet tests and fix few bugs by Sergey Mashkov · 7 years ago
  18. 9c446c0 Skip JavaFxTest in headless environment by Roman Elizarov · 7 years ago
  19. 1cc8608 IO: fix delimiter lookahead by Sergey Mashkov · 7 years ago
  20. 8a5564d Fixed references from docs to modularized select clauses by Roman Elizarov · 7 years ago
  21. 63f6ea2 Renamed TimeoutException to TimeoutCancellationException by Roman Elizarov · 7 years ago
  22. a07ad64 Fix package-list URL for moved kotlinx-coroutines-core & docs for io by Roman Elizarov · 7 years ago
  23. 44ba5d0 Job.cancelAndJoin is introduced by Roman Elizarov · 7 years ago
  24. db89a7c Initialized JavaFx toolkit Fixes #108 by Roman Elizarov · 7 years ago
  25. 99cdb38 ProGuard config by Mike · 7 years ago
  26. ee16816 IO: introduce utility functions for bytes delimiter scan in ByteReadChannel by Sergey Mashkov · 7 years ago
  27. 4cd0014 IO: improve lookAhead functionality by Sergey Mashkov · 7 years ago
  28. a22ed42 IO: add readAll utility function for ByteReadChannel by Sergey Mashkov · 7 years ago
  29. 2290943 IO: make buildPacket inline, add writePacket utilities by Sergey Mashkov · 7 years ago
  30. 72e9150 IO: add limit parameter to copyTo by Sergey Mashkov · 7 years ago
  31. 7d2be42 IO: rename ByteReadPacket.readLazy to readAvailable for parity with BC by Sergey Mashkov · 7 years ago
  32. da29804 IO: introduce WritePacket() factory function by Sergey Mashkov · 7 years ago
  33. f21d960 IO: optimize writeUTF8, introduce ByteWritePacket.size by Sergey Mashkov · 7 years ago
  34. 7c8b155 IO: add ByteReadChannel.copyTo by Sergey Mashkov · 7 years ago
  35. ec137ef JB Official project & license badge, link to specific stable version (0.18) by Roman Elizarov · 7 years ago
  36. 96d7a88 IO: Moved to core directory, documented its unstable status by Roman Elizarov · 7 years ago
  37. 018c9ce Merge branch 'develop' into byte-channel-re by Roman Elizarov · 7 years ago
  38. db0e22d Select expression is modularized. by Roman Elizarov · 7 years ago
  39. e8d7934 Move kotlinx-coroutines-core to core subdirectory by Roman Elizarov · 7 years ago
  40. 5606133 IO: optimize byte channel writePacket suspend tail-calls by Sergey Mashkov · 7 years ago
  41. 974cbb3 IO: fix byte packet write buffer leak by Sergey Mashkov · 7 years ago
  42. 24b040f IO: fix byte channel close with error buffer leak by Sergey Mashkov · 7 years ago
  43. 25b2bc5 IO: byte channel reader and writer coroutines support by Sergey Mashkov · 7 years ago
  44. 9d5152b ~kotlin version by Sergey Mashkov · 7 years ago
  45. a9a936d IO: fix CR-only line endings processing + tests by Sergey Mashkov · 7 years ago
  46. fbcba26 IO: rename writeStringUtf8, fix implementation + tests by Sergey Mashkov · 7 years ago
  47. fc84a63 IO: fix copyAndClose + tests by Sergey Mashkov · 7 years ago
  48. b87d636 IO: Fix byte channel corner cases + add tests by Sergey Mashkov · 7 years ago
  49. f0af8d4 Link to introduction video by Roman Elizarov · 7 years ago
  50. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  51. e82dee7 Make sure that Job, Channel, etc links in the docs point to the classes by Roman Elizarov · 7 years ago
  52. 87920c9 Made public class TimeoutException Fixes #89 by Roman Elizarov · 7 years ago
  53. 0163bf1 Be explicit that Kotlin 1.1.4 is the minimal required version by Roman Elizarov · 7 years ago
  54. 0d0424d Optimize JobSupport -- don't extend AbstractCoroutineContextElement by Roman Elizarov · 7 years ago
  55. c2adef5 Fixed NPE when ArrayBroadcastChannel is closed concurrently with receive by Roman Elizarov · 7 years ago
  56. 2b76d8e Using kotlinx.atomicfu version 0.6 by Roman Elizarov · 7 years ago
  57. e7f9b5f Revert to 5s test by Roman Elizarov · 7 years ago
  58. b2168b9 Wait longer for lost threads to terminate and output more details by Roman Elizarov · 7 years ago
  59. 23eb2ef Using kotlinx.atomicfu version 0.4 by Roman Elizarov · 7 years ago
  60. 71334c3 Require Kotlin 1.1.4 or later by Roman Elizarov · 7 years ago
  61. 537c359 Turn all consumeEach and withLock into inline suspend functions by Roman Elizarov · 7 years ago
  62. 5f3008a Kotlin 1.1.4 by Roman Elizarov · 7 years ago
  63. 14328d1 Add Mutex.holdsLock by Francesco Vasco · 7 years ago
  64. e1f89db Extract test ops to separate methods for better stack traces by Roman Elizarov · 7 years ago
  65. 469cad3 IO: Ongoing documentation, API & naming review by Roman Elizarov · 7 years ago
  66. fccac1d IO: Implement ByteOrder with typealias by Roman Elizarov · 7 years ago
  67. 8376203 IO: Review of ObjectPool and ReadWriteBufferState by Roman Elizarov · 7 years ago
  68. a10b692 IO: byte packet read/write from/to byte channel by Sergey Mashkov · 7 years ago
  69. 0b12ffc IO: byte packet readLine support + bugfixes by Sergey Mashkov · 7 years ago
  70. 6ca9a27 IO: byte packet initial implementation by Sergey Mashkov · 7 years ago
  71. 8158fec IO: utils by Sergey Mashkov · 7 years ago
  72. 569b542 IO: byte channel to support predefined content buffer (for read only) by Sergey Mashkov · 7 years ago
  73. b60d94c Move ktolinx.atomicfu support to top-level pom.xml by Roman Elizarov · 7 years ago
  74. 2cb1d5b IO: byte channel cleanup by Sergey Mashkov · 7 years ago
  75. 86fe591 IO: read unsigned integer numbers by Sergey Mashkov · 7 years ago
  76. 86f7061 IO: initial implementation by Sergey Mashkov · 7 years ago
  77. 7753f8e Replace remaining xxFieldUpdater classes with AtomicFU atomic vars by Roman Elizarov · 7 years ago
  78. 4ecd46b Use randomSpinWaitIntermission in multi-step operations by Roman Elizarov · 7 years ago
  79. 2324fd0 Using kotlinx.atomicfu version 0.3 by Roman Elizarov · 7 years ago
  80. 7eb41ef Fixed bug in LockFreeLinkedList (invariant & lock-freedom violation) by Roman Elizarov · 7 years ago
  81. ddcbdd3 Relax enforcer rules to allow for snapshot dependencies by Roman Elizarov · 7 years ago
  82. 1e0ed74 Sanitize thread names in tests to avoid intra-test interference by Roman Elizarov · 7 years ago
  83. 7015ad2 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  84. 2203520 Add kotlin-snapshot maven profile by Sergey Mashkov · 7 years ago
  85. 1e129b3 Include plugin version & use enforce plugin for Maven build stability by Roman Elizarov · 7 years ago
  86. 265ae44 Fixed MonoTest after Project Reactor version update by Roman Elizarov · 7 years ago
  87. 24cd654 Further improvements to testGuideCancelExample02/03 for stability by Roman Elizarov · 7 years ago
  88. f1a24b1 Mutex fairness documentation (#90) by Francesco Vasco · 7 years ago
  89. d0597e7 Replace deprecated setCancellation with onDipose for Project Reactor by Liming.Shi · 7 years ago
  90. 466bfa2 Switch to Project Reactor Aluminium-SR3 release by Roman Elizarov · 7 years ago
  91. 09377b1 Reknit (imports) by Roman Elizarov · 7 years ago
  92. 44e3ba5 Quasar integration by Roman Elizarov · 7 years ago
  93. 1025837 Merge remote-tracking branch 'origin/master' into develop by Roman Elizarov · 7 years ago
  94. 98a39d0 java.time adapters by Francesco Vasco · 7 years ago
  95. 3a78aa2 'owner' support for Mutex.withLock by Francesco Vasco · 7 years ago
  96. a448903 Typo fixed by Roman Elizarov · 7 years ago
  97. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  98. 256812a Use CompletableDeferred in the guide section on coroutines; by Roman Elizarov · 7 years ago
  99. 8b9ecff Make a better effort at getting all thread names (just in case) by Roman Elizarov · 7 years ago
  100. 3f15673 Kotlin version 1.1.3-2 by Roman Elizarov · 7 years ago