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: a1b3273a9d47
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: cdf2a661f2e8
Choose a head ref
  • 9 commits
  • 8 files changed
  • 8 contributors

Commits on Aug 19, 2013

  1. Copy the full SHA
    732f8b9 View commit details
    Browse the repository at this point in the history
  2. Added documentation for process.execArgv

    gigadude authored and isaacs committed Aug 19, 2013
    Copy the full SHA
    31a27ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2385fbb View commit details
    Browse the repository at this point in the history
  4. doc: Add callback parameter to dgram socket.bind()

    Also, describe more details of bind().
    duanyao authored and isaacs committed Aug 19, 2013
    2
    Copy the full SHA
    9456cf8 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2013

  1. doc: Minor typos in dgram doc

    a/an usage.  Thanks @KenanSulayman
    isaacs committed Aug 20, 2013
    Copy the full SHA
    26a8c0c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e04c8a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2013

  1. tls: fix assertion when ssl is destroyed at read

    `maybeInitFinished()` can emit the 'secure' event which
    in turn destroys the connection in case of authentication
    failure and sets `this.pair.ssl` to `null`.
    
    If such condition appeared after non-empty read - loop will continue
    and `clearOut` will be called on `null` object instead of
    `crypto::Connection` instance. Resulting in the following assertion:
    
        ERROR: Error: Hostname/IP doesn't match certificate's altnames
        Assertion failed: handle->InternalFieldCount() > 0
    
    fix #5756
    indutny committed Aug 21, 2013
    Copy the full SHA
    af6a233 View commit details
    Browse the repository at this point in the history
  2. deps: upgrade http_parser to 303c4e4

    Upgrade to nodejs/http-parser@303c4e4. Changes:
    
      * Do not accept PUN/GEM methods as PUT/GET.
      * Further request method check strengthening.
    bnoordhuis committed Aug 21, 2013
    Copy the full SHA
    8d42c63 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'ry/v0.10'

    Conflicts:
    	lib/tls.js
    isaacs committed Aug 21, 2013
    Copy the full SHA
    cdf2a66 View commit details
    Browse the repository at this point in the history