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

Commits on Jan 29, 2014

  1. 2014.01.29, Version 0.11.11 (Unstable)

    * v8: Upgrade to 3.22.24.19
    
    * http_parser: Upgrade to 2.2.1
    
    * openssl: Upgrade to 1.0.1f
    
    * uv: Upgrade to 0.11.18
    
    * async-listener: revamp of subsystem (Trevor Norris)
    
    * node: do not ever close stdio (Fedor Indutny)
    
    * http: use writev on chunked encoding (Trevor Norris)
    
    * async_wrap/timers: remove Add/RemoveAsyncListener (Trevor Norris)
    
    * child_process: better error reporting for exec (Fedor Indutny)
    
    * crypto: add newline to cert and key if not present (Fedor Indutny)
    
    * crypto: clear error in GetPeerCertificate (Fedor Indutny)
    
    * crypto: honor default ciphers in client mode (Jacob Hoffman-Andrews)
    
    * crypto: introduce .setEngine(engine, [flags]) (Fedor Indutny)
    
    * crypto: support custom pbkdf2 digest methods (Ben Noordhuis)
    
    * domain: fix off-by-one in Domain.exit() (Ryan Graham)
    
    * http: concatenate duplicate headers by default (Alex Kocharin)
    
    * http: do not emit EOF non-readable socket (Fedor Indutny)
    
    * node: fix argument parsing with -p arg (Alexis Campailla)
    
    * path: improve POSIX path.join() performance (Jo Liss)
    
    * tls: emit `clientError` on early socket close (Fedor Indutny)
    
    * tls: introduce `.setMaxSendFragment(size)` (Fedor Indutny)
    
    * tls: make cert/pfx optional in tls.createServer() (Ben Noordhuis)
    
    * tls: process accumulated input (Fedor Indutny)
    
    * tls: show human-readable error messages (Ben Noordhuis)
    
    * util: handle escaped forward slashes correctly (Tom Gallacher)
    tjfontaine committed Jan 29, 2014
    Copy the full SHA
    b46e774 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    245cf3f View commit details
    Browse the repository at this point in the history
  3. Now working on 0.11.12

    tjfontaine committed Jan 29, 2014
    Copy the full SHA
    e63268e View commit details
    Browse the repository at this point in the history