Releases: zpl-c/enet
Releases · zpl-c/enet
Release 2.3.10
Release 2.3.9
- misc: small typo cleanup (42af1f4)
Release 2.3.8
Release 2.3.7
- disable npm pub (0f45ca0)
- ported fix for mtu size (7d9ae4a)
- code: bring enet_packet_resize back (42c03e1)
- Merge pull request #43 from SeanTolstoyevski/disablePragmaCommentLibWarningsWithGCCUnderWindows (0af71dd)
#pragma comment(lib, ...)
commands are GCC checked under Windows (01c0aa5)- docs: updated tests shield badge (00dad1f)
- Update README.md (9da697b)
- code: restore the original handling for case where null is possible (9aa56a4)
- Revert "Revert "Clarify the peer pointer's validity using an assertion (CWE-476)"" (8388f2a)
- Revert "Revert "Eliminate an always-true pointer check"" (69a2f0b)
Release 2.3.6
- Revert "Clarify the peer pointer's validity using an assertion (CWE-476)" (d461e66)
Release 2.3.5
Release 2.3.4
- misc: added ci tokens to use (216c164)
- misc: trigger for github action #2 (74c2f8f)
- misc: additional improvements to ci/cd (fd5fb2f)
- misc: trigger for github action (6579e92)
- misc: added discord token & channel for action (0f2cff1)
- code: added unused handler X in clock_gettime (8e92e73)
- Merge branch 'master' of github.com:zpl-c/enet (874ebf9)
- Merge pull request #39 from dosbox-staging/dosbox-staging/cleanup-2 (1eea96c)
- Merge branch 'master' of github.com:zpl-c/enet (5b91e7f)
- code: added void ptr cast & winnt >= 0x0600 (f668588)
- Bump patch-level from 2.3.2 to 2.3.3 (a0f5cb0)
- Exclude an unused variable in clock_gettime's API (8378b79)
- Cast enums durations to integers to match destination (c7565ca)
- Update README.md (0d88876)
- misc: fix for release 5 (79453b8)
Release 2.3.2
- ci updates
Release 2.3.1
- misc: updated codeql ver (2b3bc6b)
- project: updates to structure (f84b816)
- Merge pull request #37 from dosbox-staging/dosbox-staging/cleanup-1 (fcbc330)
- Clarify the peer pointer's validity using an assertion (CWE-476) (a1a909b)
- Avoid pointing to invalid data on scope closure (10be52f)
- Clarify that that the first buffer member is used (82757d0)
- Eliminate an always-true pointer check (d3fa74f)
- Explicitly wrap the host pt into the random seed (608b68e)
- Simplify the freeing of the result list (ac16add)
- Explicitly convert the socket type to an integer (42df534)
- Move the outgoing bandwidth fetch to where its checked (f29dab0)
- Remove the unecessary lower-bound channel limit checks (2af0663)
- Merge pull request #33 from alextwothousand/patch-1 (0bbff4d)
- fix builds again... (32048bb)
- replace add_definitions call with target_compile_definitions (726bb19)
- add include_dir for enet_test (d409d2d)
- Specify link library visibility (e16e91f)
- target-specific compile definitions, fix CI/CD appveyor (bd04c6d)
- use target-based include directories (8abe375)
- CMake <2.8 deprecated fix (61879f5)
- Merge pull request #31 from gamelaster/master (e0e9403)
- Fixed typo + added client example (5a5defa)
- Merge pull request #28 from usernameak/master (a711c9d)
- Merge pull request #30 from nitrix/fix/multiple-definitions (8db7656)
- Marked the IPv6 constants as static to avoid multiple definitions. (908c2e7)
- Parse sin6_scope_id from IPv6 hostname (the %enp3s0 part in link-local addresses) (21c1bac)
- code: don't deprecate internal methods (5bd2ae5)
- code: fix crash caused by improperly initialised callbacks (bc88c7d)