summaryrefslogtreecommitdiffstats
path: root/ms/uplink.c
AgeCommit message (Collapse)Author
2016-06-16Revert "RT4526: Call TerminateProcess, not ExitProcess"Matt Caswell
This reverts commit 9c1a9ccf65d0ea1912675d3a622fa8e51b524b9e. TerminateProcess is asynchronous, so the code as written in the above commit is not correct. It is also probably not needed in the speed case. Reverting in order to figure out the correct solution. Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-06-15RT4526: Call TerminateProcess, not ExitProcessRich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-06-01Add final(?) set of copyrights.Rich Salz
Add copyright to missing assembler files. Add copyrights to missing test/* files. Add copyrights Various source and misc files. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-29Windows build system: fix 32-bit appveyor build.Andy Polyakov
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-03-21Windows build system: get uplink right.Andy Polyakov
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2011-07-13ms/uplink.c: fix Visual Studio 2010 warning.Andy Polyakov
2006-09-18Race condition in ms/uplink.c.Andy Polyakov
PR: 1382
2005-05-17OPENSSL_Applink update.Andy Polyakov
2004-05-25Framework for glueing BIO layer and Win32 compiler run-time. Goal is toAndy Polyakov
make it possible to produce for a unified binary build, which can be used with a variety of Win32 compilers.