Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 1fd7e445 | 2024-02-21 16:53:31 | CI: limit scheduled runs to "libressl" org only this was commited in https://github.com/libressl/portable/pull/995 somehow it was lost, maybe due to force push | ||
| 33ea4b45 | 2024-02-18 10:41:20 | CI: redirect changelog error to stdout during CI stdout is redirected to "changelog.txt" and thus not seen | ||
| b68d02c4 | 2024-02-13 03:24:53 | test windows builds with shared libs enabled | ||
| e7a9f266 | 2024-01-07 18:29:10 | integrate new upstream endbr64 test code, remove os-specific reverts | ||
| 84659877 | 2023-12-19 20:12:20 | Stop undefining X509_CERT_PAIR Pointed out in #910 | ||
| 7ca25961 | 2023-12-14 13:43:04 | cmake: limit some macros to mingw Syncing this up with autotools. Also use the built-in `MINGW` variable. | ||
| 4dbdb1d8 | 2023-12-13 00:42:33 | CI: fix automatic releases assets extension "zip" | ||
| 9301c165 | 2023-12-20 02:23:16 | readme: fix grammatical error Co-authored-by: Theo Buehler <botovq@users.noreply.github.com> | ||
| e2827e05 | 2023-12-12 23:20:44 | pthreads.h: avoid undefined behavior You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966 | ||
| a31f8a95 | 2023-12-12 13:57:56 | zap stray whitespace |