Skip to content

Instantly share code, notes, and snippets.

@piscisaureus
Created August 28, 2012 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save piscisaureus/3499399 to your computer and use it in GitHub Desktop.
Save piscisaureus/3499399 to your computer and use it in GitHub Desktop.
* 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