Skip to content

Releases: savonet/ocaml-duppy

ocaml-duppy 0.9.5

23 Feb 18:11
Compare
Choose a tag to compare

0.9.5 (2025-02-23)

  • Make pipe write unblocking.
  • Use ceil for poll timeout. This was causing a lot of unecessary
    wake-ups with timeouts. Update to this version is recommended!

ocaml-duppy 0.9.4

18 Mar 16:45
Compare
Choose a tag to compare

0.9.4 (2024-03-18)

  • Fix poll segfault.

duppy 0.9.3

06 Jul 20:24
Compare
Choose a tag to compare

0.9.3 (2023-07-06)

  • Make sure sure ready_m is release last to prevent any exception raised
    after it unlocked. Refs: savonet/liquidsoap#2585
  • Added optional on_error to catch queue errors.

0.9.2

10 Jul 17:51
Compare
Choose a tag to compare

0.9.2 (07-10-2021)

  • Fix deadlock issue at shutdown.

0.9.0

08 Oct 14:54
Compare
Choose a tag to compare

0.9.0 (07-10-2020)

  • Add offset/length to writing functions.
  • Convert to dune.
  • Drop unused SSL and SecureTransport optional libs.

0.8.0

13 Nov 15:14
Compare
Choose a tag to compare

0.8.0 (12-11-2018)

  • Removed camlp4 syntactic sugar (unmaintained, unused in liquidsoap now).

Release 0.7.4

10 Nov 15:49
Compare
Choose a tag to compare

0.7.4 (10-11-2018)

0.7.3

13 Sep 00:23
Compare
Choose a tag to compare

0.7.3 (12-09-2018)

  • Fix write/select logic on windows systems. (savonet/liquidsoap#610)
  • Avoid race conditions when shutting down.

0.7.2

29 Aug 22:25
Compare
Choose a tag to compare

Fix win32 build.

0.7.1

19 Aug 03:06
Compare
Choose a tag to compare

0.7.1 (18-08-2018)

  • Use poll() when available.
  • Wake up all queues when shutting down.