Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-08 | don't override language property for ASM files as C | Brent Cook | 2 | -5/+1 | |
As of CMake 3.20, this causes the files to be built _as_ C, instead of just with a C compiler. This also properly specifies the languages in the project call. | |||||
2024-10-07 | add OpenBSD 7.6 branch | Brent Cook | 1 | -1/+1 | |
2024-10-06 | use TIMEVAL typedef with select() | Brent Cook | 1 | -1/+1 | |
This prevents the compatibility struct timeval definition in sys/time.h from potentially getting used with select() here. https://learn.microsoft.com/en-us/windows/win32/api/winsock2/nf-winsock2-select | |||||
2024-10-06 | for poll timeout -1, set loop time more reasonably | Brent Cook | 1 | -2/+2 | |
Otherwise it sets looptime to -1, which was skipped by select() and caused 100% cpu busy looping. | |||||
2024-10-06 | Attempt to fix 2038 problem with MSVC | Theo Buehler | 2 | -1/+12 | |
2024-10-02 | Pull if() statement out of argument list | Theo Buehler | 3 | -9/+9 | |
Pointed out by @vszakats in #1100 | |||||
2024-10-02 | fix syslog_r and pipe2 detection | Theo Buehler | 2 | -3/+3 | |
2024-10-02 | Fix syslog_r detection | Theo Buehler | 1 | -1/+1 | |
2024-10-02 | Only use DLL_NAME_WITH_SOVERSION for cmake >= 3.27 | Theo Buehler | 3 | -3/+9 | |
Suggested by Viktor Szakats in #1084 | |||||
2024-10-02 | Revert "bump minimum CMake version for DLL_NAME_WITH_SOVERSION" | Theo Buehler | 1 | -1/+1 | |
This reverts commit 5feccf86658d09b917c005bfb43191dd38f38c83. | |||||
2024-10-01 | properly specify define for shared libraries | Brent Cook | 1 | -1/+1 | |
2024-10-01 | bump minimum CMake version for DLL_NAME_WITH_SOVERSION | Brent Cook | 1 | -1/+1 | |
2024-09-12 | Clean up and expand ChangeLog | Theo Buehler | 1 | -3/+10 | |
2024-09-09 | Update man links | Theo Buehler | 1 | -8/+0 | |
2024-09-09 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2024-09-01 | Update ChangeLog | Theo Buehler | 1 | -2/+13 | |
2024-08-31 | DES met jsing. And it never looked quite the same again. | Theo Buehler | 2 | -37/+8 | |
2024-08-31 | Be better at grep... | Theo Buehler | 1 | -1/+0 | |
2024-08-31 | Update man links | Theo Buehler | 1 | -3/+0 | |
2024-08-31 | enc_read.c is gone | Theo Buehler | 2 | -2/+0 | |
2024-08-31 | ui_util.c was removed | Theo Buehler | 2 | -2/+0 | |
2024-08-31 | conf_api.h was removed, conf_local.h was added | Theo Buehler | 2 | -1/+3 | |
2024-08-31 | Adjust for whirlpool removal | Theo Buehler | 5 | -19/+2 | |
2024-08-29 | Update man links | Theo Buehler | 1 | -11/+1 | |
2024-08-29 | Remove evp_pkey_check | Theo Buehler | 3 | -11/+0 | |
2024-08-28 | Link x509_siginfo.c to the build | Theo Buehler | 2 | -0/+2 | |
2024-08-26 | Update ChangeLog | Theo Buehler | 1 | -0/+2 | |
2024-08-25 | ChangeLog: fix grammar | Theo Buehler | 1 | -1/+1 | |
2024-08-25 | Update ChangeLog | Theo Buehler | 1 | -0/+4 | |
2024-08-26 | ci: update actions | Joshua Sing | 4 | -12/+8 | |
2024-08-21 | Fix includedir on CMake | Yang Kun | 1 | -1/+1 | |
2024-08-21 | Append version to dll on CMake | Yang Kun | 3 | -15/+9 | |
2024-08-21 | Switch to check_symbol_exists() in simplest cases | Theo Buehler | 2 | -18/+23 | |
There are a few exceptions. Some require _GNU_SOURCE, some are in the weird strings.h header, some are probably too new to be found in the standard locations. Fixes #1077 | |||||
2024-08-17 | regen man links | Theo Buehler | 1 | -9/+0 | |
2024-08-17 | Regen netcat patch | Theo Buehler | 1 | -10/+10 | |
2024-08-13 | Tweak ChangeLog | Theo Buehler | 1 | -3/+4 | |
2024-08-12 | Tweak ChangeLog | Theo Buehler | 1 | -1/+2 | |
2024-08-12 | Update ChangeLog | Theo Buehler | 1 | -0/+3 | |
2024-08-11 | Disable mips32 in CI for now | Theo Buehler | 1 | -1/+1 | |
OpenBSD has long dropped support for this architecture. If someone wants to revive the port, they are more than welcome to file a PR that reenables them. discussed with jsing | |||||
2024-08-11 | ... and tests | Theo Buehler | 2 | -0/+63 | |
2024-08-11 | And adapt libssl | Theo Buehler | 2 | -0/+72 | |
2024-08-11 | Initial cut for crypto_arch.h | Theo Buehler | 6 | -41/+30 | |
2024-08-11 | Need to copy over crypto_arch.h | Theo Buehler | 1 | -1/+3 | |
2024-08-10 | Update ChangeLog | Theo Buehler | 1 | -1/+1 | |
2024-08-10 | ui_compat.h was removed | Theo Buehler | 1 | -1/+1 | |
2024-08-07 | cmake: replace `CMAKE_SYSTEM_PROCESSOR` with `HOST_*` | Viktor Szakats | 1 | -5/+4 | |
Follow-up to e99a7dd931065e4b3535cb3e2e8bee8c3db0afaf #1075 | |||||
2024-08-06 | Update ChangeLog | Theo Buehler | 1 | -0/+1 | |
2024-08-03 | regen man links | Theo Buehler | 1 | -0/+4 | |
2024-08-02 | regen patches | Theo Buehler | 3 | -9/+9 | |
2024-08-02 | update ChangeLog | Theo Buehler | 1 | -3/+4 | |