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: e3eefae0151f
Choose a base ref
...
head repository: joyent/libuv
compare: 145f7b356054
Choose a head ref
  • 3 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 10, 2013

  1. 2013.04.11, Version 0.11.1 (Unstable)

    This is the first versioned release from the current unstable libuv
    branch.
    
    Changes since Node.js v0.11.0:
    
    * all platforms: nanosecond resolution support for uv_fs_[fl]stat
      (Timothy J. Fontaine)
    
    * all platforms: add netmask to uv_interface_address (Ben Kelly)
    
    * unix: make sure the `status` parameter passed to the `uv_getaddrinfo`
      is 0 or -1 (Ben Noordhuis)
    
    * unix: limit the number of iovecs written in a single `writev` syscall
      to IOV_MAX (Fedor Indutny)
    
    * unix: add dtrace probes for tick-start and tick-stop (Timothy J.
      Fontaine)
    
    * mingw-w64: don't call _set_invalid_parameter_handler (Nils Maier)
    
    * windows: fix memory leak in fs__sendfile (Shannen Saez)
    
    * windows: fix edge case bugs in uv_cpu_info (Bert Belder)
    
    * include: no longer ship with / include ngx-queue.h (Ben Noordhuis)
    
    * include: remove UV_VERSION_* macros from uv.h (Ben Noordhuis)
    
    * documentation updates (Kristian Evensen, Ben Kelly, Ben Noordhuis)
    
    * build: fix dtrace-enabled builds (Ben Noordhuis, Timothy J. Fontaine)
    
    * build: gyp disable thin archives (Timothy J. Fontaine)
    
    * build: add support for Visual Studio 2012 (Nicholas Vavilov)
    piscisaureus committed Apr 10, 2013
    Copy the full SHA
    5c10e82 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.11.2

    piscisaureus committed Apr 10, 2013
    Copy the full SHA
    fcac38a View commit details
    Browse the repository at this point in the history
  3. darwin: look up file path with F_GETPATH

    Look up the file path with fcntl(F_GETPATH) and pass it to
    the uv_fs_event_cb callback.
    bnoordhuis authored and piscisaureus committed Apr 10, 2013
    Copy the full SHA
    145f7b3 View commit details
    Browse the repository at this point in the history