Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make gettimeofday() definition match the prototypeOPENBSD_7_6 | Theo Buehler | 2024-10-16 | 1 | -1/+1 |
| | | | | Should fix #1111 | ||||
* | ci: add freebsd workflow | Joshua Sing | 2024-10-16 | 1 | -0/+71 |
| | |||||
* | Fix CMake build on FreeBSD | Theo Buehler | 2024-10-16 | 1 | -0/+4 |
| | | | | | | | FreeBSD's libc has a stub implementation of pthread_once() that returns ENOSYS and doesn't seem to call the init routine. You need to link with pthread for this to work. This PR does this and fixes regress failures for CMake builds on this platform. This likely never worked. | ||||
* | CI: bump macos-12 to 15 | Theo Buehler | 2024-10-16 | 1 | -1/+1 |
| | | | | https://github.com/actions/runner-images/issues/10721 | ||||
* | update Changelogv4.0.0 | Brent Cook | 2024-10-13 | 1 | -1/+2 |
| | |||||
* | Land #1104, don't override language property for ASM files as C | Brent Cook | 2024-10-08 | 2 | -5/+1 |
|\ | |||||
| * | don't override language property for ASM files as C | Brent Cook | 2024-10-08 | 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. | ||||
* | | add OpenBSD 7.6 branch | Brent Cook | 2024-10-07 | 1 | -1/+1 |
| | | |||||
* | | use TIMEVAL typedef with select() | Brent Cook | 2024-10-06 | 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 | ||||
* | | for poll timeout -1, set loop time more reasonably | Brent Cook | 2024-10-06 | 1 | -2/+2 |
| | | | | | | | | | | Otherwise it sets looptime to -1, which was skipped by select() and caused 100% cpu busy looping. | ||||
* | | Attempt to fix 2038 problem with MSVC | Theo Buehler | 2024-10-06 | 2 | -1/+12 |
|/ | |||||
* | Land #1103 - fix ddl versioning on Windows | Theo Buehler | 2024-10-02 | 3 | -9/+9 |
|\ | |||||
| * | Pull if() statement out of argument list | Theo Buehler | 2024-10-02 | 3 | -9/+9 |
|/ | | | | Pointed out by @vszakats in #1100 | ||||
* | Land #1102 - fix syslog_r and pipe2 detection | Theo Buehler | 2024-10-02 | 2 | -3/+3 |
|\ | |||||
| * | fix syslog_r and pipe2 detection | Theo Buehler | 2024-10-02 | 2 | -3/+3 |
|/ | |||||
* | Land #1101 - fix syslog_r detection | Theo Buehler | 2024-10-02 | 1 | -1/+1 |
|\ | |||||
| * | Fix syslog_r detection | Theo Buehler | 2024-10-02 | 1 | -1/+1 |
|/ | |||||
* | Land #1100 - mop up dll name breakage | Theo Buehler | 2024-10-02 | 4 | -4/+10 |
|\ | |||||
| * | Only use DLL_NAME_WITH_SOVERSION for cmake >= 3.27 | Theo Buehler | 2024-10-02 | 3 | -3/+9 |
| | | | | | | | | Suggested by Viktor Szakats in #1084 | ||||
| * | Revert "bump minimum CMake version for DLL_NAME_WITH_SOVERSION" | Theo Buehler | 2024-10-02 | 1 | -1/+1 |
|/ | | | | This reverts commit 5feccf86658d09b917c005bfb43191dd38f38c83. | ||||
* | Land #1079, Switch to check_symbol_exists() for simple cases | Brent Cook | 2024-10-01 | 2 | -18/+23 |
|\ | |||||
| * | Switch to check_symbol_exists() in simplest cases | Theo Buehler | 2024-08-21 | 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 | ||||
* | | Land #1084, Append version to dll on CMake | Brent Cook | 2024-10-01 | 5 | -17/+11 |
|\ \ | |||||
| * | | properly specify define for shared libraries | Brent Cook | 2024-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | bump minimum CMake version for DLL_NAME_WITH_SOVERSION | Brent Cook | 2024-10-01 | 1 | -1/+1 |
| | | | |||||
| * | | Append version to dll on CMake | Yang Kun | 2024-08-21 | 3 | -15/+9 |
| |/ | |||||
* | | Clean up and expand ChangeLog | Theo Buehler | 2024-09-12 | 1 | -3/+10 |
| | | |||||
* | | Update man links | Theo Buehler | 2024-09-09 | 1 | -8/+0 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2024-09-09 | 1 | -0/+1 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2024-09-01 | 1 | -2/+13 |
| | | |||||
* | | DES met jsing. And it never looked quite the same again. | Theo Buehler | 2024-08-31 | 2 | -37/+8 |
| | | |||||
* | | Be better at grep... | Theo Buehler | 2024-08-31 | 1 | -1/+0 |
| | | |||||
* | | Update man links | Theo Buehler | 2024-08-31 | 1 | -3/+0 |
| | | |||||
* | | enc_read.c is gone | Theo Buehler | 2024-08-31 | 2 | -2/+0 |
| | | |||||
* | | ui_util.c was removed | Theo Buehler | 2024-08-31 | 2 | -2/+0 |
| | | |||||
* | | conf_api.h was removed, conf_local.h was added | Theo Buehler | 2024-08-31 | 2 | -1/+3 |
| | | |||||
* | | Adjust for whirlpool removal | Theo Buehler | 2024-08-31 | 5 | -19/+2 |
| | | |||||
* | | Update man links | Theo Buehler | 2024-08-29 | 1 | -11/+1 |
| | | |||||
* | | Remove evp_pkey_check | Theo Buehler | 2024-08-29 | 3 | -11/+0 |
| | | |||||
* | | Link x509_siginfo.c to the build | Theo Buehler | 2024-08-28 | 2 | -0/+2 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2024-08-26 | 1 | -0/+2 |
| | | |||||
* | | ChangeLog: fix grammar | Theo Buehler | 2024-08-25 | 1 | -1/+1 |
| | | |||||
* | | Update ChangeLog | Theo Buehler | 2024-08-25 | 1 | -0/+4 |
| | | |||||
* | | Land #1090 - update CI actions | Theo Buehler | 2024-08-25 | 4 | -12/+8 |
|\ \ | |||||
| * | | ci: update actions | Joshua Sing | 2024-08-26 | 4 | -12/+8 |
|/ / | |||||
* | | Land #1085 - fix includedir | Theo Buehler | 2024-08-22 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Fix includedir on CMake | Yang Kun | 2024-08-21 | 1 | -1/+1 |
|/ | |||||
* | regen man links | Theo Buehler | 2024-08-17 | 1 | -9/+0 |
| | |||||
* | Regen netcat patch | Theo Buehler | 2024-08-17 | 1 | -10/+10 |
| | |||||
* | Tweak ChangeLog | Theo Buehler | 2024-08-13 | 1 | -3/+4 |
| |