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: 8514c1c1a32a
Choose a base ref
...
head repository: joyent/libuv
compare: 20d092edc8dc
Choose a head ref
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 18, 2014

  1. osx: pass const handle pointer to uv___stream_fd

    uv___stream_fd does not modify passed parameter, so non-const
    pointer is not required here.
    Chernyshev Viacheslav authored and saghul committed Apr 18, 2014
    Copy the full SHA
    4018f72 View commit details
    Browse the repository at this point in the history
  2. unix, windows: pass const handle ptr to uv_tcp_get*name

    uv_tcp_getsockname and uv_tcp_getpeername do not modify passed handle
    pointer, so there is no need to keep this parameter non-const.
    Chernyshev Viacheslav authored and saghul committed Apr 18, 2014
    Copy the full SHA
    886e2bc View commit details
    Browse the repository at this point in the history
  3. common: pass const sockaddr ptr to uv_ip*_name

    uv_ip4_name and uv_ip6_name do not modify passed sockaddr pointer,
    so there is no need to keep this parameter non-const.
    Chernyshev Viacheslav authored and saghul committed Apr 18, 2014
    Copy the full SHA
    20d092e View commit details
    Browse the repository at this point in the history