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

Commits on Jun 26, 2013

  1. 2013.06.26, Version 0.11.3 (Unstable)

    * uv: Upgrade to v0.11.5
    
    * c-ares: upgrade to 1.10.0
    
    * v8: upgrade to v3.19.13
    
    * punycode: update to v1.2.3 (Mathias Bynens)
    
    * debugger: break on uncaught exception (Miroslav Bajtos)
    
    * child_process: emit 'disconnect' asynchronously (Ben Noordhuis)
    
    * dtrace: enable uv's probes if enabled (Timothy J Fontaine)
    
    * dtrace: unify dtrace and systemtap interfaces (Timothy J Fontaine)
    
    * buffer: New API for backing data store (Trevor Norris)
    
    * buffer: return `this` in fill() for chainability (Brian White)
    
    * build: fix include order for building on windows (Timothy J Fontaine)
    
    * build: add android support (Linus Mårtensson)
    
    * readline: strip ctrl chars for prompt width calc (Krzysztof Chrapka)
    
    * tls: introduce TLSSocket based on tls_wrap binding (Fedor Indutny)
    
    * tls: add localAddress and localPort properties (Ben Noordhuis)
    
    * crypto: free excessive memory in NodeBIO (Fedor Indutny)
    
    * process: remove maxTickDepth (Trevor Norris)
    
    * timers: use uv_now instead of Date.now (Timothy J Fontaine)
    
    * util: Add debuglog, deprecate console lookalikes (isaacs)
    
    * module: use path.sep instead of a custom solution (Robert Kowalski)
    
    * http: don't escape request path, reject bad chars (Ben Noordhuis)
    
    * net: emit dns 'lookup' event before connect (Ben Noordhuis)
    
    * dns: add getServers and setServers (Timothy J Fontaine)
    isaacs committed Jun 26, 2013
    Copy the full SHA
    38c0c47 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'v0.11.3-release'

    isaacs committed Jun 26, 2013
    Copy the full SHA
    0449c3d View commit details
    Browse the repository at this point in the history