Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable speed on win32 | kinichiro | 2019-07-14 | 1 | -0/+66 |
| | | | | | - Use thread and sleep instead of signal and alarm, on win32 - Disable -multi option on win32 since fork is hard to implement | ||||
* | implement app_timer_real | Brent Cook | 2018-09-23 | 1 | -0/+14 |
| | |||||
* | Add app_timer_user for Windows build | kinichiro | 2017-12-26 | 1 | -7/+5 |
| | |||||
* | Windows compatibility fixes | Brent Cook | 2015-10-18 | 1 | -0/+60 |
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 |