Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 836fa111 | 2024-03-17 20:00:26 | CI: setup kernel entropy to work with asan | ||
| 25bf3a55 | 2024-03-11 15:31:14 | cmake: disable default NDEBUG differently Before this patch `NDEBUG` was force-disabled, preventing a build with debug asserts disabled. After this patch `NDEBUG` works again when passed as a custom build option, e.g.: `-DCMAKE_C_FLAGS=-DNDEBUG` Previously submitted as #988, which was merged, but the commit vanished from master and ended up missing from both 3.8.3 and 3.9.0 releases. | ||
| cf501238 | 2024-03-08 00:51:42 | add 3.8.3 Changelog | ||
| cb2c9d73 | 2024-03-06 04:07:07 | bump to LibreSSL 3.8.3 | ||
| 56b50e19 | 2024-03-06 04:01:57 | update endbr64 fixes from upstream | ||
| 9584fb3e | 2024-02-25 18:29:14 | define _MSC_VER when preprocessing, add guards | ||
| 12da3154 | 2024-01-08 21:57:01 | align read only sections on masm/windows to 64 bytes Avoid conflicts where alignment is specified later in the underlying assembly. | ||
| 1c72631e | 2023-12-19 17:32:44 | ci: fix windows workflow syntax | ||
| 759d2af4 | 2023-12-19 17:22:13 | readme: add windows badge | ||
| e7a9f266 | 2024-01-07 18:29:10 | integrate new upstream endbr64 test code, remove os-specific reverts |