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: 8531046a86af
Choose a base ref
...
head repository: joyent/libuv
compare: abcad99e233d
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Aug 21, 2013

  1. 2013.08.22, Version 0.11.8 (Unstable)

    Changes since version 0.11.7:
    
    * unix: fix missing return value warning in stream.c (Ben Noordhuis)
    
    * build: serial-tests was added in automake v1.12 (Ben Noordhuis)
    
    * windows: fix uninitialized local variable warning (Ben Noordhuis)
    
    * windows: fix missing return value warning (Ben Noordhuis)
    
    * build: fix string comparisons in autogen.sh (Ben Noordhuis)
    
    * windows: move INLINE macro, remove UNUSED (Ben Noordhuis)
    
    * unix: clean up __attribute__((quux)) usage (Ben Noordhuis)
    
    * sunos: remove futimes() macro (Ben Noordhuis)
    
    * unix: fix uv__signal_unlock() prototype (Ben Noordhuis)
    
    * unix, windows: allow NULL async callback (Ben Noordhuis)
    
    * build: apply dtrace -G to all object files (Timothy J. Fontaine)
    
    * darwin: fix indentation in uv__hrtime() (Ben Noordhuis)
    
    * darwin: create fsevents thread on demand (Ben Noordhuis)
    
    * darwin: reduce fsevents thread stack size (Ben Noordhuis)
    
    * darwin: call pthread_setname_np() if available (Ben Noordhuis)
    
    * build: fix automake serial-tests check again (Ben Noordhuis)
    
    * unix: retry waitpid() on EINTR (Ben Noordhuis)
    
    * darwin: fix ios build error (Ben Noordhuis)
    
    * darwin: fix ios compiler warning (Ben Noordhuis)
    
    * test: simplify test-ip6-addr.c (Ben Noordhuis)
    
    * unix, windows: fix ipv6 link-local address parsing (Ben Noordhuis)
    
    * fsevents: FSEvents is most likely not thread-safe (Fedor Indutny)
    
    * windows: omit stdint.h, fix msvc 2008 build error (Ben Noordhuis)
    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    a526046 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.11.9

    tjfontaine committed Aug 21, 2013
    Copy the full SHA
    abcad99 View commit details
    Browse the repository at this point in the history