Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 659e87fe | 2025-10-07 03:49:29 | move ftruncate to common libcompat for tests | ||
| 15bc02ad | 2025-05-18 20:45:36 | fix gitignore brokenness in crypto /crypto/* masks too much and breaks the exclusion function. The docs for gitignore state that if a parent directory is ignored, negating a pattern with a ! prefix has no effect since it is not possible to reinclude a file if the parent director is excluded. https://git-scm.com/docs/gitignore This just is more explicit, which catches files added out of tree more readily. Also delete the long-removed libtls-standalone references | ||
| 8f6cbc89 | 2025-05-10 21:56:33 | b_win.c: whitespace nit | ||
| 364fc5b9 | 2025-05-10 21:56:05 | Include "err_local.h" rather than <openssl/err.h> | ||
| 9ba4b33d | 2025-04-16 04:26:34 | change prefix for fstat | ||
| 06297aa3 | 2025-04-16 03:59:46 | reapply special case for std file descriptors | ||
| 78b86a2a | 2025-04-12 16:59:51 | switch to using high bit for fd detection of file/socket | ||
| ec123956 | 2024-10-15 18:16:19 | Don't break std* file descriptors (inspired by the other is_socket() which lives in poll_win.c) | ||
| 2c5e2c60 | 2024-07-17 10:40:05 | Issue #1069 - Make file descriptors created through posix_open() distinguishable from sockets by having them take odd values only | ||
| ccc254e9 | 2025-03-09 11:31:39 | Fix UI_OpenSSL for Windows |