aboutsummaryrefslogtreecommitdiff
path: root/patches (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update changelog for 2.2.4v2.2.4Brent Cook2015-10-151-13/+0
|
* bump version to 2.2.4Brent Cook2015-09-111-0/+13
|
* add initial CMake and Visual Studio build supportBrent Cook2015-07-216-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 windowsScott Parker2015-07-163-0/+62
|
* remove unneeded local tls.h patchBrent Cook2015-06-191-25/+0
|
* set stdin/out/err to binary mode on WindowsBrent Cook2015-06-051-0/+29
|
* patch in std headers and C++ support for tls.hBrent Cook2015-05-231-0/+25
|
* the BIO_sock_init() patch is upstream.Brent Cook2015-03-221-44/+0
|
* initialize winsock earlier in openssl(1)Brent Cook2015-03-081-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.