1. 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/packet/ByteWritePacketImpl.kt]
  2. 6d05993 Extract kotlinx-io by Sergey Mashkov · 7 years ago
  3. ccf8dde IO: fix verifying pool usage by Sergey Mashkov · 7 years ago
  4. 5428565 IO: add writeDirect to WritePacket (useful for better NIO interop) by Sergey Mashkov · 7 years ago
  5. 7510117 IO: add BufferView internal, add ByteChannel read and write with lambda by Sergey Mashkov · 7 years ago
  6. 5804c37 IO: eliminate stealing if packets use different pools by Sergey Mashkov · 7 years ago
  7. 57906eb IO: add Packet.writePacket optimizations, add object pool verifier by Sergey Mashkov · 7 years ago
  8. 5ca0d12 IO: fix ByteWritePacket.writePacket size update by Sergey Mashkov · 7 years ago
  9. 8b23c56 IO: add ByteWritePacket.writePacketUnconsumed by Sergey Mashkov · 7 years ago
  10. 9ab60cf IO: add ByteWritePacket.writePacket by Sergey Mashkov · 7 years ago
  11. 5feaf69 IO: add more byte packet tests and fix few bugs by Sergey Mashkov · 7 years ago
  12. f21d960 IO: optimize writeUTF8, introduce ByteWritePacket.size by Sergey Mashkov · 7 years ago
  13. 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/packet/ByteWritePacketImpl.kt]
  14. fbcba26 IO: rename writeStringUtf8, fix implementation + tests by Sergey Mashkov · 7 years ago
  15. 0b12ffc IO: byte packet readLine support + bugfixes by Sergey Mashkov · 7 years ago
  16. 6ca9a27 IO: byte packet initial implementation by Sergey Mashkov · 7 years ago