1. 186760b Prepare next development version. by Jesse Wilson · 3 years, 4 months ago
  2. a9d47dc Prepare for release 3.0.0-alpha.6. by Jesse Wilson · 3 years, 4 months ago
  3. 702039a Convert gradle-mvn-mpp-push.gradle to KTS (#944) by Jesse Wilson · 3 years, 4 months ago
  4. 423573b Split JVM and Native FileSystem declarations (#946) by Jesse Wilson · 3 years, 4 months ago
  5. b1875dc Provide even more information when FileSystem timestamps surprise (#945) by Jesse Wilson · 3 years, 4 months ago
  6. cc2664d Get FileHandle working on NodeJS (#943) by Jesse Wilson · 3 years, 4 months ago
  7. ed9cd0e More tests for FileHandle (#938) by Jesse Wilson · 3 years, 4 months ago
  8. c2d00bb Increase test logging (#942) by Jesse Wilson · 3 years, 4 months ago
  9. 0eeb4b0 Compile for tvOS (#941) by Jesse Wilson · 3 years, 4 months ago
  10. f042fa0 multiplatform: document Gradle configuration (#932) by Jean-Michel Fayard · 3 years, 4 months ago
  11. 3e3b82b Support Kotlin/JS IR and Legacy JS (#940) by Jesse Wilson · 3 years, 4 months ago
  12. 6b77e01 Filter .class files from the ResourceFileSystem (#939) by Jesse Wilson · 3 years, 4 months ago
  13. 17ed276 Fix using okio from background thread on Kotlin/Native targets (#929) by Mykola Varahash · 3 years, 5 months ago
  14. 7430e98 Implement FileHandle on native Windows (#933) by Jesse Wilson · 3 years, 5 months ago
  15. 6dd0355 Implement FileHandle for PosixFileSystem (#931) by Jesse Wilson · 3 years, 5 months ago
  16. 465c07e Split open() into openReadOnly() and openReadWrite(). (#928) by Jesse Wilson · 3 years, 5 months ago
  17. d659b30 Replace Cursor with FileHandle (#926) by Jesse Wilson · 3 years, 5 months ago
  18. 1a60637 Prepare next development version. by Jesse Wilson · 3 years, 5 months ago
  19. c15e674 Prepare for release 3.0.0-alpha.5. by Jesse Wilson · 3 years, 5 months ago
  20. 693f096 Fold the zipfilesystem and resourcefilesystem into the main okio module (#927) by Jesse Wilson · 3 years, 5 months ago
  21. 0101af9 Prepare next development version. by Jesse Wilson · 3 years, 6 months ago
  22. bc96401 Prepare for release 3.0.0-alpha.4. by Jesse Wilson · 3 years, 6 months ago
  23. ffbf472 Rename internal classes to avoid name collisions (#924) by Jesse Wilson · 3 years, 6 months ago
  24. 113b6a0 Attempt to fix flakes in SocketTimeoutTest (#923) by Jesse Wilson · 3 years, 6 months ago
  25. b5708e7 Delete unused file (#922) by Benoît Quenaudon · 3 years, 6 months ago
  26. 038fc19 Convert Okio build scripts to KTS (#921) by Jesse Wilson · 3 years, 6 months ago
  27. 2eb5894 Simplify the path handling logic for resources (#920) by Yuri Schimke · 3 years, 6 months ago
  28. 2fb5c71 Resource FileSystem (#919) by Yuri Schimke · 3 years, 6 months ago
  29. 4ab922e FileHandle, for reading and writing, streaming and random access (#916) by Jesse Wilson · 3 years, 6 months ago
  30. 5efe95d Prepare next development version. by Jesse Wilson · 3 years, 6 months ago
  31. e0031a0 Prepare for release 3.0.0-alpha.3. by Jesse Wilson · 3 years, 6 months ago
  32. 039d996 Move NodeJsFileSystem into its own module (#913) by Jesse Wilson · 3 years, 6 months ago
  33. 57cf11c Prepare next development version. by Jesse Wilson · 3 years, 7 months ago
  34. 1aeb586 Prepare for release 3.0.0-alpha.2. by Jesse Wilson · 3 years, 7 months ago
  35. d17fb15 Implement cursoring on JS sources (#909) by Jesse Wilson · 3 years, 7 months ago
  36. 572b152 Fix FakeFileSystem.list() to return relative paths (#907) by Jesse Wilson · 3 years, 7 months ago
  37. f041421 Fix a bug where metadata of '.' was not found (#906) by Jesse Wilson · 3 years, 7 months ago
  38. 62642ec Public API for ZipFileSystem (#908) by Jesse Wilson · 3 years, 7 months ago
  39. a847c17 Add support for extended timestamps (0x5455) (#904) by Jesse Wilson · 3 years, 7 months ago
  40. 377a936 Redo the zip.kt internals (#903) by Jesse Wilson · 3 years, 8 months ago
  41. 3134482 Merge pull request #900 from square/jwilson.0217.ffs_cursors by Jesse Wilson · 3 years, 8 months ago
  42. 56ff56b Support cursors in FakeFileSystem sources by Jesse Wilson · 3 years, 8 months ago
  43. 333e09c Merge pull request #898 from square/jwilson.0215.zip_tests by Jesse Wilson · 3 years, 8 months ago
  44. f66307e Merge pull request #899 from square/jwilson.0215.native_cursors by Jesse Wilson · 3 years, 8 months ago
  45. 14decea Implement cursors for native platforms by Jesse Wilson · 3 years, 8 months ago
  46. e04d2f3 Better tests for zip files by Jesse Wilson · 3 years, 8 months ago
  47. d3ee176 Merge pull request #895 from square/jwilson.0211.zips by Jesse Wilson · 3 years, 8 months ago
  48. dc5ee8f Import ZIP code from AOSP and use it to build a ZipFileSystem by Jesse Wilson · 3 years, 8 months ago
  49. 8671252 Merge pull request #893 from square/jwilson.0209.zipfilesystem by Jesse Wilson · 3 years, 8 months ago
  50. 3a64da5 Merge pull request #892 from square/jwilson.0209.bsc by Jesse Wilson · 3 years, 8 months ago
  51. 5b8b30d New zipfilesystem module and FixedLengthSource class by Jesse Wilson · 3 years, 8 months ago
  52. 57262e0 Implement Cursor on RealBufferedSource by Jesse Wilson · 3 years, 8 months ago
  53. 00c7ede Merge pull request #891 from square/jwilson.0208.cursor__ by Jesse Wilson · 3 years, 8 months ago
  54. 0a800b8 Cursor API and File implementation by Jesse Wilson · 3 years, 8 months ago
  55. 55df471 Merge pull request #890 from square/jwilson.0208.cursor by Jesse Wilson · 3 years, 8 months ago
  56. 951a164 Bump the minimum JDK requirement to Java 8 by Jesse Wilson · 3 years, 8 months ago
  57. 01a7059 Merge pull request #884 from square/jwilson.0111.prevent_concurrent_ops by Jesse Wilson · 3 years, 9 months ago
  58. 7a5d313 Forbid dangerous operations in FakeFileSystem by default by Jesse Wilson · 3 years, 9 months ago
  59. 3be678e Merge pull request #883 from square/jwilson.0111.remote_no_go by Jesse Wilson · 3 years, 9 months ago
  60. 6425f63 Document that remote file systems are a bad fit by Jesse Wilson · 3 years, 9 months ago
  61. cf28008 Merge pull request #882 from square/jwilson.0110.path_slash by Jesse Wilson · 3 years, 9 months ago
  62. 9630b86 Remove the slash property from Path by Jesse Wilson · 3 years, 9 months ago
  63. 9db4923 Merge pull request #881 from square/jwilson.0109.read_write by Jesse Wilson · 3 years, 9 months ago
  64. e5bd0ad Merge pull request #880 from square/jwilson.0109.windows_limitations by Jesse Wilson · 3 years, 9 months ago
  65. bc4fdff Add missing exceptions to FileSystem.write and read by Jesse Wilson · 3 years, 9 months ago
  66. 14542ac Redesign FakeFileSystem's Windows limitations by Jesse Wilson · 3 years, 9 months ago
  67. 0ea0ddb Fix broken link in changelog by Jesse Wilson · 3 years, 9 months ago
  68. 08af0fa Prepare next development version. by Jesse Wilson · 3 years, 9 months ago
  69. eda1e47 Prepare for release 3.0.0-alpha.1. by Jesse Wilson · 3 years, 9 months ago
  70. 2c97351 Okio 2.10.0 is released. by Jesse Wilson · 3 years, 9 months ago
  71. 1977d3b Merge pull request #872 from square/jwilson.0106.java_sugar by Jesse Wilson · 3 years, 9 months ago
  72. 701634b Make Path.toFile() work for Java callers by Jesse Wilson · 3 years, 9 months ago
  73. a8ccc12 Merge pull request #871 from square/jwilson.0105.sugar by Jesse Wilson · 3 years, 9 months ago
  74. c60f820 Syntactic sugar for writing files by Jesse Wilson · 3 years, 9 months ago
  75. 61913ce Merge pull request #870 from square/jwilson.0105.closeable by Jesse Wilson · 3 years, 9 months ago
  76. cc815b8 Add a multiplatform okio.Closeable interface by Jesse Wilson · 3 years, 9 months ago
  77. adf7a85 Merge pull request #869 from square/jwilson.0104.expect_path by Jesse Wilson · 3 years, 9 months ago
  78. a34760f Split Path into an expect/actual class by Jesse Wilson · 3 years, 9 months ago
  79. feacb14 Merge pull request #868 from square/jwilson.0104.ffs by Jesse Wilson · 3 years, 9 months ago
  80. 2ec05f1 Rename Filesystem to FileSystem by Jesse Wilson · 3 years, 9 months ago
  81. d364ec8 Merge pull request #867 from square/jwilson.0104.fakefilesystem by Jesse Wilson · 3 years, 9 months ago
  82. 109d3be Rename okio-testing to okio-fakefilesystem and start publishing it by Jesse Wilson · 3 years, 9 months ago
  83. 770b67f Merge pull request #865 from square/jwilson.1231.sorted by Jesse Wilson · 3 years, 9 months ago
  84. aa16a71 Filesystem.list() returns files in sorted order by Jesse Wilson · 3 years, 9 months ago
  85. 6f98625 Merge pull request #864 from square/jwilson.1230.fnfe by Jesse Wilson · 3 years, 9 months ago
  86. 1381fcc Specialize FileNotFoundException by Jesse Wilson · 3 years, 9 months ago
  87. 7027351 Merge pull request #863 from square/jwilson.1230.one_platform_file by Jesse Wilson · 3 years, 9 months ago
  88. c8e75f5 Combine Platform.kt and -Platform.kt by Jesse Wilson · 3 years, 9 months ago
  89. d9d97ad Merge pull request #862 from square/jwilson.1230.html_tables by Jesse Wilson · 3 years, 9 months ago
  90. 8c82a84 Use HTML tables until Dokka's tables are fixed by Jesse Wilson · 3 years, 9 months ago
  91. eb53e5d Merge pull request #861 from square/jwilson.1230.our_own_externals by Jesse Wilson · 3 years, 9 months ago
  92. f21bfc0 Define our own externals for Node.js fs and os APIs by Jesse Wilson · 3 years, 9 months ago
  93. ff192b7 Merge pull request #860 from square/jwilson.1228.java by Jesse Wilson · 3 years, 9 months ago
  94. 67d1373 Improve APIs for Java consumers by Jesse Wilson · 3 years, 9 months ago
  95. 8a3b84a Merge pull request #857 from square/jwilson.1228.checkNoOpenFiles by Jesse Wilson · 3 years, 9 months ago
  96. 8a43813 FakeFilesystem.checkNoOpenFiles() has better information by Jesse Wilson · 3 years, 9 months ago
  97. 4715ea0 Merge pull request #858 from square/jwilson.1228.isRoot by Jesse Wilson · 3 years, 9 months ago
  98. 2d67d0e Merge pull request #856 from square/jwilson.1228.fix_appending_bug by Jesse Wilson · 3 years, 9 months ago
  99. 5b6c70c Path.isRoot returns true for / and C:\ by Jesse Wilson · 3 years, 9 months ago
  100. 60afd39 Fix a bug where FakeFilesystem.appendingSink cleared the file by Jesse Wilson · 3 years, 9 months ago