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: 4d87bd87faa2^
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 76639705198b
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 6, 2013

  1. child_process: don't resume() created socket

    Calling `resume()` on a stream switches it to the old mode which causes
    piping stdio from a child process to fail.
    
    Fixes #4510.
    mmalecki authored and isaacs committed Jan 6, 2013
    Copy the full SHA
    4d87bd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2013

  1. Copy the full SHA
    039fa0c View commit details
    Browse the repository at this point in the history
  2. child_process: Pull through untouched stdio streams

    Otherwise child procs will never emit a 'close' event if you don't
    ever consume their streams, because they will never hit the EOF.
    isaacs committed Jan 7, 2013
    Copy the full SHA
    7663970 View commit details
    Browse the repository at this point in the history