Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | Use correct libuv call on Windows (#784) | Michael Grunder | |
Explicitly call `uv_poll_init_socket` as that has slightly different semantics on Windows (and is identical to `uv_poll_init` on Linux). http://docs.libuv.org/en/v1.x/poll.html#c.uv_poll_init_socket | |||
2018-11-04 | Fix errors not propagating properly with libuv.h. | Yossi Gottlieb | |
2016-09-19 | Prevented uv adapter from calling write when context has been freed | Paul Scott | |
2015-01-05 | Cleanup libuv adapter | torque | |
This: - Removes misplaced libuv function prototype - Includes stdlib for free() Closes #251 | |||
2014-04-09 | Define redisLibuvAttach as static | Charlie Somerville | |
Closes #206 | |||
2014-04-09 | Libuv: Fix compile warnings and C++ compatability | John Graham | |
Closes #189 | |||
2013-06-09 | Removed unnecessary comments | Erik Dubbelboer | |
2013-06-04 | Added libuv adapter | Erik Dubbelboer | |