Created
August 28, 2012 15:55
-
-
Save piscisaureus/3499399 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* windows: make active and closing handle state independent (Bert Belder) | |
* windows: signal handling support with uv_signal_t (Bert Belder) | |
* build: handle bad gcc -dumpversion output (Ben Noordhuis) | |
* linux: improve /proc/cpuinfo parser (Ben Noordhuis) | |
* windows: report spawn errors to the exit callback (Bert Belder) | |
* unix: work around darwin bug, don't poll() on pipe (Fedor Indutny) | |
* darwin: emulate fdatasync() with fcntl(F_FULLFSYNC) (Fedor Indutny) | |
* unix: remove dependency on ev_child (Ben Noordhuis) | |
* unix: preliminary signal handler support (Ben Noordhuis) | |
* Rip out c-ares (Bert Belder) | |
* Raise UV_ECANCELED on premature close. (Ben Noordhuis) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment