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: 9479399d3b42
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: f0517c4a2fa7
Choose a head ref
  • 5 commits
  • 6 files changed
  • 3 contributors

Commits on May 2, 2014

  1. Copy the full SHA
    8398bf9 View commit details
    Browse the repository at this point in the history
  2. installer: copy smalloc.h on installation

    fix #7485
    
    Signed-off-by: Fedor Indutny <fedor@indutny.com>
    indutny committed May 2, 2014
    Copy the full SHA
    d3204b0 View commit details
    Browse the repository at this point in the history
  3. doc: correct check for failed child_process.spawn

    Since 0.10.x, exec failures are no longer signaled through stderr,
    but rather as error events.
    
    Signed-off-by: Fedor Indutny <fedor@indutny.com>
    adrianheine authored and indutny committed May 2, 2014
    Copy the full SHA
    044da47 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. test: remove invalid http test

    As a comment in the test states: "This test should not be ported
    to v0.10 and higher, because the problem is fixed by not ignoring
    ECONNRESET in the first place."
    
    The test is checking whether write returns false instead of
    whether an ECONNRESET has been raised.
    orangemocha authored and tjfontaine committed May 6, 2014
    Copy the full SHA
    8a5ad2d View commit details
    Browse the repository at this point in the history
  2. test: add test-http-destroyed-socket-write2

    This test verifies that ECONNRESET is raised when writing to an
    http request where the server has destroyed the socket.
    orangemocha authored and tjfontaine committed May 6, 2014
    Copy the full SHA
    f0517c4 View commit details
    Browse the repository at this point in the history