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

Commits on Aug 21, 2013

  1. 2013.08.21, Version 0.11.6 (Unstable)

    * uv: Upgrade to v0.11.8
    
    * v8: upgrade v8 to 3.20.14.1
    
    * build: disable SSLv2 by default (Ben Noordhuis)
    
    * build: don't auto-destroy existing configuration (Ben Noordhuis)
    
    * crypto: add TLS 1.1 and 1.2 to secureProtocol list (Matthias Bartelmeß)
    
    * crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
    
    * dgram: don't call into js when send cb is omitted (Ben Noordhuis)
    
    * dgram: fix regression in string argument handling (Ben Noordhuis)
    
    * domains: performance improvements (Trevor Norris)
    
    * events: EventEmitter = require('events') (Jake Verbaten)
    
    * http: Add write()/end() callbacks (isaacs)
    
    * http: Consistent 'finish' event semantics (isaacs)
    
    * http: Prefer 'binary' over 'ascii' (isaacs)
    
    * http: Support legacy agent.addRequest API (isaacs)
    
    * http: Write hex/base64 chunks properly (isaacs)
    
    * http: add agent.maxFreeSockets option (isaacs)
    
    * http: provide access to raw headers/trailers (isaacs)
    
    * http: removed headers stay removed (James Halliday)
    
    * http,timers: improve callback performance (Ben Noordhuis)
    
    * net: family option in net.connect (Vsevolod Strukchinsky)
    
    * readline: pause stdin before turning off terminal raw mode (Daniel Chatfield)
    
    * smalloc: allow different external array types (Trevor Norris)
    
    * smalloc: expose ExternalArraySize (Trevor Norris)
    
    * stream: Short-circuit buffer pushes when flowing (isaacs)
    
    * tls: handle errors on socket before releasing it (Fedor Indutny)
    
    * util: fix isPrimitive check (Trevor Norris)
    
    * util: isObject should always return boolean (Trevor Norris)
    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    04018d4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    51336a4 View commit details
    Browse the repository at this point in the history
  3. Now working on 0.11.7

    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    3602d4c View commit details
    Browse the repository at this point in the history