-
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.11.0
head repository: square/okio
compare: parent-3.12.0
- 13 commits
- 28 files changed
- 4 contributors
Commits on Apr 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 76fe20f - Browse repository at this point
Copy the full SHA 76fe20fView commit details
Commits on Apr 22, 2025
-
Update dependency com.android.tools.build:gradle to v8.9.2 (#1616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5f07ec - Browse repository at this point
Copy the full SHA d5f07ecView commit details
Commits on Apr 25, 2025
-
Update dependency gradle to v8.14 (#1617)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d1d3f54 - Browse repository at this point
Copy the full SHA d1d3f54View commit details -
Update dependency java to v24 (#1606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33d4f8c - Browse repository at this point
Copy the full SHA 33d4f8cView commit details
Commits on May 6, 2025
-
Update dependency com.android.tools.build:gradle to v8.10.0 (#1619)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f09a3a1 - Browse repository at this point
Copy the full SHA f09a3a1View commit details
Commits on May 13, 2025
-
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.21 (
#1620) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ff6f748 - Browse repository at this point
Copy the full SHA ff6f748View commit details
Commits on May 14, 2025
-
Update dependency com.vanniktech:gradle-maven-publish-plugin to v0.32…
….0 (#1622) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 84ad5b1 - Browse repository at this point
Copy the full SHA 84ad5b1View commit details
Commits on May 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 37c0ca3 - Browse repository at this point
Copy the full SHA 37c0ca3View commit details
Commits on May 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 4f27de9 - Browse repository at this point
Copy the full SHA 4f27de9View commit details
Commits on May 22, 2025
-
Update dependency gradle to v8.14.1 (#1625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ce2d92 - Browse repository at this point
Copy the full SHA 5ce2d92View commit details
Commits on May 26, 2025
-
New API, BufferedSource.indexOf(ByteString, fromIndex, toIndex) (#1626)
* New API, BufferedSource.indexOf(ByteString, fromIndex, toIndex) This is surprisingly interesting. To minimize unnecessary reads for toIndex it is necessary to check whether a prefix of the query matches a suffix of the currently-loaded data. This read-avoidance is useful in practice. When doing HTTP multipart decoding the caller may scan for a boundary separator with a bounded range, and we don't want to block reading when doing so won't impact the result of the call. * apiDump * Check both maximum and minimum prefix sizes --------- Co-authored-by: Jesse Wilson <jwilson@squareup.com>
Configuration menu - View commit details
-
Copy full SHA for b4b5fd2 - Browse repository at this point
Copy the full SHA b4b5fd2View commit details
Commits on May 27, 2025
-
Re-implement Buffer.rangeEquals on Buffer.indexOf (#1628)
The old rangeEquals function was embarassingly inefficient, using a full scan of the segments linked-list for each element. That optimization is already done in indexOf(), which has almost all of what we need for rangeEquals(). This adds an offset and count slice to the input ByteString in indexOf(), and then leverages that to simplify rangeEquals(). Co-authored-by: Jesse Wilson <jwilson@squareup.com>
Configuration menu - View commit details
-
Copy full SHA for eca2120 - Browse repository at this point
Copy the full SHA eca2120View commit details -
Configuration menu - View commit details
-
Copy full SHA for eca0e40 - Browse repository at this point
Copy the full SHA eca0e40View 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.11.0...parent-3.12.0