-
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.12.0
head repository: square/okio
compare: parent-3.13.0
- 11 commits
- 19 files changed
- 5 contributors
Commits on May 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd4cc34 - Browse repository at this point
Copy the full SHA bd4cc34View commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6315874 - Browse repository at this point
Copy the full SHA 6315874View commit details -
Update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.…
…0.4 (#1630) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 23a98b6 - Browse repository at this point
Copy the full SHA 23a98b6View commit details
Commits on May 28, 2025
-
Update dependency com.android.tools.build:gradle to v8.10.1 (#1631)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 414b364 - Browse repository at this point
Copy the full SHA 414b364View commit details
Commits on Jun 4, 2025
-
* New Channel interface I haven't yet hooked this up to Socket, but I intend to in a follow-up PR. * apiDump * Use the word Socket instead of Channel
Configuration menu - View commit details
-
Copy full SHA for 43343f7 - Browse repository at this point
Copy the full SHA 43343f7View commit details
Commits on Jun 5, 2025
-
Update dependency gradle to v8.14.2 (#1634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4c7f6d2 - Browse repository at this point
Copy the full SHA 4c7f6d2View commit details
Commits on Jun 12, 2025
-
New concrete implementation of okio.Socket (#1636)
* New concrete implementation of okio.Socket This turned out to be much trickier than I had expected. The default java.net.Socket inputStream and outputStream close the entire Socket when they are closed. This offers different behavior - the two streams are closed independently. When both are closed the socket is closed and its resources are released. * Don't create a Socket sample This was just to confirm the Java API worked as intended. * Also test pipes * Fix names to support setting multiple bits * apiDump * Suppress a ktlint bug --------- Co-authored-by: Jesse Wilson <jwilson@squareup.com>
Configuration menu - View commit details
-
Copy full SHA for 9b09a58 - Browse repository at this point
Copy the full SHA 9b09a58View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3b61f6 - Browse repository at this point
Copy the full SHA e3b61f6View commit details -
Merge pull request #1621 from square/jw.central.2025-05-14
Migrate to Sonatype Central Portal
Configuration menu - View commit details
-
Copy full SHA for c6c8340 - Browse repository at this point
Copy the full SHA c6c8340View commit details
Commits on Jun 13, 2025
-
New API, inMemorySocketPair() (#1638)
* New API, inMemorySocketPair() I'm using Array<Socket> instead of Pair<Socket, Socket> because Array is _slightly_ more friendly to Java-language consumers. * apiDump --------- Co-authored-by: Jesse Wilson <jwilson@squareup.com>
Configuration menu - View commit details
-
Copy full SHA for 4e40f38 - Browse repository at this point
Copy the full SHA 4e40f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for defd5fb - Browse repository at this point
Copy the full SHA defd5fbView 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.12.0...parent-3.13.0