Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 86e4965d | 2026-04-01 19:26:44 | Replace expiring certs with more modern versions Ref: #1018 | ||
| 7a0f690d | 2024-10-13 23:51:17 | update Changelog | ||
| c4026899 | 2024-10-08 05:15:52 | Land #1104, don't override language property for ASM files as C | ||
| bd997837 | 2024-10-08 04:47:26 | don't override language property for ASM files as C As of CMake 3.20, this causes the files to be built _as_ C, instead of just with a C compiler. This also properly specifies the languages in the project call. | ||
| 41846d94 | 2024-10-07 22:25:04 | add OpenBSD 7.6 branch | ||
| 64f15ec5 | 2024-10-06 18:52:46 | use TIMEVAL typedef with select() This prevents the compatibility struct timeval definition in sys/time.h from potentially getting used with select() here. https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-select | ||
| 0eceb61c | 2024-10-06 18:50:51 | for poll timeout -1, set loop time more reasonably Otherwise it sets looptime to -1, which was skipped by select() and caused 100% cpu busy looping. | ||
| 3467d6f2 | 2024-08-02 21:54:08 | Attempt to fix 2038 problem with MSVC | ||
| 9a399d26 | 2024-10-02 15:53:48 | Land #1103 - fix ddl versioning on Windows | ||
| 47681bf7 | 2024-10-02 13:00:09 | Pull if() statement out of argument list Pointed out by @vszakats in #1100 |