Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-19 | ci: clean up windows workflow | Joshua Sing | 2 | -46/+66 | |
2023-12-16 | Update man links | Theo Buehler | 1 | -2/+0 | |
2023-12-15 | Unhook string_table test. It will go away. | Theo Buehler | 3 | -11/+0 | |
2023-12-15 | Add Solaris workflow badge to readme | Joshua Sing | 1 | -0/+1 | |
2023-12-15 | ci: clean up release workflow | Joshua Sing | 3 | -66/+155 | |
2023-12-15 | ci: fix apt commands in solaris workflow | Joshua Sing | 1 | -1/+2 | |
2023-12-15 | ci: cleanup coverity workflow | Joshua Sing | 1 | -40/+57 | |
2023-12-15 | ci: reenable and clean up solaris workflow | Joshua Sing | 2 | -28/+31 | |
2023-12-14 | Fix build on windows | Theo Buehler | 1 | -0/+1 | |
2023-12-14 | Update ChangeLog | Theo Buehler | 1 | -0/+5 | |
2023-12-14 | cmake: limit some macros to mingw | Viktor Szakats | 1 | -5/+7 | |
Syncing this up with autotools. Also use the built-in `MINGW` variable. | |||||
2023-12-14 | Add reminder to remove timegm after the next library bump | Theo Buehler | 1 | -0/+1 | |
2023-12-14 | try fixing missing tls-compat for tests | Viktor Szakats | 1 | -2/+2 | |
2023-12-14 | nc needs compat_obj on some platforms | Viktor Szakats | 1 | -1/+1 | |
2023-12-14 | try avoiding empty compat libs | Viktor Szakats | 2 | -2/+2 | |
2023-12-14 | cmake: stop exporting compat functions | Viktor Szakats | 6 | -90/+63 | |
2023-12-13 | CI: fix automatic releases assets extension "zip" | Ilya Shipitsin | 1 | -2/+1 | |
2023-12-12 | pthreads.h: avoid undefined behavior | Theo Buehler | 1 | -3/+8 | |
You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966 | |||||
2023-12-12 | zap stray whitespace | Theo Buehler | 1 | -1/+1 | |
2023-12-12 | Update .github/workflows/release_by_tag.yml | Ilya Shipitsin | 1 | -1/+2 | |
Co-authored-by: Joshua Sing <joshua@hypera.dev> |