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: 40d5e9074a00
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: eaba9417b118
Choose a head ref
  • 6 commits
  • 195 files changed
  • 3 contributors

Commits on Nov 19, 2013

  1. dgram: fix abort when getting fd of closed dgram

    v8's `messages.js` file's `CallSiteGetMethodName` is running through all
    object properties and getter to figure out method name of function that
    appears in stack trace. This run-through will also read `fd` property of
    `UDPWrap` instance's javascript object, making `UNWRAP()` fail.
    
    As a simple alternative to the test case above, one could just keep
    reference to the dgram handle and try accessing `handle.fd` after it has
    been fully closed.
    
    fix #6536
    indutny committed Nov 19, 2013
    Copy the full SHA
    5ce50ec View commit details
    Browse the repository at this point in the history
  2. net: fix new net.Socket documentation

    `Socket` no longer accepts `type` option, and also accepts `readable`,
    `writable` options.
    
    fix #6541
    indutny committed Nov 19, 2013
    Copy the full SHA
    5885f46 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fce0eb4 View commit details
    Browse the repository at this point in the history
  4. crypto: randomBytes is non-blocking

    Add NOTE section in documentation, mentioning that `randomBytes` won't
    block when entropy sources are drained.
    
    fix #6372
    indutny committed Nov 19, 2013
    Copy the full SHA
    88dc1fc View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2013

  1. npm: Upgrade to v1.3.15

    isaacs committed Nov 20, 2013
    Copy the full SHA
    c1452f4 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/v0.10'

    Conflicts:
    	lib/events.js
    	src/udp_wrap.cc
    tjfontaine committed Nov 20, 2013
    Copy the full SHA
    eaba941 View commit details
    Browse the repository at this point in the history