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

Add NSInputStream.source() and BufferedSource.inputStream() functions for Apple's NSInputStream #1123

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2022

  1. Configuration menu
    Copy the full SHA
    e0548f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5578fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b95de57 View commit details
    Browse the repository at this point in the history
  4. convert() native types

    jeffdgr8 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    ddb66c3 View commit details
    Browse the repository at this point in the history
  5. Test NSInputStream.close()

    jeffdgr8 committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    a6c3e16 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Additional test assertions

    jeffdgr8 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    7a8c292 View commit details
    Browse the repository at this point in the history
  2. appleTest TestUtil

    jeffdgr8 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    b8d1ba9 View commit details
    Browse the repository at this point in the history
  3. Add doc comments

    jeffdgr8 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    c319152 View commit details
    Browse the repository at this point in the history
  4. Resolve checks

    jeffdgr8 committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    506fa4f View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2022

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

Commits on Jun 27, 2022

  1. Resolve checks

    jeffdgr8 committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    9ac4e4d View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Configuration menu
    Copy the full SHA
    7e9cbfa View commit details
    Browse the repository at this point in the history
  2. Override open() as no-op

    jeffdgr8 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    72efc44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f74ac7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3191c97 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Code review feedback

    jeffdgr8 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    031a3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3571012 View commit details
    Browse the repository at this point in the history
  3. Remove variable

    jeffdgr8 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    41c38a5 View commit details
    Browse the repository at this point in the history
  4. Keep buffer pinned for getBuffer() caller

    Unpin on next call or on close()
    jeffdgr8 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    c59ea79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb883f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

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

Commits on Mar 1, 2023

  1. Configuration menu
    Copy the full SHA
    f917c2e View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    jeffdgr8 committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    a40e1c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    97192bb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Add NSOutputStream extensions

    Support NSRunLoop scheduling
    Other changes from kotlinx-io PR
    jeffdgr8 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    bbddc69 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Fix from Kotlin/kotlinx-io#215

    jeffdgr8 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    8b3fe7e View commit details
    Browse the repository at this point in the history
  2. Remove comment

    jeffdgr8 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    f5d63c0 View commit details
    Browse the repository at this point in the history