Commit Graph

11 Commits

Author SHA1 Message Date
Bert Belder
9b1123b219 Use proper types instead of void pointers to store loop callbacks 2011-06-08 22:06:10 +02:00
Bert Belder
e58a1abff0 Refactor request handling on Windows
- keep a list of completed reqs to be returned.
- do not implicitly close a socket after error or eof+shutdown.
2011-06-07 18:11:43 +02:00
Bert Belder
fbd2d7a194 Misc. cleanups 2011-06-07 18:11:42 +02:00
Ryan Dahl
8a0742910c accept_cb -> connection_cb 2011-06-07 14:12:25 +02:00
Ryan Dahl
7770b1a1f6 API change: alloc_cb moved to uv_read_start()
Fixes #47.
2011-06-03 02:30:00 -07:00
Ryan Dahl
11a4ad50c8 Separate out uv_handle_t into different types
Fixes #4
2011-06-03 11:03:52 +02:00
Igor Zinkovsky
802d78e6b1 Adds handling of unicode paths to uv_get_exepath on windows 2011-05-24 12:18:40 -07:00
Bert Belder
c28fe6e170 Implement uv_timer for windows 2011-05-17 02:29:21 +02:00
Bert Belder
84a0e899b5 Cleanups after oio -> uv rename 2011-05-16 21:40:47 +02:00
Ryan Dahl
2b8812ffe1 uv_buf -> uv_buf_t 2011-05-13 07:15:02 -07:00
Ryan Dahl
2ef3c6c632 oio -> uv 2011-05-11 20:21:49 -07:00