Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved okio support #1982

Merged
merged 5 commits into from Jul 12, 2022
Merged

Improved okio support #1982

merged 5 commits into from Jul 12, 2022

Commits on Jul 6, 2022

  1. Improved okio support

    - when encoding and decoding, only BufferedSink/BufferedSource are used to eliminate ambiguities
    - at the end of encoding, emitCompleteSegments is called instead of flash for BufferedSink
    - internal extension functions changed to @PublishedApi + internal
    shanshin committed Jul 6, 2022
    Copy the full SHA
    c9a5f0f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Copy the full SHA
    de9291b View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Copy the full SHA
    9ca9426 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Corrected docs

    shanshin committed Jul 10, 2022
    Copy the full SHA
    51e767e View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Docs returned

    shanshin committed Jul 12, 2022
    Copy the full SHA
    1f99ac8 View commit details
    Browse the repository at this point in the history