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

Commits on Mar 21, 2013

  1. 2013.03.21, Version 0.10.1 (Stable)

    * npm: upgrade to 1.2.15
    
    * crypto: Improve performance of non-stream APIs (Fedor Indutny)
    
    * tls: always reset this.ssl.error after handling (Fedor Indutny)
    
    * tls: Prevent mid-stream hangs (Fedor Indutny, isaacs)
    
    * net: improve arbitrary tcp socket support (Ben Noordhuis)
    
    * net: handle 'finish' event only after 'connect' (Fedor Indutny)
    
    * http: Don't hot-path end() for large buffers (isaacs)
    
    * fs: Missing cb errors are deprecated, not a throw (isaacs)
    
    * fs: make write/appendFileSync correctly set file mode (Raymond Feng)
    
    * stream: Return self from readable.wrap (isaacs)
    
    * stream: Never call decoder.end() multiple times (Gil Pedersen)
    
    * windows: enable watching signals with process.on('SIGXYZ') (Bert Belder)
    
    * node: revert removal of MakeCallback (Trevor Norris)
    
    * node: Unwrap without aborting in handle fd getter (isaacs)
    isaacs committed Mar 21, 2013
    Copy the full SHA
    c274d16 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    41405f4 View commit details
    Browse the repository at this point in the history
  3. Now working on v0.10.2

    isaacs committed Mar 21, 2013
    Copy the full SHA
    9d3a09f View commit details
    Browse the repository at this point in the history
  4. blog: Post for v0.10.1

    isaacs committed Mar 21, 2013
    Copy the full SHA
    92cc187 View commit details
    Browse the repository at this point in the history