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: 6149b66ccb99
Choose a base ref
...
head repository: joyent/libuv
compare: 17711b90537f
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 12, 2013

  1. 2013.11.13, Version 0.10.19 (Stable)

    Changes since version 0.10.18:
    
    * darwin: avoid calling GetCurrentProcess (Fedor Indutny)
    
    * unix: update events from pevents between polls (Fedor Indutny)
    
    * fsevents: support japaneese characters in path (Chris Bank)
    
    * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
    
    * build: fix windows smp build with gyp (Geert Jansen)
    
    * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)
    
    * unix: fix reopened fd bug (Fedor Indutny)
    
    * core: fix fake watcher list and count preservation (Fedor Indutny)
    tjfontaine committed Nov 12, 2013
    Copy the full SHA
    33959f7 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.10.20

    tjfontaine committed Nov 12, 2013
    Copy the full SHA
    1578a5a View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2013

  1. unix: unbreak bsd build after bbccafb

    Unbreak the build on the BSDs after commit bbccafb.  Move the new
    uv__platform_invalidate_fd() function from src/unix/darwin.c to
    src/unix/kqueue.c.
    bnoordhuis committed Nov 13, 2013
    Copy the full SHA
    026241c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/v0.10'

    Conflicts:
    	AUTHORS
    	ChangeLog
    	src/unix/darwin.c
    	src/version.c
    bnoordhuis committed Nov 13, 2013
    Copy the full SHA
    17711b9 View commit details
    Browse the repository at this point in the history