Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d7a9ca6d | 2025-08-28 13:42:04 | Fix inconsistencies in accept4.c Fix inconsistencies in accept4.c. If the underlying accept() fails the shim returns the listening socket s instead of −1. | ||
| 5d9229b1 | 2025-06-01 17:24:24 | adjust incorrect commit years Co-authored-by: Theo Buehler <botovq@users.noreply.github.com> | ||
| 340037f6 | 2025-06-01 08:20:41 | add autotools build copyright headers | ||
| c51665d4 | 2025-06-01 08:11:22 | add copyright headers to Cmake files based on original committer and date | ||
| 8dad5fe3 | 2025-01-02 08:11:30 | Update for speed.c and .h churn | ||
| 64f15ec5 | 2024-10-06 18:52:46 | use TIMEVAL typedef with select() 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 | ||
| 0eceb61c | 2024-10-06 18:50:51 | for poll timeout -1, set loop time more reasonably Otherwise it sets looptime to -1, which was skipped by select() and caused 100% cpu busy looping. | ||
| 1ff9793d | 2024-08-02 22:18:05 | Switch to check_symbol_exists() in simplest cases 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 | ||
| 050b6de7 | 2024-07-08 00:52:31 | spkac.c is no more | ||
| fccbb9b5 | 2023-12-14 04:39:35 | nc needs compat_obj on some platforms |