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: 687522c5a514
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 4cda016c264d
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 1, 2013

  1. 2013.03.01, Version 0.9.10 (Unstable)

    * V8: downgrade 3.14.5
    
    * openssl: update to 1.0.1e
    
    * darwin: Make process.title work properly (Ben Noordhuis)
    
    * fs: Support mode/flag options to read/append/writeFile (isaacs)
    
    * stream: _read() no longer takes a callback (isaacs)
    
    * stream: Add stream.unshift(chunk) (isaacs)
    
    * stream: remove lowWaterMark feature (isaacs)
    
    * net: omit superfluous 'connect' event (Ben Noordhuis)
    
    * build, windows: disable SEH (Ben Noordhuis)
    
    * core: remove errno global (Ben Noordhuis)
    
    * core: Remove the nextTick for running the main file (isaacs)
    
    * core: Mark exit() calls with status codes (isaacs)
    
    * core: Fix debug signal handler race condition lock (isaacs)
    
    * crypto: clear error stack (Ben Noordhuis)
    
    * test: optionally set common.PORT via env variable (Timothy J Fontaine)
    
    * path: Throw TypeError on non-string args to path.resolve/join (isaacs, Arianit Uka)
    
    * crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
    isaacs committed Mar 1, 2013
    Copy the full SHA
    8339240 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    300802d View commit details
    Browse the repository at this point in the history
  3. Now working on 0.9.12

    isaacs committed Mar 1, 2013
    Copy the full SHA
    4cda016 View commit details
    Browse the repository at this point in the history