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

streams: introduce StreamWrap and JSStream #926

Closed
wants to merge 6 commits into from

Commits on Feb 23, 2015

  1. streams: introduce StreamWrap and JSStream

    Introduce a way to wrap plain-js `stream.Duplex` streams into C++
    StreamBase's child class. With such method at hand it is now possible to
    pass `stream.Duplex` instance as a `socket` parameter to
    `tls.connect()`.
    indutny committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    5e57578 View commit details
    Browse the repository at this point in the history
  2. fix

    indutny committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    d9711b1 View commit details
    Browse the repository at this point in the history
  3. fixes

    indutny committed Feb 23, 2015
    Configuration menu
    Copy the full SHA
    866e957 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2015

  1. fixes

    indutny committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    3310b48 View commit details
    Browse the repository at this point in the history
  2. fix

    indutny committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    b9c004b View commit details
    Browse the repository at this point in the history
  3. fix

    indutny committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    cef4c46 View commit details
    Browse the repository at this point in the history