Skip to content

Releases: GTkorvo/evpath

Version 5.1.0

04 May 23:38
e5cbe47

Choose a tag to compare

  • New: UDP transport on Windows (and COD support on Windows)
  • Fix non-blocking write data loss when socket buffer is full
  • Fix io_out_buffer reuse corruption when NB writes are queued
  • Fix DFG conn_shutdown state-machine bug
  • Fix thread-safety issues uncovered by TSan
  • Fix typedef redefinition; remove dead callback code
  • Fix Windows socket handling in cmselect and thin_server (WSAStartup, socket checks)
  • Fix ffs cmake config path on Windows
  • Build interface: transport availability defines renamed FOUND → EVPATH_HAS*
  • Require dill >= 3.3.0

v5.0.0

11 Feb 00:15

Choose a tag to compare

Major release with extensive Windows support, modernized CMake (3.14+), CI improvements (MSan, TSan, Windows, macOS), long message support, non-blocking write fixes, and numerous bug fixes.

Version 4.5.0

08 Oct 22:12

Choose a tag to compare

Add Epoll support as an alternative to select()
Many CMake changes.

version 4.4.0

08 Jul 11:04

Choose a tag to compare

v4.4.0

Bump version for release

v4.2.4

04 Dec 21:44

Choose a tag to compare

Bugfix release. Fix compilation on older OSX machines and include pthread libraries in evpath_config where necessary.

v4.2.3

30 Sep 03:53

Choose a tag to compare

Bug fix release. Fixes burstiness / stuttering in the Enet transport.

v4.2.2

15 Aug 11:45

Choose a tag to compare

Bugfix release. Correct problems with evpath_config and the Enet transport.

v4.2.1

25 Jun 01:01

Choose a tag to compare

bug fix

v4.1.2

22 Jun 15:44

Choose a tag to compare

Bug-fix. Correct a problem with CMakeLists.txt when -DTARGET_CNL=1 is used.

Version 4.1.1

12 Jun 17:28

Choose a tag to compare

v4.1.1

Convert svn:ignore properties to .gitignore.