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: 4b31a2d8dafd
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 2900f0778a85
Choose a head ref
  • 8 commits
  • 286 files changed
  • 4 contributors

Commits on May 30, 2013

  1. tls: proper .destroySoon

    1. Emit `sslOutEnd` only when `_internallyPendingBytes() === 0`.
    2. Read before checking `._halfRead`, otherwise we'll see only previous
       value, and will invoke `._write` callback improperly.
    3. Wait for both `end` and `finish` events in `.destroySoon`.
    4. Unpipe encrypted stream from socket to prevent write after destroy.
    indutny committed May 30, 2013
    Copy the full SHA
    9ee86b7 View commit details
    Browse the repository at this point in the history
  2. repl: fix JSON.parse error check

    Before this, entering something like:
    
    > JSON.parse('066');
    
    resulted in the "..." prompt instead of displaying the expected
    "SyntaxError: Unexpected number"
    mscdex authored and bnoordhuis committed May 30, 2013
    Copy the full SHA
    774b28f View commit details
    Browse the repository at this point in the history
  3. doc: remove bufferSize option

    `bufferSize` option has been removed in b0f6789.
    kysnm authored and bnoordhuis committed May 30, 2013
    Copy the full SHA
    36e90da View commit details
    Browse the repository at this point in the history
  4. npm: Upgrade to 1.2.24

    isaacs committed May 30, 2013
    Copy the full SHA
    c86afa5 View commit details
    Browse the repository at this point in the history
  5. 2013.05.30, Version 0.10.9 (Stable)

    * npm: Upgrade to 1.2.24
    
    * uv: Upgrade to v0.10.9
    
    * repl: fix JSON.parse error check (Brian White)
    
    * tls: proper .destroySoon (Fedor Indutny)
    
    * tls: invoke write cb only after opposite read end (Fedor Indutny)
    
    * tls: ignore .shutdown() syscall error (Fedor Indutny)
    isaacs committed May 30, 2013
    Copy the full SHA
    878ffdb View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8c1a04d View commit details
    Browse the repository at this point in the history
  7. Now working on v0.10.10

    isaacs committed May 30, 2013
    Copy the full SHA
    ce54f4a View commit details
    Browse the repository at this point in the history

Commits on May 31, 2013

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

    Conflicts:
    	ChangeLog
    	src/node_version.h
    isaacs committed May 31, 2013
    Copy the full SHA
    2900f07 View commit details
    Browse the repository at this point in the history