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

Commits on Feb 7, 2013

  1. 2013.02.07, Version 0.9.9 (Unstable)

    * tls: port CryptoStream to streams2 (Fedor Indutny)
    
    * typed arrays: only share ArrayBuffer backing store (Ben Noordhuis)
    
    * stream: make Writable#end() accept a callback function (Nathan Rajlich)
    
    * buffer: optimize 'hex' handling (Ben Noordhuis)
    
    * dns, cares: don't filter NOTIMP, REFUSED, SERVFAIL (Ben Noordhuis)
    
    * readline: treat bare \r as a line ending (isaacs)
    
    * readline: make \r\n emit one 'line' event (Ben Noordhuis)
    
    * cluster: support datagram sockets (Bert Belder)
    
    * stream: Correct Transform class backpressure (isaacs)
    
    * addon: Pass module object to NODE_MODULE init function (isaacs, Rod Vagg)
    
    * buffer: slow buffer copy compatibility fix (Trevor Norris)
    
    * Add bytesWritten to tls.CryptoStream (Andy Burke)
    isaacs committed Feb 7, 2013
    Copy the full SHA
    4b9f0d1 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v0.9.9-release'

    isaacs committed Feb 7, 2013
    Copy the full SHA
    55c4d9b View commit details
    Browse the repository at this point in the history
  3. Now working on v0.9.10

    isaacs committed Feb 7, 2013
    Copy the full SHA
    c3c8eee View commit details
    Browse the repository at this point in the history