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: 089eec4f30be
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 6a2ea269a972
Choose a head ref
  • 3 commits
  • 91 files changed
  • 1 contributor

Commits on Dec 10, 2012

  1. Revert "deps: upgrade libuv to 665a316"

    This reverts commit b6a3b0a.
    isaacs committed Dec 10, 2012
    Copy the full SHA
    a8a12ff View commit details
    Browse the repository at this point in the history
  2. Revert "deps: upgrade libuv to fc5984f"

    This reverts commit 8ba1bec.
    isaacs committed Dec 10, 2012
    Copy the full SHA
    bbc3af4 View commit details
    Browse the repository at this point in the history
  3. streams2: Call read(0) on resume()

    Otherwise (especially with stdin) you sometimes end up in cases
    where the high water mark is zero, and the current buffer is at 0,
    and it doesn't need a readable event, so it never calls _read().
    isaacs committed Dec 10, 2012
    Copy the full SHA
    6a2ea26 View commit details
    Browse the repository at this point in the history