1. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  2. e1fa197 Restructure packages, get rid of src/main/kotlin/kotlinx/coroutines/experimental folder layout by Vsevolod Tolstopyatov · 6 years ago[Renamed from core/kotlinx-coroutines-io/src/main/kotlin/kotlinx/coroutines/experimental/io/ByteWriteChannel.kt]
  3. 8fbdff4 IO: add close cause property to byte channel by Sergey Mashkov · 7 years ago
  4. 09b621e IO: optimize byte buffer memory allocations by Sergey Mashkov · 7 years ago
  5. dfae5e2 IO: add writeWhile function by Sergey Mashkov · 7 years ago
  6. 1e40237 IO: update ByteReadChannel.cancel/close documentation by Sergey Mashkov · 7 years ago
  7. f75ec15 IO: eliminate state machines, workaround ACC_FINAL missing flag by Sergey Mashkov · 7 years ago
  8. c4694cc Extract kotlinx-io by Sergey Mashkov · 7 years ago
  9. 6d05993 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  10. 7510117 IO: add BufferView internal, add ByteChannel read and write with lambda by Sergey Mashkov · 7 years ago
  11. 57906eb IO: add Packet.writePacket optimizations, add object pool verifier by Sergey Mashkov · 7 years ago
  12. 339ccf3 Public ClosedWriteChannelException and message for it by Roman Elizarov · 7 years ago
  13. aae062d IO: add bytes counter to byte channel by Sergey Mashkov · 7 years ago
  14. 2290943 IO: make buildPacket inline, add writePacket utilities by Sergey Mashkov · 7 years ago
  15. 96d7a88 IO: Moved to core directory, documented its unstable status by Roman Elizarov · 7 years ago[Renamed (97%) from integration/kotlinx-coroutines-io/src/main/kotlin/kotlinx/coroutines/experimental/io/ByteWriteChannel.kt]
  16. fbcba26 IO: rename writeStringUtf8, fix implementation + tests by Sergey Mashkov · 7 years ago
  17. 469cad3 IO: Ongoing documentation, API & naming review by Roman Elizarov · 7 years ago
  18. 8376203 IO: Review of ObjectPool and ReadWriteBufferState by Roman Elizarov · 7 years ago
  19. a10b692 IO: byte packet read/write from/to byte channel by Sergey Mashkov · 7 years ago
  20. 8158fec IO: utils by Sergey Mashkov · 7 years ago
  21. 86f7061 IO: initial implementation by Sergey Mashkov · 7 years ago