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: 2cecd0d3d1b2
Choose a base ref
...
head repository: joyent/libuv
compare: 9aab5d483794
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 11, 2013

  1. unix: don't swap stdin file descriptors

    Bug introduced in 47f496a. It turns out the file descriptors of the
    stdin pipe don't have to be swapped around.
    bnoordhuis committed Jan 11, 2013
    Copy the full SHA
    6f679a4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2ec2a51 View commit details
    Browse the repository at this point in the history
  3. unix: set closed fd to -1, avoid double close bugs

    * abort() if close() fails
    * set fd to -1 after close() to prevent double close bugs
    bnoordhuis committed Jan 11, 2013
    Copy the full SHA
    fc42885 View commit details
    Browse the repository at this point in the history
  4. Revert "unix: improve uv_guess_handle() implementation"

    This reverts commit 98bcddc.
    
    It's making a lot of tests in the node.js test suite fail.
    bnoordhuis committed Jan 11, 2013
    Copy the full SHA
    9aab5d4 View commit details
    Browse the repository at this point in the history