Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect null check | A Thousand Ships | 2023-10-09 | 1 | -2/+2 |
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-10-08 | 1 | -2/+2 |
* | [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-26 | 1 | -22/+22 |
* | Fix various typos with codespell | Rémi Verschelde | 2023-08-07 | 1 | -1/+1 |
* | Add socket_send method to ENetConnection. | TestSubject06 | 2023-06-13 | 1 | -0/+34 |
* | [NET] Refactor TLS configuration. | Fabio Alessandrelli | 2023-01-28 | 1 | -6/+8 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Replace Array return types with TypedArray 3 | kobewi | 2022-08-24 | 1 | -2/+3 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | [Net] ENet poll now only service the connection once. | Jordan Schidlowsky | 2021-12-15 | 1 | -36/+52 |
* | [Net] Fix ENet 'connect_to_host' creating only one channel. | Fabio Alessandrelli | 2021-07-30 | 1 | -1/+1 |
* | [Net] Implement lower level ENet wrappers. | Fabio Alessandrelli | 2021-07-29 | 1 | -0/+470 |