Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | add proper guard and typedef | Brent Cook | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | adjust definition of compat clock_gettime | Brent Cook | 2018-03-23 | 1 | -1/+1 |
| | |||||
* | add clock_gettime for macos 10.11 and earlier | Brent Cook | 2018-03-22 | 1 | -0/+26 |
| | |||||
* | use standard initialization for poll loop delay | Brent Cook | 2017-08-13 | 1 | -1/+3 |
| | |||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 2 | -73/+0 |
| | | | | | | | | | | | VS2013 has trouble with relative include paths for apps/openssl, so move certhash_win/apps_win.c back to apps/openssl. gmtime_r on mingw64 fails with negative time_t, override gmtime_s fails all of the time unit tests, override SHUT_RD/WR are defined in newer mingw64 headers, check before overriding | ||||
* | visual studio path updates | Brent Cook | 2015-09-18 | 2 | -2/+2 |
| | |||||
* | move windows file IO mode setup to apps_win.c | Brent Cook | 2015-09-13 | 1 | -0/+31 |
| | |||||
* | add 'nc' to the distribution as an example of libtls client and server | Brent Cook | 2015-09-12 | 3 | -0/+369 |