Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 86e4965d | 2026-04-01 19:26:44 | Replace expiring certs with more modern versions Ref: #1018 | ||
| 9050de20 | 2025-09-30 09:07:20 | LibreSSL 4.0.1 | ||
| 2fd8337d | 2025-02-12 04:54:47 | ci: remove use of ubuntu-20.04 runner image | ||
| 2760daa4 | 2025-04-29 04:26:10 | remove max depth option from #1026 need full depth to checkout branches; might be able to tweak with CI/CD settings too, but needs more thought | ||
| 2bd2d711 | 2024-10-15 14:19:52 | Make gettimeofday() definition match the prototype Should fix #1111 | ||
| 34e10723 | 2024-10-15 18:54:14 | ci: add freebsd workflow | ||
| ba095ea3 | 2024-10-15 08:44:14 | Fix CMake build on FreeBSD FreeBSD's libc has a stub implementation of pthread_once() that returns ENOSYS and doesn't seem to call the init routine. You need to link with pthread for this to work. This PR does this and fixes regress failures for CMake builds on this platform. This likely never worked. | ||
| 33c5cbfb | 2024-10-11 11:50:18 | CI: bump macos-12 to 15 https://github.com/actions/runner-images/issues/10721 | ||
| 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 |