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: 30a8b44c4c1b
Choose a base ref
...
head repository: joyent/libuv
compare: 652d5c9e4532
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 26, 2013

  1. 2013.06.27, Version 0.11.5 (Unstable)

    Changes since version 0.11.4:
    
    * build: remove CSTDFLAG, use only CFLAGS (Ben Noordhuis)
    
    * unix: support for android builds (Linus Mårtensson)
    
    * unix: avoid extra read, short-circuit on POLLHUP (Ben Noordhuis)
    
    * uv: support android libuv standalone build (Linus Mårtensson)
    
    * src: make queue.h c++ compatible (Ben Noordhuis)
    
    * unix: s/ngx-queue.h/queue.h/ in checksparse.sh (Ben Noordhuis)
    
    * unix: unconditionally stop handle on close (Ben Noordhuis)
    
    * freebsd: don't enable dtrace if it's not available (Brian White)
    
    * build: make HAVE_DTRACE=0 should disable dtrace (Timothy J. Fontaine)
    
    * unix: remove overzealous assert (Ben Noordhuis)
    
    * unix: remove unused function uv_fatal_error() (Ben Noordhuis)
    
    * unix, windows: clean up uv_thread_create() (Ben Noordhuis)
    
    * queue: fix pointer truncation on LLP64 platforms (Bert Belder)
    
    * build: set OS=="android" for android builds (Linus Mårtensson)
    
    * windows: don't use uppercase in include filename (Ben Noordhuis)
    
    * stream: add an API to make streams do blocking writes (Henry Rawas)
    
    * windows: use WSAGetLastError(), not errno (Ben Noordhuis)
    isaacs committed Jun 26, 2013
    Copy the full SHA
    e3c63ff View commit details
    Browse the repository at this point in the history
  2. Now working on v0.11.6

    isaacs committed Jun 26, 2013
    Copy the full SHA
    652d5c9 View commit details
    Browse the repository at this point in the history