Releases: GTkorvo/evpath
Releases · GTkorvo/evpath
Version 5.1.0
- 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
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
Add Epoll support as an alternative to select()
Many CMake changes.
version 4.4.0
v4.4.0 Bump version for release
v4.2.4
Bugfix release. Fix compilation on older OSX machines and include pthread libraries in evpath_config where necessary.
v4.2.3
Bug fix release. Fixes burstiness / stuttering in the Enet transport.
v4.2.2
Bugfix release. Correct problems with evpath_config and the Enet transport.
v4.2.1
bug fix
v4.1.2
Bug-fix. Correct a problem with CMakeLists.txt when -DTARGET_CNL=1 is used.
Version 4.1.1
v4.1.1 Convert svn:ignore properties to .gitignore.