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: 64d33a751935
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: c37e1b7c4be3
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 25, 2014

  1. doc: readline document TTY utils

    fix #6933
    indutny authored and tjfontaine committed Jan 25, 2014
    Copy the full SHA
    0ec3770 View commit details
    Browse the repository at this point in the history
  2. deps: backport b5135bbc from c-ares repo

    Original commit message:
    
        ares_parse_txt_reply: return a ares_txt_reply node for each sub-string
    
        Previously, the function would wrongly return all substrings merged into
        one.
    
    fix #6931
    indutny authored and tjfontaine committed Jan 25, 2014
    1
    Copy the full SHA
    896e193 View commit details
    Browse the repository at this point in the history
  3. net: reset endEmitted on reconnect

    fix #6908
    indutny authored and tjfontaine committed Jan 25, 2014
    Copy the full SHA
    00efcb4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2014

  1. crypto: throw on SignFinal failure

    fix #6963
    indutny committed Jan 26, 2014
    Copy the full SHA
    b4c4e0b View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2014

  1. net: make Socket destroy() re-entrance safe

    So that we are free to call socket.destroy() in error event handler.
    
    fix #6769
    roamm authored and indutny committed Jan 27, 2014
    Copy the full SHA
    d2de8ba View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/v0.10'

    Conflicts:
    	src/node_crypto.cc
    	test/simple/test-crypto.js
    tjfontaine committed Jan 27, 2014
    Copy the full SHA
    c37e1b7 View commit details
    Browse the repository at this point in the history