libuv/include
Ben Noordhuis bca49960fb unix: handle stream write errors properly
1. Ensure that failed writes don't leave the write queue in an inconsistent
   state. Before, write requests were handed back to the user but were not
   removed from the write queue. The cause of at least one use-after-free bug.

2. Pass the error to the callback on the next iteration of the event loop
   instead of returning it immediately.
2011-09-14 04:16:45 +02:00
..
uv-private unix: handle stream write errors properly 2011-09-14 04:16:45 +02:00
ares_version.h src/ and include/ directories 2011-07-07 07:52:57 -07:00
ares.h Fix Linux build 2011-07-07 23:55:58 -07:00
uv.h Add EEXIST handling 2011-09-12 16:36:35 -07:00