Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-29 | Missing period | Theo Buehler | 1 | -1/+1 | |
2023-12-29 | Some evp files were renamed and merged | Theo Buehler | 2 | -10/+6 | |
2023-12-27 | Hook up exdata_test | Theo Buehler | 2 | -0/+10 | |
2023-12-26 | Retire the engine test | Theo Buehler | 2 | -10/+0 | |
2023-12-22 | Update ChangeLog | Theo Buehler | 1 | -0/+4 | |
2023-12-21 | Update man links | Theo Buehler | 1 | -2/+0 | |
2023-12-20 | Fix timingsafe memcmp detection | Theo Buehler | 1 | -2/+2 | |
2023-12-20 | Some files were merged into p_legacy.c | Theo Buehler | 2 | -8/+2 | |
2023-12-20 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2023-12-20 | rand_key.c is no more | Theo Buehler | 2 | -2/+0 | |
2023-12-19 | pthread_once() returns an error code on failure | Theo Buehler | 1 | -1/+1 | |
2023-12-19 | Stop undefining X509_CERT_PAIR | Theo Buehler | 1 | -4/+2 | |
Pointed out in #910 | |||||
2023-12-20 | readme: fix grammatical error | Joshua Sing | 1 | -1/+1 | |
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com> | |||||
2023-12-20 | readme: tidy up styling | Joshua Sing | 1 | -37/+57 | |
2023-12-20 | ci: add concurrency groups to workflows | Joshua Sing | 11 | -0/+44 | |
2023-12-20 | ci: remove autoconf from msys2 in windows workflow | Joshua Sing | 1 | -1/+0 | |
2023-12-19 | ci: avoid unnecessary steps in windows workflow | Joshua Sing | 1 | -4/+2 | |
2023-12-19 | ci: tidy windows workflow job name | Joshua Sing | 1 | -1/+1 | |
2023-12-19 | ci: fix windows workflow syntax | Joshua Sing | 1 | -1/+1 | |
2023-12-19 | readme: add windows badge | Joshua Sing | 1 | -0/+1 | |
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> |