Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: e92f4879eb6c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: dc50f27d5260
Choose a head ref
  • 9 commits
  • 33 files changed
  • 1 contributor

Commits on Jun 14, 2013

  1. crypto: fix excessive buffer allocation

    Allocate buffer only if the next one isn't free.
    indutny committed Jun 14, 2013
    Copy the full SHA
    56d9c48 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4536b27 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2013

  1. Copy the full SHA
    5dd155a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0495b70 View commit details
    Browse the repository at this point in the history
  3. process: abstract out HandleToStream

    Originally contributed by @tjfontaine, but modified to be faster and
    more generic.
    indutny committed Jun 15, 2013
    Copy the full SHA
    6978e99 View commit details
    Browse the repository at this point in the history
  4. stream_wrap: introduce StreamWrapCallbacks

    StreamWrapCallbacks is a helper class for incepting into uv_stream_t*
    management process.
    indutny committed Jun 15, 2013
    Copy the full SHA
    4c48a39 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2013

  1. Copy the full SHA
    03e008d View commit details
    Browse the repository at this point in the history
  2. tls: introduce TLSSocket based on tls_wrap binding

    Split `tls.js` into `_tls_legacy.js`, containing legacy
    `createSecurePair` API, and `_tls_wrap.js` containing new code based on
    `tls_wrap` binding.
    
    Remove tests that are no longer useful/valid.
    indutny committed Jun 16, 2013
    Copy the full SHA
    af80e7b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    dc50f27 View commit details
    Browse the repository at this point in the history