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: b4168cd69738
Choose a base ref
...
head repository: joyent/libuv
compare: 52c8a8617de0
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 9, 2012

  1. unix: only set SO_REUSEADDR on tcp listen sockets

    Avoid the extra syscall, it's a no-op for non-listening sockets.
    
    At least, it should be - it remains to be investigated if a FreeBSD kernel bug
    affects ephemeral port allocation inside connect(). See [1] for details.
    
    [1] http://www.freebsd.org/cgi/query-pr.cgi?pr=174087
    bnoordhuis committed Dec 9, 2012
    Copy the full SHA
    a385ae4 View commit details
    Browse the repository at this point in the history
  2. unix: add uv_cancel()

    bnoordhuis committed Dec 9, 2012
    1
    Copy the full SHA
    52c8a86 View commit details
    Browse the repository at this point in the history