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: 640912d18a63
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: c1b1f3120356
Choose a head ref
  • 19 commits
  • 204 files changed
  • 6 contributors

Commits on Jan 16, 2014

  1. Copy the full SHA
    549be1c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    198ed0b View commit details
    Browse the repository at this point in the history
  3. child_process: fix spawn() optional arguments

    Spawn's arguments were documented to be optional, as they are for the
    other similar child_process APIs, but the code was missing. Result was
    `child_process.spawn('node', {})` errored when calling slice() on an
    Object, now it behaves as the documentation said it would.
    sam-github authored and tjfontaine committed Jan 16, 2014
    Copy the full SHA
    67e9298 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    abe0255 View commit details
    Browse the repository at this point in the history
  5. gyp: fix ninja build on linux

    fix #6679
    indutny committed Jan 16, 2014
    Copy the full SHA
    61c0d57 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    1d57a5c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. npm: Upgrade to v1.3.24

    isaacs committed Jan 20, 2014
    Copy the full SHA
    f645c40 View commit details
    Browse the repository at this point in the history
  2. gyp: fix non-ninja build

    indutny committed Jan 20, 2014
    Copy the full SHA
    25f9e92 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2014

  1. uv: Upgrade to v0.10.23

    tjfontaine committed Jan 23, 2014
    Copy the full SHA
    8b7ec73 View commit details
    Browse the repository at this point in the history
  2. 2014.01.23, Version 0.10.25 (Stable)

    * uv: Upgrade to v0.10.23
    
    * npm: Upgrade to v1.3.24
    
    * v8: Fix enumeration for objects with lots of properties
    
    * child_process: fix spawn() optional arguments (Sam Roberts)
    
    * cluster: report more errors to workers (Fedor Indutny)
    
    * domains: exit() only affects active domains (Ryan Graham)
    
    * src: OnFatalError handler must abort() (Timothy J Fontaine)
    
    * stream: writes may return false but forget to emit drain (Yang Tianyang)
    tjfontaine committed Jan 23, 2014
    Copy the full SHA
    bc2f31a View commit details
    Browse the repository at this point in the history
  3. src: lint lib/net.js

    tjfontaine committed Jan 23, 2014
    Copy the full SHA
    b0e5f19 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    24d05f2 View commit details
    Browse the repository at this point in the history
  5. Now working on 0.10.26

    tjfontaine committed Jan 23, 2014
    Copy the full SHA
    eb7c7be View commit details
    Browse the repository at this point in the history
  6. blog: Post for v0.10.25

    tjfontaine committed Jan 23, 2014
    Copy the full SHA
    5aebc73 View commit details
    Browse the repository at this point in the history
  7. test: fix http-many-ended-pipelines server close

    The test was calling server.close() without waiting for the server
    to have received all the requests. This would cause an ECONNRESET.
    orangemocha authored and tjfontaine committed Jan 23, 2014
    Copy the full SHA
    5d4f4ee View commit details
    Browse the repository at this point in the history
  8. test: fix http-incoming-pipelined-socket-destroy

    The test was calling server.close() after write on the socket
    had completed. However the fact that the write had completed was
    not valid indication that the server had received the data.
    
    This would result in a premutaure closing of the server and
    an ECONNRESET event on the client.
    orangemocha authored and tjfontaine committed Jan 23, 2014
    Copy the full SHA
    42cd468 View commit details
    Browse the repository at this point in the history
  9. npm: Upgrade to v1.3.25

    isaacs committed Jan 23, 2014
    Copy the full SHA
    485fcf9 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2014

  1. doc: fix typo in readline

    scottgonzalez authored and indutny committed Jan 24, 2014
    Copy the full SHA
    9975ff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2014

  1. Merge remote-tracking branch 'upstream/v0.10'

    Conflicts:
    	AUTHORS
    	ChangeLog
    	deps/uv/AUTHORS
    	deps/uv/ChangeLog
    	deps/uv/src/unix/process.c
    	deps/uv/src/version.c
    	lib/net.js
    	node.gyp
    	src/node_version.h
    tjfontaine committed Jan 25, 2014
    Copy the full SHA
    c1b1f31 View commit details
    Browse the repository at this point in the history