Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 84659877 | 2023-12-19 20:12:20 | Stop undefining X509_CERT_PAIR Pointed out in #910 | ||
| 9301c165 | 2023-12-20 02:23:16 | readme: fix grammatical error Co-authored-by: Theo Buehler <botovq@users.noreply.github.com> | ||
| 2bd8ce01 | 2023-12-20 01:33:08 | ci: add concurrency groups to workflows | ||
| 1c72631e | 2023-12-19 17:32:44 | ci: fix windows workflow syntax | ||
| 682da537 | 2023-12-14 18:28:55 | Fix build on windows | ||
| 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. | ||
| 759d2af4 | 2023-12-19 17:22:13 | readme: add windows badge | ||
| 4dbdb1d8 | 2023-12-13 00:42:33 | CI: fix automatic releases assets extension "zip" | ||
| 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 | ||
| 0a1cdac2 | 2023-12-20 00:49:46 | ci: remove autoconf from msys2 in windows workflow |