Skip to content
This repository has been archived by the owner on May 4, 2018. 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: joyent/libuv
base: f78bcfbd6ad2
Choose a base ref
...
head repository: joyent/libuv
compare: 14aa6153bec4
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Apr 10, 2013

  1. unix, win: add netmask to uv_interface_address

    Include the netmask when returning information about the OS network
    interfaces.
    
    This commit provides implementations for windows and those unix
    platforms using getifaddrs().
    
    AIX was not implemented because it requires the use of ioctls and I do
    not have an AIX development/test environment.  The windows code was
    developed using mingw on winxp as I do not have access to visual studio.
    
    Tested on darwin (ipv4/ipv6) and winxp (ipv4 only).  Needs testing on
    newer windows using ipv6 and other unix platforms.
    wanderview authored and bnoordhuis committed Apr 10, 2013
    6
    Copy the full SHA
    14aa615 View commit details
    Browse the repository at this point in the history