Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4916f940 | 2017-08-13 16:09:32 | use standard initialization for poll loop delay | ||
| 9e7fd1fa | 2017-08-13 16:04:03 | declare struct timezone outside of the function declaration | ||
| e0cffc6b | 2017-08-13 09:53:59 | disable signed/unsigned mismatch in vs builds | ||
| 8f255707 | 2017-08-13 08:54:38 | Land #338, disable NPN tests | ||
| 4c6097c2 | 2017-08-13 08:54:03 | bump to latest version of tap driver | ||
| 23b5d39c | 2017-08-13 19:10:46 | Remove NPN test coverage for Windows. | ||
| 94e4224f | 2017-08-12 10:05:30 | don't build empty object files | ||
| bdec0573 | 2017-08-12 09:46:19 | Land #332, fix shared library dependencies with cmake for libssl/libtls | ||
| 9be0359c | 2017-08-12 01:15:17 | Remove ssl/t1_reneg.c | ||
| 1dd6a52f | 2017-07-24 15:24:29 | ssl/tls cmake: fix shared library dependencies Ensure that the 'ssl' depends on 'crypto' and that 'tls' depends on 'ssl' and 'crypto' for all platforms. Prior to this commit, the dependency was only specified for the 'WIN32' CMake build. |