Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved patch upstreamv2.2.7 | Brent Cook | 2016-05-03 | 1 | -11/+0 |
| | |||||
* | prefer limits.h over sys/limits.h | Brent Cook | 2016-05-03 | 1 | -0/+11 |
| | |||||
* | update changelog for 2.2.4v2.2.4 | Brent Cook | 2015-10-15 | 1 | -13/+0 |
| | |||||
* | bump version to 2.2.4 | Brent Cook | 2015-09-11 | 1 | -0/+13 |
| | |||||
* | add initial CMake and Visual Studio build support | Brent Cook | 2015-07-21 | 6 | -12/+57 |
| | | | | | | | | This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore. | ||||
* | patch headers to avoid redefinitions on windows | Scott Parker | 2015-07-16 | 3 | -0/+62 |
| | |||||
* | remove unneeded local tls.h patch | Brent Cook | 2015-06-19 | 1 | -25/+0 |
| | |||||
* | set stdin/out/err to binary mode on Windows | Brent Cook | 2015-06-05 | 1 | -0/+29 |
| | |||||
* | patch in std headers and C++ support for tls.h | Brent Cook | 2015-05-23 | 1 | -0/+25 |
| | |||||
* | the BIO_sock_init() patch is upstream. | Brent Cook | 2015-03-22 | 1 | -44/+0 |
| | |||||
* | initialize winsock earlier in openssl(1) | Brent Cook | 2015-03-08 | 1 | -0/+44 |
This allows commands like ocsp to work properly since we no longer initialize Winsock as a side-effect of doing a BIO_gethostbyname. |