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: a4a7808ea33c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 269de79fbfd4
Choose a head ref
  • 3 commits
  • 72 files changed
  • 2 contributors

Commits on Feb 27, 2014

  1. uv: Upgrade to v0.11.21

    tjfontaine committed Feb 27, 2014
    Copy the full SHA
    cd08c8a View commit details
    Browse the repository at this point in the history
  2. src: update to latest libuv api

    libuv gyp builds now require you to define the library disposition
    (static or shared).
    
    Also, libuv now supports vectored IO for file system reads and writes,
    update to those function signatures
    tjfontaine committed Feb 27, 2014
    Copy the full SHA
    afc29ed View commit details
    Browse the repository at this point in the history
  3. src: spawn_sync should close handles upon exit

    When the exit callback is fired for the child process we should close
    the handle associated with it.
    saghul authored and tjfontaine committed Feb 27, 2014
    Copy the full SHA
    269de79 View commit details
    Browse the repository at this point in the history