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: c363cd0dbadc
Choose a base ref
...
head repository: joyent/libuv
compare: 08c6ddeefb9c
Choose a head ref
  • 4 commits
  • 43 files changed
  • 1 contributor

Commits on Sep 4, 2013

  1. include: merge uv_tcp_bind and uv_tcp_bind6

    Merge uv_tcp_bind6() into uv_tcp_bind().  uv_tcp_bind() now takes a
    const struct sockaddr*.
    bnoordhuis committed Sep 4, 2013
    Copy the full SHA
    5fceccc View commit details
    Browse the repository at this point in the history
  2. include: merge uv_tcp_connect and uv_tcp_connect6

    Merge uv_tcp_connect6() into uv_tcp_connect().  uv_tcp_connect() now
    takes a const struct sockaddr*.
    bnoordhuis committed Sep 4, 2013
    Copy the full SHA
    5c675c4 View commit details
    Browse the repository at this point in the history
  3. include: merge uv_udp_bind and uv_udp_bind6

    Merge uv_udp_bind6() into uv_udp_bind().  uv_udp_bind() now takes a
    const struct sockaddr*.
    bnoordhuis committed Sep 4, 2013
    Copy the full SHA
    bcee403 View commit details
    Browse the repository at this point in the history
  4. include: merge uv_udp_send and uv_udp_send6

    Merge uv_udp_send6() into uv_udp_send().  uv_udp_send() now takes a
    const struct sockaddr*.
    bnoordhuis committed Sep 4, 2013
    Copy the full SHA
    08c6dde View commit details
    Browse the repository at this point in the history