Skip to content
This repository has been archived by the owner on Apr 22, 2023. 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: nodejs/node-v0.x-archive
base: 5d41d43475b6
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 7cf2e290ab06
Choose a head ref
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 4, 2014

  1. net: run close callbacks in correct eloop phase

    Instead of running the close callbacks seemingly synchronously instead
    of when the handle has actually been closed by libuv, instead run the
    callbacks in the uv__run_closing_handles() phase of the eloop.
    trevnorris committed Jan 4, 2014
    Copy the full SHA
    9ff83c3 View commit details
    Browse the repository at this point in the history
  2. cluster: remove custom close callback

    Now that the net close callbacks don't run until after libuv has had a
    chance to properly close the uv_handle_t the custom close callback in
    cluster is no longer necessary.
    trevnorris committed Jan 4, 2014
    Copy the full SHA
    43b0e13 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1def590 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    3f2cfe1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7cf2e29 View commit details
    Browse the repository at this point in the history