libuv/include/uv-private
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
..
eio.h Move private headers into include/uv-private 2011-08-31 00:43:55 -07:00
ev.h Move private headers into include/uv-private 2011-08-31 00:43:55 -07:00
ngx-queue.h Move private headers into include/uv-private 2011-08-31 00:43:55 -07:00
tree.h Move private headers into include/uv-private 2011-08-31 00:43:55 -07:00
uv-unix.h unix: handle stream write errors properly 2011-09-14 04:16:45 +02:00
uv-win.h Add interfaces for uv_pipe_open, uv_tty_init, uv_tty_set_mode 2011-09-12 14:32:14 -07:00