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: dd6432dcf037
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: f9ba9f7badf4
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on Mar 5, 2013

  1. bench: Add flag to be silent in runner

    This is helpful in tracking down bailouts and deopts in Stream classes,
    without triggering one from the string write in console.log
    isaacs committed Mar 5, 2013
    Copy the full SHA
    e4383c0 View commit details
    Browse the repository at this point in the history
  2. stream: Split Writable logic into small functions

    1. Get rid of unnecessary 'finishing' flag
    2. Dont check both ending and ended. Extraneous.
    
    Also: Remove extraneous 'finishing' flag, and don't check both 'ending'
    and 'ended', since checking just 'ending' is sufficient.
    isaacs committed Mar 5, 2013
    4
    Copy the full SHA
    049903e View commit details
    Browse the repository at this point in the history
  3. stream: Remove output function from _transform

    Just use stream.push(outputChunk) instead.
    isaacs committed Mar 5, 2013
    Copy the full SHA
    cd68d86 View commit details
    Browse the repository at this point in the history
  4. stream: _write takes an encoding argument

    This vastly reduces the overhead of decodeStrings:false streams,
    such as net and http.
    isaacs committed Mar 5, 2013
    Copy the full SHA
    426b4c6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    312289b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f9ba9f7 View commit details
    Browse the repository at this point in the history