Skip to content

Releases: NuxiNL/arpc

v0.8

01 Jan 21:08
Compare
Choose a tag to compare
  • Add Bazel build rules.

v0.7

24 Jan 15:46
Compare
Choose a tag to compare
  • Use SPDX license tags.
  • Use std::strerror() instead of strerror() to make the Linux build more robust.

v0.6

21 Sep 06:30
Compare
Choose a tag to compare

This is a forced release through GitHub, to enforce that it will have a tarball with a stable checksum. Changes:

  • Explicitly crash in case close() of file descriptors fail with EBADF, as it means file descriptor reference counting is inconsistent.