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: 7550e31d1ad6
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 30bd774fbd37
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Dec 30, 2012

  1. 1
    Copy the full SHA
    6c80ef0 View commit details
    Browse the repository at this point in the history
  2. 2012.12.30, Version 0.9.5 (Unstable)

    * assert: improve support for new execution contexts (lukebayes)
    
    * domain: use camelCase instead of snake_case (isaacs)
    
    * domain: Do not use uncaughtException handler (isaacs)
    
    * fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)
    
    * https: optimize createConnection() (Ryunosuke SATO)
    
    * buffer: speed up base64 encoding by 20% (Ben Noordhuis)
    
    * doc: Colorize API stabilitity index headers in docs (Luke Arduini)
    
    * net: socket.readyState corrections (bentaber)
    
    * http: Performance enhancements for http under streams2 (isaacs)
    
    * stream: fix to emit end event on http.ClientResponse (Shigeki Ohtsu)
    
    * stream: fix event handler leak in readstream pipe and unpipe (Andreas Madsen)
    
    * build: Support ./configure --tag switch (Maciej Małecki)
    
    * repl: don't touch `require.cache` (Nathan Rajlich)
    
    * node: Emit 'exit' event when exiting for an uncaught exception (isaacs)
    isaacs committed Dec 30, 2012
    Copy the full SHA
    01994e8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v0.9.5-release'

    isaacs committed Dec 30, 2012
    Copy the full SHA
    9ff2b0b View commit details
    Browse the repository at this point in the history
  4. Now working on 0.9.6

    isaacs committed Dec 30, 2012
    Copy the full SHA
    30bd774 View commit details
    Browse the repository at this point in the history