Navigation Menu

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: 25dce6d62d20
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 42af62f33add
Choose a head ref
  • 15 commits
  • 11 files changed
  • 6 contributors

Commits on Sep 7, 2013

  1. Copy the full SHA
    3546825 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2013

  1. tls: fix setting NPN protocols

    The NPN protocols was set on `require('tls')` or `global` object instead
    of being a local property. This fact lead to strange persistence of NPN
    protocols, and sometimes incorrect protocol selection (when no NPN
    protocols were passed in client options).
    
    fix #6168
    indutny committed Sep 9, 2013
    Copy the full SHA
    1c3863a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2013

  1. doc: fix blog link in blog posts and README

    Apparently Joyent decommissioned joyeur.com but at least they saved the
    contents of the blog.  Update the links in the README and the nodejs.org
    blog posts.
    
    Hat tip to Eugen Pirogoff (@eugenpirogoff) for pointing it out.
    
    Fixes #6224.
    bnoordhuis committed Sep 13, 2013
    Copy the full SHA
    9fad8e5 View commit details
    Browse the repository at this point in the history
  2. tls: don't push() incoming data when ondata is set

    Otherwise the data ends up "on the wire" twice, and
    switching between consuming the stream using `ondata`
    vs. `read()` would yield duplicate data, which was bad.
    TooTallNate committed Sep 13, 2013
    Copy the full SHA
    7196742 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2013

  1. Copy the full SHA
    afabdf0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5bda2be View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2013

  1. Copy the full SHA
    7c554a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2013

  1. readline: handle input starting with control chars

    Handle control characters only when there is a single byte in the
    stream, otherwise fall through to the standard multibyte handling.
    Eric Schrock authored and tjfontaine committed Sep 23, 2013
    Copy the full SHA
    35ae696 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2013

  1. uv: Upgrade to v0.10.17

    tjfontaine committed Sep 24, 2013
    Copy the full SHA
    55546f5 View commit details
    Browse the repository at this point in the history
  2. 2013.09.24, Version 0.10.19 (Stable)

    * uv: Upgrade to v0.10.17
    
    * npm: upgrade to 1.3.11
    
    * readline: handle input starting with control chars (Eric Schrock)
    
    * configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)
    
    * stream: objectMode transforms allow falsey values (isaacs)
    
    * tls: prevent duplicate values returned from read (Nathan Rajlich)
    
    * tls: NPN protocols are now local to connections (Fedor Indutny)
    tjfontaine committed Sep 24, 2013
    Copy the full SHA
    6b5e6a5 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cb15040 View commit details
    Browse the repository at this point in the history
  4. Now working on 0.10.20

    tjfontaine committed Sep 24, 2013
    Copy the full SHA
    093efaf View commit details
    Browse the repository at this point in the history
  5. blog: Post for v0.10.19

    tjfontaine committed Sep 24, 2013
    Copy the full SHA
    9135c7f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    cfa03ad View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/v0.10'

    Conflicts:
    	AUTHORS
    	ChangeLog
    	configure
    	deps/uv/ChangeLog
    	deps/uv/src/version.c
    	lib/tls.js
    	src/node_version.h
    tjfontaine committed Sep 24, 2013
    Copy the full SHA
    42af62f View commit details
    Browse the repository at this point in the history