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: 6c525df76d1e
Choose a base ref
...
head repository: joyent/libuv
compare: 6abe1e4b953b
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Jan 31, 2014

  1. fs: uv__cloexec() opened fd

    Every file descriptor opened using libuv should be automatically marked
    as CLOEXEC to prevent it from leaking to a child process. Note that
    since we are opening fds in a thread pool, there is a possible race
    condition between `uv_spawn()` and the `open()` + `uv__cloexec()`. The
    rwlock was added to avoid it.
    
    see nodejs/node-v0.x-archive#6905
    indutny committed Jan 31, 2014
    Copy the full SHA
    6abe1e4 View commit details
    Browse the repository at this point in the history