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: b250dc0daaeb^
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 4697ac63c97c
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on May 14, 2014

  1. crypto: improve memory usage

    ClientHelloParser used to contain an 18k buffer that was kept around
    for the life of the connection, even though it was not needed in many
    situations. I changed it to be deallocated when it's determined to
    be no longer needed.
    orangemocha committed May 14, 2014
    Copy the full SHA
    b250dc0 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2014

  1. tls: fix performance issue

    See https://github.com/orangemocha/node-connection-drop
    
    I have pinpointed the performance degradation to
    ac2263b
    
    This change brings performance back to the orginal levels.
    orangemocha committed May 23, 2014
    Copy the full SHA
    4697ac6 View commit details
    Browse the repository at this point in the history