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: 02e1ebd40b80
Choose a base ref
...
head repository: joyent/libuv
compare: 837c62c71b5d
Choose a head ref
  • 1 commit
  • 8 files changed
  • 1 contributor

Commits on Aug 9, 2014

  1. windows: make uv_read_stop immediately stop reading

    This implements locking around the blocking call to ReadFile to get
    around a Windows kernel bug where a blocking ReadFile operation on a
    stream can deadlock the thread. This allows uv_read_stop to immediately
    cancel a pending IO operation, and allows uv_pipe_getsockname to
    "pause" any pending read (from libuv) while it retrieves the
    sockname information.
    
    If unsupported by the OS (pre-Vista), this reverts to the old
    (e.g. deadlock-prone) behavior
    
    Closes #1313
    vtjnash authored and saghul committed Aug 9, 2014
    Copy the full SHA
    837c62c View commit details
    Browse the repository at this point in the history