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: a6756a2c064c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 9ece63b1d74e
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Jan 10, 2013

  1. Copy the full SHA
    a993f74 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    530585b View commit details
    Browse the repository at this point in the history
  3. stream: Use push() for Transform._output()

    This also slightly changes the semantics, in that a 'readable'
    event may be triggered by the first write() call, even if a
    user has not yet called read().
    
    This happens because the Transform _write() handler is calling
    read(0) to start the flow of data.  Technically, the new behavior
    is more 'correct', since it is more in line with the semantics
    of the 'readable' event in other streams.
    isaacs committed Jan 10, 2013
    Copy the full SHA
    b43e544 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    840401c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bc8feb1 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    9ece63b View commit details
    Browse the repository at this point in the history