libuv/src
Bert Belder a2d29b5b06 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)
2013-08-23 18:51:36 +02:00
..
unix fsevents: use shared FSEventStream 2013-08-22 16:35:13 +04:00
win process: make the 'status' parameter for exit_cb an int64_t 2013-08-23 18:35:09 +02:00
fs-poll.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
inet.c unix, windows: return error codes directly 2013-07-07 09:51:00 +02:00
queue.h windows: omit stdint.h, fix msvc 2008 build error 2013-08-20 14:06:35 +02:00
uv-common.c unix, windows: fix ipv6 link-local address parsing 2013-08-19 22:38:51 +02:00
uv-common.h windows: move INLINE macro, remove UNUSED 2013-08-12 07:22:19 +02:00
version.c 2013.08.24, Version 0.11.9 (Unstable) 2013-08-23 18:51:36 +02:00