summaryrefslogtreecommitdiffstats
path: root/thirdparty/enet/protocol.c
Commit message (Collapse)AuthorAgeFilesLines
* enet: Sync with upstream commit c44b7d0Rémi Verschelde2024-04-051-5/+11
| | | | https://github.com/lsalzman/enet/commit/c44b7d0f7ff21edb702745e4c019d0537928c373
* [ENet] Update to upstream master.Fabio Alessandrelli2023-07-201-87/+123
|
* enet: Sync with upstream 1.3.17Rémi Verschelde2021-01-081-178/+134
|
* enet: Update to upstream version 1.3.15Rémi Verschelde2020-04-211-29/+27
|
* enet: Sync with upstream 1.3.14Rémi Verschelde2020-01-051-3/+13
| | | | | We still have local modifications necessary for IPv6 support and using Godot sockets.
* enet: Resync with upstream we forked at, add patchRémi Verschelde2020-01-051-2/+1
| | | | | | Before rebasing on the newly released enet 1.3.14, let's resync with the actual commit we initially imported, which seems to be: https://github.com/lsalzman/enet/commit/f46fee0acc8e243b2b6910b09693f93c3aad775f
* Convert ENetAddress host to 16 bytes to accomote IPv6Fabio Alessandrelli2017-03-081-5/+4
|
* enet: Split enet thirdparty files and allow unbundlingRémi Verschelde2016-10-151-0/+1914
Building against shared libraries only implemented for Linux X11 so far. TODO: Document Godot's modifications of upstream enet.