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: da0b84d4e840
Choose a base ref
...
head repository: joyent/libuv
compare: c98083ef2620
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Feb 22, 2013

  1. unix: short-circuit on no-op io watcher changes

    Don't add the io watcher to the watcher queue if the requested change
    is effectively a no-op, that is, when the event mask doesn't change.
    
    The exception here is sunos because the event ports backend requires
    that watched file descriptors are re-added on every turn of the event
    loop.
    
    This commit is a micro-optimization, it does not change the event
    loop's observable behavior in any way.
    bnoordhuis committed Feb 22, 2013
    Copy the full SHA
    c98083e View commit details
    Browse the repository at this point in the history