Luv 0.5.8
Bugs fixed
- Socket addresses:
sa_family_t
has different size on different platforms (#111, #112, diagnosed by David Scott). - Don't install vendored libuv headers when building against system libuv (follow-on to #94, suggested by Andy Li and @code-ghalib).
- Tests: relax
uname
checks (#101, reported by @RiderALT). - Tests: time values should not be converted to OCaml
int
s before comparison; affects 32-bit systems (#102, reported by @RiderALT). - Tests: provide at least one buffer to
writev
-style TCP writing interface (#106, reported by Olaf Hering).