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: 546387fc47fc
Choose a base ref
...
head repository: joyent/libuv
compare: 775f2c1f539c
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 2, 2013

  1. Copy the full SHA
    0b3ab72 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a657e7f View commit details
    Browse the repository at this point in the history
  3. unix: remove stale closing check in uv__write()

    Introduced in 0db3274 but no longer necessary; uv__write() no longer
    runs when the handle has been closed. Write callbacks receive a special
    status code that informs them that the handle has been closed.
    bnoordhuis committed Jan 2, 2013
    Copy the full SHA
    775f2c1 View commit details
    Browse the repository at this point in the history