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: 60238cce12d5
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 727151afd31c
Choose a head ref
  • 4 commits
  • 108 files changed
  • 1 contributor

Commits on Feb 19, 2013

  1. npm: Upgrade to 1.2.12

    isaacs committed Feb 19, 2013
    Copy the full SHA
    4911a30 View commit details
    Browse the repository at this point in the history
  2. 2013.02.19, Version 0.9.10 (Unstable)

    * V8: Upgrade to 3.15.11.15
    
    * npm: Upgrade to 1.2.12
    
    * fs: Change default WriteStream config, increase perf (isaacs)
    
    * process: streamlining tick callback logic (Trevor Norris)
    
    * stream_wrap, udp_wrap: add read-only fd property (Ben Noordhuis)
    
    * buffer: accept negative indices in Buffer#slice() (Ben Noordhuis)
    
    * tls: Cycle data when underlying socket drains (isaacs)
    
    * stream: read(0) should not always trigger _read(n,cb) (isaacs)
    
    * stream: Empty strings/buffers do not signal EOF any longer (isaacs)
    
    * crypto: improve cipher/decipher error messages (Ben Noordhuis)
    
    * net: Respect the 'readable' flag on sockets (isaacs)
    
    * net: don't suppress ECONNRESET (Ben Noordhuis)
    
    * typed arrays: copy Buffer in typed array constructor (Ben Noordhuis)
    
    * typed arrays: make DataView throw on non-ArrayBuffer (Ben Noordhuis)
    
    * windows: MSI installer enhancements (Scott Blomquist, Jim Schubert)
    isaacs committed Feb 19, 2013
    Copy the full SHA
    54d20ff View commit details
    Browse the repository at this point in the history
  3. Merge branch 'v0.9.10-release'

    isaacs committed Feb 19, 2013
    Copy the full SHA
    27a3ff6 View commit details
    Browse the repository at this point in the history
  4. Now working on v0.9.11

    isaacs committed Feb 19, 2013
    Copy the full SHA
    727151a View commit details
    Browse the repository at this point in the history