Skip to content

Luv 0.5.8

Compare
Choose a tag to compare
@aantron aantron released this 08 May 08:17
· 129 commits to master since this release

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 ints 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).