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: 145f7b356054
Choose a base ref
...
head repository: joyent/libuv
compare: aa23eea5cfb0
Choose a head ref
  • 5 commits
  • 4 files changed
  • 4 contributors

Commits on Apr 10, 2013

  1. cygwin: remove unused variable

    mscdex authored and bnoordhuis committed Apr 10, 2013
    Copy the full SHA
    633d33a View commit details
    Browse the repository at this point in the history
  2. build: -Wno-dollar-in-identifier-extension is clang only

    Add a compiler check because turning on the option unconditionally
    breaks the build when CC=gcc.
    
    This should also fix the build on versions of OS X that predate Apple's
    switch to clang (10.6 and older.)
    bnoordhuis committed Apr 10, 2013
    Copy the full SHA
    0ff06b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2013

  1. 2013.04.12, Version 0.10.4 (Stable)

    Changes since version 0.10.3:
    
    * include: update uv_backend_fd() documentation (Ben Noordhuis)
    
    * unix: include uv.h in src/version.c (Ben Noordhuis)
    
    * unix: don't write more than IOV_MAX iovecs (Fedor Indutny)
    
    * mingw-w64: don't call _set_invalid_parameter_handler (Nils Maier)
    
    * build: gyp disable thin archives (Timothy J. Fontaine)
    
    * sunos: re-export entire library when static (Timothy J. Fontaine)
    
    * unix: dtrace probes for tick-start and tick-stop (Timothy J. Fontaine)
    
    * windows: fix memory leak in fs__sendfile (Shannen Saez)
    
    * windows: remove double initialization in uv_tty_init (Shannen Saez)
    
    * build: fix dtrace-enabled out of tree build (Ben Noordhuis)
    
    * build: squelch -Wdollar-in-identifier-extension warnings (Ben
      Noordhuis)
    
    * inet: snprintf returns int, not size_t (Brian White)
    
    * win: refactor uv_cpu_info (Bert Belder)
    
    * build: add support for Visual Studio 2012 (Nicholas Vavilov)
    
    * build: -Wno-dollar-in-identifier-extension is clang only (Ben
      Noordhuis)
    isaacs committed Apr 11, 2013
    Copy the full SHA
    85827e2 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.10.5

    isaacs committed Apr 11, 2013
    Copy the full SHA
    5ed1d02 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2013

  1. Merge branch 'v0.10'

    piscisaureus committed Apr 12, 2013
    Copy the full SHA
    aa23eea View commit details
    Browse the repository at this point in the history