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: fa0e1e50713f
Choose a base ref
...
head repository: joyent/libuv
compare: 386d2141e44a
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on May 8, 2014

  1. unix, windows: be consistent when binding implictly in UDP

    Only these functions will trigger an implicit binding of a UDP handle:
    - uv_udp_send
    - uv_udp_recv_start
    - uv_udp_set_membership
    
    All other functions will return UV_EBADF in case the socket was not
    bound.
    
    Note: currently the socket is created and bound at the same time. This
    may change in the future.
    saghul committed May 8, 2014
    Copy the full SHA
    386d214 View commit details
    Browse the repository at this point in the history