Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | enet: Sync with upstream commit c44b7d0 | Rémi Verschelde | 2024-04-05 | 1 | -5/+11 |
| | | | | https://github.com/lsalzman/enet/commit/c44b7d0f7ff21edb702745e4c019d0537928c373 | ||||
* | [ENet] Update to upstream master. | Fabio Alessandrelli | 2023-07-20 | 1 | -87/+123 |
| | |||||
* | enet: Sync with upstream 1.3.17 | Rémi Verschelde | 2021-01-08 | 1 | -178/+134 |
| | |||||
* | enet: Update to upstream version 1.3.15 | Rémi Verschelde | 2020-04-21 | 1 | -29/+27 |
| | |||||
* | enet: Sync with upstream 1.3.14 | Rémi Verschelde | 2020-01-05 | 1 | -3/+13 |
| | | | | | We still have local modifications necessary for IPv6 support and using Godot sockets. | ||||
* | enet: Resync with upstream we forked at, add patch | Rémi Verschelde | 2020-01-05 | 1 | -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 IPv6 | Fabio Alessandrelli | 2017-03-08 | 1 | -5/+4 |
| | |||||
* | enet: Split enet thirdparty files and allow unbundling | Rémi Verschelde | 2016-10-15 | 1 | -0/+1914 |
Building against shared libraries only implemented for Linux X11 so far. TODO: Document Godot's modifications of upstream enet. |