aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Land #979Theo Buehler2023-12-193-46/+64
|\
| * ci: remove autoconf from msys2 in windows workflowJoshua Sing2023-12-201-1/+0
| |
| * ci: avoid unnecessary steps in windows workflowJoshua Sing2023-12-191-4/+2
| |
| * ci: tidy windows workflow job nameJoshua Sing2023-12-191-1/+1
| |
| * ci: fix windows workflow syntaxJoshua Sing2023-12-191-1/+1
| |
| * readme: add windows badgeJoshua Sing2023-12-191-0/+1
| |
| * ci: clean up windows workflowJoshua Sing2023-12-192-46/+66
|/
* Land #976Theo Buehler2023-12-183-66/+155
|\
| * ci: clean up release workflowJoshua Sing2023-12-153-66/+155
| |
* | Land #953, Fix build on mipsBrent Cook2023-12-171-0/+2
|\ \
| * | Fix build on mipsMathieu Mirmont2023-12-051-0/+2
| | |
* | | Update man linksTheo Buehler2023-12-161-2/+0
| | |
* | | Unhook string_table test. It will go away.Theo Buehler2023-12-153-11/+0
| | |
* | | Land #977Theo Buehler2023-12-151-40/+57
|\ \ \
| * | | ci: cleanup coverity workflowJoshua Sing2023-12-151-40/+57
| | |/ | |/|
* | | Land #975Theo Buehler2023-12-153-28/+33
|\ \ \ | |/ / |/| |
| * | Add Solaris workflow badge to readmeJoshua Sing2023-12-151-0/+1
| | |
| * | ci: fix apt commands in solaris workflowJoshua Sing2023-12-151-1/+2
| | |
| * | ci: reenable and clean up solaris workflowJoshua Sing2023-12-152-28/+31
|/ /
* | Fix build on windowsTheo Buehler2023-12-141-0/+1
| |
* | Update ChangeLogTheo Buehler2023-12-141-0/+5
| |
* | Land #974Theo Buehler2023-12-141-5/+7
|\ \
| * | cmake: limit some macros to mingwViktor Szakats2023-12-141-5/+7
| | | | | | | | | | | | | | | | | | Syncing this up with autotools. Also use the built-in `MINGW` variable.
* | | Land #967Theo Buehler2023-12-141-3/+8
|\ \ \
| * | | pthreads.h: avoid undefined behaviorTheo Buehler2023-12-121-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966
* | | | Land #954Theo Buehler2023-12-141-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Update solaris vm to latest versionneil2023-12-091-2/+2
| | |/ | |/| | | | Update solaris vm to latest version
* | | Land #972Theo Buehler2023-12-147-92/+66
|\ \ \
| * | | Add reminder to remove timegm after the next library bumpTheo Buehler2023-12-141-0/+1
| | | |
| * | | try fixing missing tls-compat for testsViktor Szakats2023-12-141-2/+2
| | | |
| * | | nc needs compat_obj on some platformsViktor Szakats2023-12-141-1/+1
| | | |
| * | | try avoiding empty compat libsViktor Szakats2023-12-142-2/+2
| | | |
| * | | cmake: stop exporting compat functionsViktor Szakats2023-12-146-90/+63
|/ / /
* | | Land #968Theo Buehler2023-12-131-2/+1
|\ \ \ | |_|/ |/| |
| * | CI: fix automatic releases assets extension "zip"Ilya Shipitsin2023-12-131-2/+1
|/ /
* | zap stray whitespaceTheo Buehler2023-12-121-1/+1
| |
* | Land #965Theo Buehler2023-12-121-0/+67
|\ \
| * | Update .github/workflows/release_by_tag.ymlIlya Shipitsin2023-12-121-1/+2
| | | | | | | | | Co-authored-by: Joshua Sing <joshua@hypera.dev>
| * | CI: automatically create release, upload windows buildsIlya Shipitsin2023-12-121-0/+66
| | |
* | | Land #964Theo Buehler2023-12-123-2/+2
|\ \ \
| * | | windows: minor compat header fixesViktor Szakats2023-12-113-2/+2
| |/ / | | | | | | | | | | | | | | | - 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
* | | Land #962Theo Buehler2023-12-123-6/+5
|\ \ \
| * | | delete broken linkViktor Szakats2023-12-111-2/+1
| | | |
| * | | upgrade links in comments to HTTPSViktor Szakats2023-12-113-4/+4
| |/ /
* | | Land #963Theo Buehler2023-12-121-0/+5
|\ \ \
| * | | cmake: auto-detect `strtonum`Viktor Szakats2023-12-111-0/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notice that just like in autotools, this detection also doesn't take into account the targeted OS version. Meaning it detects `strtonum` even if targeting e.g. macOS older than release v11 Big Sur (which introduced this funcitions), if the SDK declares it. Wrong detection will either cause a binary broken on older macOS and/or trigger compiler warnings. Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850178282 Ref: https://github.com/libressl/portable/issues/928#issuecomment-1850276298 Prerequisite: https://github.com/libressl/portable/issues/928#issuecomment-1850356408
* | | Land #961Theo Buehler2023-12-125-19/+44
|\ \ \ | |/ / |/| |
| * | Fix a few symbols in EXTRA_EXPORTTheo Buehler2023-12-111-18/+19
| | | | | | | | | | | | I thought we stopped doing this, but that's for a separate thread.
| * | Add configure check for strcasecmpTheo Buehler2023-12-111-1/+2
| | |
| * | Prefix some compat symbols with libressl_Theo Buehler2023-12-113-0/+23
|/ / | | | | | | | | See #928. This isn't a full fix, but should remove much of the friction already.