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: 2155e3a04052
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: b5f9779c2f83
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Feb 25, 2014

  1. test: internet/test-dns disable implicit ipv6

    This ends up being too difficult to test across different deployments
    tjfontaine committed Feb 25, 2014
    Copy the full SHA
    98a0909 View commit details
    Browse the repository at this point in the history
  2. net: fix listening on FDs on Windows

    Fix a bug introduced by 3da36fe of a missed early return of a handle
    that needed to be passed to listen.
    
    Fixes test-net-listen-fd0.js on Windows
    orangemocha authored and tjfontaine committed Feb 25, 2014
    Copy the full SHA
    2ca4d9d View commit details
    Browse the repository at this point in the history
  3. windows: fix module registration

    The linker was optimizing the static variables that were supposed
    to trigger module initialization.
    
    I am making them non-static, and dllexport so that they don't get
    optimized away.
    
    Fixes #7116
    orangemocha authored and tjfontaine committed Feb 25, 2014
    Copy the full SHA
    b5f9779 View commit details
    Browse the repository at this point in the history