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

Commits on Aug 23, 2013

  1. 2013.08.24, Version 0.11.9 (Unstable)

    Changes since version 0.11.8:
    
    * fsevents: share FSEventStream between multiple FS watchers, which
      removes a limit on the maximum number of file watchers that can be
      created on OS X. (Fedor Indutny)
    
    * process: the `exit_status` parameter for a uv_process_t's exit
      callback now is an int64_t, and no longer an int. (Bert Belder)
    
    * process: make uv_spawn() return some types of errors immediately on
      windows, instead of passing the error code the the exit callback. This
      brings it on par with libuv's behavior on unix. (Bert Belder)
    piscisaureus committed Aug 23, 2013
    Copy the full SHA
    a2d29b5 View commit details
    Browse the repository at this point in the history
  2. Now working on v0.11.10

    piscisaureus committed Aug 23, 2013
    Copy the full SHA
    e47e6b2 View commit details
    Browse the repository at this point in the history