Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-28 | add some safety checks to enet_packet_resize | Lee Salzman | |
2024-06-26 | fix extern "C" usage | Lee Salzman | |
2024-06-26 | unsequenced comment fix | Lee Salzman | |
2024-06-19 | Fix compiler warnings on Windows due to redefines (#258) | Arvid Norlander | |
Co-authored-by: Arvid Norlander <[email protected]> | |||
2024-06-10 | Fix undefined behaviour with signed left shift in fragment calculations ↵ | Arvid Norlander | |
(fixes #256) (#257) Co-authored-by: Arvid Norlander <[email protected]> | |||
2024-05-20 | return -2 for EINTR | Lee Salzman | |
2024-05-20 | check for EINTR | Lee Salzman | |
2024-04-24 | CMake: Improve install instructions (#244) | Michael Keck | |
2024-04-22 | Update tutorial.dox (#246) | ccn | |
remove excess spaces which show up as literal <br> in the docs | |||
2024-04-19 | Add a .gitignore (#245) | Michael Keck | |
2024-04-18 | CMake: Enable shared builds (#242) | Michael Keck | |
2024-04-17 | CMake: Fix linking for Windows builds on non-mingw compilers (#241) | Michael Keck | |
2024-04-14 | 1.3.18 release prepv1.3.18 | Lee Salzman | |
2024-03-05 | Fix unaligned reads and writes of the checksum (fixes #237) (#238) | Arvid Norlander | |
Co-authored-by: Arvid Norlander <[email protected]> | |||
2023-07-23 | better partial message handling | Lee Salzman | |
2023-04-02 | lower default MTU to 1392 to avoid stressing certain VPNs | Lee Salzman | |
2023-04-01 | update connecting peer's mtu from host's current mtu | Lee Salzman | |
2023-03-21 | Add GitHub Actions CI (#188) | Michael Keck | |
Add GitHub Actions CI | |||
2023-03-10 | Merge pull request #222 from seragh/server-mtu | Lee Salzman | |
Fix MTU negotiation on server side | |||
2023-03-10 | Fix MTU negotiation on server side | Ralph Sennhauser | |
On connect the MTU sent by the client gets stored and sent back unchanged if within minimum and maximum of the protocol. Then on verify connect a test is done if the returned MTU is smaller than the current MTU and if so gets adjusted. So as long as the MTU is within boundaries only the client specified MTU is relevant. This patch adds a check for smaller MTU on server side. Signed-off-by: Ralph Sennhauser <[email protected]> | |||
2023-03-02 | Relocate home to http://sauerbraten.org/enet/ | Lee Salzman | |
2023-02-05 | avoid explicitly storing roundTripTimeoutLimit | Lee Salzman | |
2023-02-04 | remove unnecessary sent unreliable list from peers | Lee Salzman | |
2023-02-04 | avoid revisiting peers when continuing to send | Lee Salzman | |
2023-02-04 | maintain a separate queue for outgoing send reliable packets | Lee Salzman | |
2023-01-08 | Merge pull request #217 from skyfloogle/ttl | Lee Salzman | |
Add ENET_SOCKOPT_TTL | |||
2023-01-08 | added ENET_SOCKOPT_TTL | Floogle | |
2022-10-17 | Merge pull request #82 from JonnyPtn/master | Lee Salzman | |
Add install target to CMakeLists.txt | |||
2022-10-11 | Merge pull request #209 from daichifukui/dfukui/allow-build-on-hurd-i386 | Lee Salzman | |
allow build on hurd i386 | |||
2022-10-10 | allow build on hurd i386 | Fukui Daichi | |
This patch originates with: https://salsa.debian.org/games-team/enet/-/commit/88648f10bd19d658167b0d303bef05e9e6144278 | |||
2022-08-12 | use a hard-coded crc32 table | Lee Salzman | |
2022-02-20 | more enet_peer_send notes | Lee Salzman | |
2022-02-20 | enet_peer_send note about failure and enet_packet_destroy | Lee Salzman | |
2022-01-19 | Merge pull request #187 from metaquarx/master | Lee Salzman | |
Future proof cmake minimum version | |||
2022-01-19 | future proof cmake minimum version | metaquarx | |
2021-11-11 | silence analyzer warning about peer->channels | Lee Salzman | |
2021-06-13 | switch irc channel | Lee Salzman | |
2021-05-14 | Add install target to CMakeLists.txt | [email protected] | |
2021-04-26 | fix minimum cmake version | Lee Salzman | |
2021-04-25 | better socklen_t detection | Lee Salzman | |
2021-04-25 | silence some MSVC warnings | Lee Salzman | |
2021-01-13 | implement mulberry32 for PRNG | Lee Salzman | |
2020-12-19 | fix more changelog typos | Lee Salzman | |
2020-12-19 | fix typo in changelog | Lee Salzman | |
2020-11-15 | 1.3.17 release prepv1.3.17 | Lee Salzman | |
2020-11-13 | avoid sending packets in unacknowledged window | Lee Salzman | |
2020-10-19 | fix for sending getting too far ahead of receiver | Lee Salzman | |
2020-09-08 | 1.3.16 release prepv1.3.16 | Lee Salzman | |
2020-09-08 | revert failed throttle changes | Lee Salzman | |
2020-09-05 | clamp RTT variance a bit more loosely for throttle | Lee Salzman | |