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: 300d44015fc5^
Choose a base ref
...
head repository: joyent/libuv
compare: 339fda6d1757
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Dec 22, 2013

  1. pipe: allow queueing pending handles

    Introduce `uv_pipe_has_pending_handles()`, may be called in `read2_cb`
    to accept all pending incoming handles on IPC pipe:
    
        do
          uv_accept(...);
        while (uv_pipe_has_pending_handles(pipe));
    indutny committed Dec 22, 2013
    Copy the full SHA
    300d440 View commit details
    Browse the repository at this point in the history
  2. api tweak

    indutny committed Dec 22, 2013
    Copy the full SHA
    57275e2 View commit details
    Browse the repository at this point in the history
  3. better api

    indutny committed Dec 22, 2013
    Copy the full SHA
    f159f68 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    339fda6 View commit details
    Browse the repository at this point in the history