Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Land #975 | Theo Buehler | 2023-12-15 | 3 | -28/+33 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Add Solaris workflow badge to readme | Joshua Sing | 2023-12-15 | 1 | -0/+1 | |
| | | | ||||||
| * | | ci: fix apt commands in solaris workflow | Joshua Sing | 2023-12-15 | 1 | -1/+2 | |
| | | | ||||||
| * | | ci: reenable and clean up solaris workflow | Joshua Sing | 2023-12-15 | 2 | -28/+31 | |
|/ / | ||||||
* | | Fix build on windows | Theo Buehler | 2023-12-14 | 1 | -0/+1 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2023-12-14 | 1 | -0/+5 | |
| | | ||||||
* | | Land #974 | Theo Buehler | 2023-12-14 | 1 | -5/+7 | |
|\ \ | ||||||
| * | | cmake: limit some macros to mingw | Viktor Szakats | 2023-12-14 | 1 | -5/+7 | |
| | | | | | | | | | | | | | | | | | | Syncing this up with autotools. Also use the built-in `MINGW` variable. | |||||
* | | | Land #967 | Theo Buehler | 2023-12-14 | 1 | -3/+8 | |
|\ \ \ | ||||||
| * | | | pthreads.h: avoid undefined behavior | Theo Buehler | 2023-12-12 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can't pass a function pointer through a void pointer. So wrap the pthread callback in a struct. Fixes #966 | |||||
* | | | | Land #954 | Theo Buehler | 2023-12-14 | 1 | -2/+2 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Update solaris vm to latest version | neil | 2023-12-09 | 1 | -2/+2 | |
| | |/ | |/| | | | | Update solaris vm to latest version | |||||
* | | | Land #972 | Theo Buehler | 2023-12-14 | 7 | -92/+66 | |
|\ \ \ | ||||||
| * | | | Add reminder to remove timegm after the next library bump | Theo Buehler | 2023-12-14 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | try fixing missing tls-compat for tests | Viktor Szakats | 2023-12-14 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | nc needs compat_obj on some platforms | Viktor Szakats | 2023-12-14 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | try avoiding empty compat libs | Viktor Szakats | 2023-12-14 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | cmake: stop exporting compat functions | Viktor Szakats | 2023-12-14 | 6 | -90/+63 | |
|/ / / | ||||||
* | | | Land #968 | Theo Buehler | 2023-12-13 | 1 | -2/+1 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | CI: fix automatic releases assets extension "zip" | Ilya Shipitsin | 2023-12-13 | 1 | -2/+1 | |
|/ / | ||||||
* | | zap stray whitespace | Theo Buehler | 2023-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | Land #965 | Theo Buehler | 2023-12-12 | 1 | -0/+67 | |
|\ \ | ||||||
| * | | Update .github/workflows/release_by_tag.yml | Ilya Shipitsin | 2023-12-12 | 1 | -1/+2 | |
| | | | | | | | | | Co-authored-by: Joshua Sing <joshua@hypera.dev> | |||||
| * | | CI: automatically create release, upload windows builds | Ilya Shipitsin | 2023-12-12 | 1 | -0/+66 | |
| | | | ||||||
* | | | Land #964 | Theo Buehler | 2023-12-12 | 3 | -2/+2 | |
|\ \ \ | ||||||
| * | | | windows: minor compat header fixes | Viktor Szakats | 2023-12-11 | 3 | -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 #962 | Theo Buehler | 2023-12-12 | 3 | -6/+5 | |
|\ \ \ | ||||||
| * | | | delete broken link | Viktor Szakats | 2023-12-11 | 1 | -2/+1 | |
| | | | | ||||||
| * | | | upgrade links in comments to HTTPS | Viktor Szakats | 2023-12-11 | 3 | -4/+4 | |
| |/ / | ||||||
* | | | Land #963 | Theo Buehler | 2023-12-12 | 1 | -0/+5 | |
|\ \ \ | ||||||
| * | | | cmake: auto-detect `strtonum` | Viktor Szakats | 2023-12-11 | 1 | -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 #961 | Theo Buehler | 2023-12-12 | 5 | -19/+44 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix a few symbols in EXTRA_EXPORT | Theo Buehler | 2023-12-11 | 1 | -18/+19 | |
| | | | | | | | | | | | | I thought we stopped doing this, but that's for a separate thread. | |||||
| * | | Add configure check for strcasecmp | Theo Buehler | 2023-12-11 | 1 | -1/+2 | |
| | | | ||||||
| * | | Prefix some compat symbols with libressl_ | Theo Buehler | 2023-12-11 | 3 | -0/+23 | |
|/ / | | | | | | | | | See #928. This isn't a full fix, but should remove much of the friction already. | |||||
* | | Land 956 | Theo Buehler | 2023-12-11 | 1 | -0/+1 | |
|\ \ | ||||||
| * | | windows: always upload build artifacts, even in case of failure | Ilya Shipitsin | 2023-12-10 | 1 | -0/+1 | |
| |/ | ||||||
* | | Land 958 | Theo Buehler | 2023-12-11 | 1 | -1/+1 | |
|\ \ | |/ |/| | ||||||
| * | check-release.sh: use HTTPS when downloading sources | Viktor Szakats | 2023-12-10 | 1 | -1/+1 | |
| | | ||||||
* | | Update man links | Theo Buehler | 2023-12-01 | 1 | -4/+5 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2023-12-01 | 1 | -0/+5 | |
| | | ||||||
* | | Update ChangeLog | Theo Buehler | 2023-11-29 | 1 | -0/+1 | |
| | | ||||||
* | | Land #951 | Theo Buehler | 2023-11-29 | 3 | -5/+0 | |
|\ \ | ||||||
| * | | there has to be some trigger, even a manual one | Brent Cook | 2023-11-28 | 2 | -0/+6 | |
| | | | ||||||
| * | | remove Solaris build status | Brent Cook | 2023-11-28 | 1 | -1/+0 | |
| | | | ||||||
| * | | disable periodic builds of broken CI workflows | Brent Cook | 2023-11-28 | 2 | -10/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Neither of these has built in over a month. Solaris looks to be an upstream timeout issue (seems the hack it uses may not work anymore). Not sure if cifuzz is really needed either, since we're still being tested through clusterfuzz actively. | |||||
* | | | Update ChangeLog | Theo Buehler | 2023-11-28 | 1 | -0/+2 | |
|/ / | ||||||
* | | Update ChangeLog | Theo Buehler | 2023-11-22 | 1 | -0/+3 | |
| | | ||||||
* | | ssl_algs.c was removed | Theo Buehler | 2023-11-22 | 2 | -2/+0 | |
| | | ||||||
* | | Update man links | Theo Buehler | 2023-11-19 | 1 | -111/+16 | |
| | |