-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Comparing changes
Open a pull request
base repository: square/okio
base: parent-3.8.0
head repository: square/okio
compare: parent-3.9.0
- 19 commits
- 101 files changed
- 9 contributors
Commits on Feb 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9b7133 - Browse repository at this point
Copy the full SHA e9b7133View commit details
Commits on Feb 13, 2024
-
Initial implementation of InflaterSource and DeflaterSink (#1427)
* Initial implementation of InflaterSource and DeflaterSink * Add some tests for exception handling * More tests * Fix names of wrapped streams
Configuration menu - View commit details
-
Copy full SHA for 18dfed0 - Browse repository at this point
Copy the full SHA 18dfed0View commit details
Commits on Feb 14, 2024
-
* Implement CRC32 On Kotlin/Native this uses the built-in zlib * Update okio/src/nativeMain/kotlin/okio/internal/CRC32.kt Co-authored-by: Jake Wharton <[email protected]> * Suppress Spotless warning --------- Co-authored-by: Jake Wharton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f66c57 - Browse repository at this point
Copy the full SHA 8f66c57View commit details
Commits on Feb 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e119e8 - Browse repository at this point
Copy the full SHA 6e119e8View commit details -
Merge pull request #1435 from square/jw.read-byte-string.2024-02-14
Add `readByteString` cinterop extension
Configuration menu - View commit details
-
Copy full SHA for 55b7210 - Browse repository at this point
Copy the full SHA 55b7210View commit details
Commits on Feb 18, 2024
-
Do expect/actual for shared code in Deflater (#1434)
* Do expect/actual for shared code in Deflater * Fixup tests * Fixup golden compressed size * Promote docs to shared source set * Use nicer APIs in tests * Spotless * Track magic values for nowrap=false
Configuration menu - View commit details
-
Copy full SHA for e941f18 - Browse repository at this point
Copy the full SHA e941f18View commit details -
Prevent caching URLConnection files in ResourceFileSystem (#1428)
* Fix for #1364 * Fix issue for Java8 testing * Ensure fileLeakInResourceFileSystemTest runs only if `/proc` is available
Configuration menu - View commit details
-
Copy full SHA for b8dbaae - Browse repository at this point
Copy the full SHA b8dbaaeView commit details
Commits on Feb 19, 2024
-
Make GzipSink and GzipSource multiplatform (#1436)
* Make GzipSink and GzipSource multiplatform This layers on top of the newly-multiplatformed Inflater, Deflater, and CRC32. * Suppress some Spotless warnings * More Spotless
Configuration menu - View commit details
-
Copy full SHA for e5a3366 - Browse repository at this point
Copy the full SHA e5a3366View commit details
Commits on Feb 20, 2024
-
Use constant files in ZipFileSystemTest (#1437)
This should make it possible to run this test on platforms where programatically creating .zip files is difficult.
Configuration menu - View commit details
-
Copy full SHA for c437fa6 - Browse repository at this point
Copy the full SHA c437fa6View commit details
Commits on Feb 21, 2024
-
Handle DOS dates in Kotlin/Multiplatform (#1438)
* Handle DOS dates in Kotlin/Multiplatform This might be foolish. The total amount of new code is relatively small (45 lines of code), but that code does something we don't otherwise want to be doing in Okio - date math. But this unblocks implementing ZipFileSystem in Kotlin/Native. * Don't loop in addDay
Configuration menu - View commit details
-
Copy full SHA for 3bcb813 - Browse repository at this point
Copy the full SHA 3bcb813View commit details
Commits on Feb 22, 2024
-
Get openZip working on KotlinNative (#1439)
* Get openZip working on KotlinNative * No assertk for wasmJs or wasmWasi * Make okioRoot lazy
Configuration menu - View commit details
-
Copy full SHA for 20b83aa - Browse repository at this point
Copy the full SHA 20b83aaView commit details
Commits on Feb 26, 2024
-
Tag the language in code samples (#1445)
* Tag the language in code samples * Update okio-nodefilesystem/src/main/kotlin/okio/FsJs.kt Co-authored-by: Benoît Quenaudon <[email protected]> --------- Co-authored-by: Benoît Quenaudon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb0b918 - Browse repository at this point
Copy the full SHA eb0b918View commit details
Commits on Feb 28, 2024
-
Update actions/setup-java action to v4.1.0 (#1446)
* Update actions/setup-java action to v4.1.0 * Update build.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jake Wharton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b889e3 - Browse repository at this point
Copy the full SHA 0b889e3View commit details
Commits on Mar 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c96879 - Browse repository at this point
Copy the full SHA 6c96879View commit details -
Merge pull request #1451 from square/renovate/org.jetbrains.dokka-dok…
…ka-gradle-plugin-1.x Update dependency org.jetbrains.dokka:dokka-gradle-plugin to v1.9.20
Configuration menu - View commit details
-
Copy full SHA for 2c0d99e - Browse repository at this point
Copy the full SHA 2c0d99eView commit details -
Get ZipFileSystem to prefer NTFS timestamps when present (#1449)
* Get ZipFileSystem to prefer NTFS timestamps when present They don't have a time bomb in 2038. * Add a missing import But why didn't the compiler get mad at me?
Configuration menu - View commit details
-
Copy full SHA for 940496a - Browse repository at this point
Copy the full SHA 940496aView commit details
Commits on Mar 5, 2024
-
Fix
Closeable.useNullPointerException(#1453)* Fix Cloneable.use NullPointerException * Add assertNull
Configuration menu - View commit details
-
Copy full SHA for fe6ac99 - Browse repository at this point
Copy the full SHA fe6ac99View commit details
Commits on Mar 12, 2024
-
Create FileSystem.SYSTEM property in shared source set (#1455)
* Create FileSystem.SYSTEM property in shared source set Co-authored-by: Sebastian Sellmair <[email protected]> * Only configure native platforms in samples if kmpNativeEnabled is set * Use FileSystem.SYSTEM in existing tests, remove new multiplatform samples --------- Co-authored-by: Sebastian Sellmair <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eac869b - Browse repository at this point
Copy the full SHA eac869bView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6c38c2 - Browse repository at this point
Copy the full SHA d6c38c2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff parent-3.8.0...parent-3.9.0