Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update ChangeLog | Theo Buehler | 2024-11-02 | 1 | -1/+3 | |
|/ | ||||||
* | +ec_convert.c -ec_print.c | Theo Buehler | 2024-10-30 | 2 | -2/+2 | |
| | ||||||
* | Update ChangeLog | Theo Buehler | 2024-10-29 | 1 | -0/+1 | |
| | ||||||
* | Land #1119 - ensure cmake install honors --prefix | Theo Buehler | 2024-10-29 | 1 | -2/+2 | |
|\ | ||||||
| * | Merge 4f20970ac6c0dc089b7d2a69b22afcb065fb4ff7 into ↵ | Viktor Szakats | 2024-10-29 | 1 | -2/+2 | |
|/| | | | | | | | f9df014f5991e243d28ab903e403d0d68aaeb3c6 | |||||
| * | cmake: use `CMAKE_INSTALL_SYSCONFDIR` | Viktor Szakats | 2024-10-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | Replace `${CMAKE_INSTALL_PREFIX}/etc` with `${CMAKE_INSTALL_SYSCONFDIR}`. It makes the install step honor the `--prefix` option. Fixes #1118 | |||||
* | | Update ChangeLog | Theo Buehler | 2024-10-29 | 1 | -0/+1 | |
| | | ||||||
* | | Tweak ChangeLog | Theo Buehler | 2024-10-28 | 1 | -1/+1 | |
|/ | ||||||
* | Update ChangeLog | Theo Buehler | 2024-10-26 | 1 | -0/+1 | |
| | ||||||
* | Missing . | Theo Buehler | 2024-10-24 | 1 | -1/+1 | |
| | ||||||
* | Tweak changelog | Theo Buehler | 2024-10-23 | 1 | -1/+1 | |
| | ||||||
* | Update ChangeLog | Theo Buehler | 2024-10-22 | 1 | -0/+1 | |
| | ||||||
* | ec_check.c was removed | Theo Buehler | 2024-10-19 | 2 | -2/+0 | |
| | ||||||
* | Remove -DWHIRLPOOL_ASM | Theo Buehler | 2024-10-18 | 5 | -8/+0 | |
| | ||||||
* | Update ChangeLog | Theo Buehler | 2024-10-18 | 1 | -0/+2 | |
| | ||||||
* | Fix conditional nesting | Theo Buehler | 2024-10-18 | 1 | -1/+1 | |
| | ||||||
* | Hook i386 crypto_cpu_caps to build | Theo Buehler | 2024-10-18 | 2 | -0/+5 | |
| | ||||||
* | Also disable cpu caps on windows i386 | Theo Buehler | 2024-10-18 | 1 | -0/+20 | |
| | ||||||
* | disable cpu caps on windows for now | Theo Buehler | 2024-10-18 | 1 | -0/+20 | |
| | ||||||
* | Hook up crypto_cpu_caps_init() | Theo Buehler | 2024-10-18 | 7 | -17/+12 | |
| | ||||||
* | Update ChangeLog | Theo Buehler | 2024-10-18 | 1 | -0/+1 | |
| | ||||||
* | conf_mall.c is no more | Theo Buehler | 2024-10-18 | 2 | -2/+0 | |
| | ||||||
* | ec_cvt.c hit the attic | Theo Buehler | 2024-10-18 | 2 | -2/+0 | |
| | ||||||
* | sync Changelog from stable branch | Brent Cook | 2024-10-16 | 1 | -0/+2 | |
| | ||||||
* | Land #1112 - fix gettimeofday prototype mismatch | Theo Buehler | 2024-10-15 | 1 | -1/+1 | |
|\ | ||||||
| * | Make gettimeofday() definition match the prototype | Theo Buehler | 2024-10-15 | 1 | -1/+1 | |
|/ | | | | Should fix #1111 | |||||
* | Land #1109 - Add daily FreeBSD runner | Theo Buehler | 2024-10-15 | 1 | -0/+71 | |
|\ | ||||||
| * | ci: add freebsd workflow | Joshua Sing | 2024-10-15 | 1 | -0/+71 | |
| | | ||||||
* | | Merge ChangeLogs for 3.9.2, 3.9.1, and 3.8.4 | Theo Buehler | 2024-10-15 | 1 | -0/+20 | |
|/ | ||||||
* | Update ChangeLog | Theo Buehler | 2024-10-15 | 1 | -0/+2 | |
| | ||||||
* | Update ChangeLog | Theo Buehler | 2024-10-15 | 1 | -1/+1 | |
| | ||||||
* | Land #1108 - Fix CMake build for FreeBSD | Theo Buehler | 2024-10-15 | 1 | -0/+4 | |
|\ | ||||||
| * | Fix CMake build on FreeBSD | Theo Buehler | 2024-10-15 | 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. | |||||
* | Update ChangeLog | Theo Buehler | 2024-10-12 | 1 | -0/+3 | |
| | ||||||
* | ChangeLog: fix typo | Theo Buehler | 2024-10-11 | 1 | -1/+1 | |
| | ||||||
* | CI: bump macos-12 to 15 | Theo Buehler | 2024-10-11 | 1 | -1/+1 | |
| | | | | https://github.com/actions/runner-images/issues/10721 | |||||
* | Start ChangeLog for 4.1 | Theo Buehler | 2024-10-11 | 1 | -1/+6 | |
| | ||||||
* | Land #1105 - link err_test to build | Theo Buehler | 2024-10-08 | 2 | -0/+10 | |
|\ | ||||||
| * | Link err_test to build | Theo Buehler | 2024-10-08 | 2 | -0/+10 | |
|/ | ||||||
* | 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. | |||||
* | | 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 | |
|/ |