kc3-lang/libressl

Branch :


Log

Author Commit Date CI Message
3729a8d1 2023-12-15 16:20:21 ci: cleanup coverity workflow
4ec5996f 2023-12-15 15:16:02 ci: reenable and clean up solaris workflow
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.
2d7ff32a 2023-12-12 08:17:48 Update .github/workflows/release_by_tag.yml Co-authored-by: Joshua Sing <joshua@hypera.dev>
a2e4a3f3 2023-12-12 00:28:52 CI: automatically create release, upload windows builds
4dbdb1d8 2023-12-13 00:42:33 CI: fix automatic releases assets extension "zip"
5809029c 2023-12-11 21:53:59 windows: minor compat header fixes - posix_win.c: use `snprintf` as-is with _MSC_VER >= 1900 - stdio.h: include socket header before windows.h - pthread.h: delete exec permission from source file
4f0ae7a9 2023-12-11 17:40:31 Add configure check for strcasecmp
682da537 2023-12-14 18:28:55 Fix build on windows
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