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

Commits on Mar 6, 2013

  1. 2013.03.06, Version 0.9.12 (Unstable)

    * stream: Allow strings in Readable.push/unshift (isaacs)
    
    * stream: Remove bufferSize option (isaacs)
    
    * stream: Increase highWaterMark on large reads (isaacs)
    
    * stream: _write: takes an encoding argument (isaacs)
    
    * stream: _transform: remove no output() method, provide encoding (isaacs)
    
    * stream: Don't require read(0) to emit 'readable' event (isaacs)
    
    * node: Add --throw-deprecation (isaacs)
    
    * http: fix multiple timeout events (Eugene Girshov)
    
    * http: More useful setTimeout API on server (isaacs)
    
    * net: use close callback, not process.nextTick (Ben Noordhuis)
    
    * net: Provide better error when writing after FIN (isaacs)
    
    * dns: Support NAPTR queries (Pavel Lang)
    
    * dns: fix ReferenceError in resolve() error path (Xidorn Quan)
    
    * child_process: handle ENOENT correctly on Windows (Scott Blomquist)
    
    * cluster: Rename destroy() to kill(signal=SIGTERM) (isaacs)
    
    * build: define nightly tag external to build system (Timothy J Fontaine)
    
    * build: make msi build work when spaces are present in the path (Bert Belder)
    
    * build: fix msi build issue with WiX 3.7/3.8 (Raymond Feng)
    
    * repl: make compatible with domains (Dave Olszewski)
    
    * events: Code cleanup and performance improvements (Trevor Norris)
    isaacs committed Mar 6, 2013
    Copy the full SHA
    0debf5a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b5dffdd View commit details
    Browse the repository at this point in the history
  3. doc: fix ChangeLog typo

    isaacs committed Mar 6, 2013
    Copy the full SHA
    ff2639f View commit details
    Browse the repository at this point in the history
  4. Now working on 0.9.13

    Probably that will be 0.10.0 instead, though.
    isaacs committed Mar 6, 2013
    Copy the full SHA
    7df4652 View commit details
    Browse the repository at this point in the history