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

Commits on Feb 25, 2014

  1. test: pummel/net-connect-econnrefused backoff

    We were trying too hard to connect, and getting timeouts instead of
    the refusals, slow down how hard we try.
    tjfontaine committed Feb 25, 2014
    Copy the full SHA
    67dfcd5 View commit details
    Browse the repository at this point in the history
  2. 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
    df3cdfc View commit details
    Browse the repository at this point in the history
  3. 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
    bc59ec1 View commit details
    Browse the repository at this point in the history
  4. windows: fix module registration

    See #7116
    
    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.
    orangemocha authored and tjfontaine committed Feb 25, 2014
    Copy the full SHA
    2155e3a View commit details
    Browse the repository at this point in the history