Zpl C Enet Versions Save

⚡️ ENet reliable UDP networking library

v2.3.10

2 months ago
  • Merge pull request #48 from oylbin/master (f849455)
  • update test to make length more clear (319d0e5)
  • fix enet_packet_resize (2de918b)

v2.3.9

2 months ago
  • misc: small typo cleanup (42af1f4)

v2.3.8

2 months ago
  • Release 2.3.7 (0512c92)
  • code: fix enet_packet_resize (2f7b08a)

v2.3.7

2 months ago
  • 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)

v2.3.6

1 year ago
  • Revert "Clarify the peer pointer's validity using an assertion (CWE-476)" (d461e66)

v2.3.5

1 year ago
  • Merge branch 'master' of github.com:zpl-c/enet (3069e65)
  • Revert "Eliminate an always-true pointer check" (ddb3d40)
  • ci: fix push condition for release tags (e63a563)

v2.3.4

1 year ago
  • 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)

v2.3.2

1 year ago
  • ci updates

v2.3.1

1 year ago
  • 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)

v2.3.0

3 years ago