aboutsummaryrefslogtreecommitdiff
path: root/crypto/thread.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-28Remove a bunch of unnecessary includes.David Benjamin1-12/+0
2016-06-09Wrap MSVC-only warning pragmas in a macro.David Benjamin1-2/+2
2016-06-06Add some getters for the old lock callbacks.David Benjamin1-0/+21
2015-05-20Remove leftovers of the old-style locks.Adam Langley1-44/+4
2015-05-20Remove |CRYPTO_add|.Adam Langley1-16/+0
2015-04-13Eliminate unnecessary includes from low-level crypto modules.Brian Smith1-2/+3
2015-04-08Get rid of the THREADID stuff.Adam Langley1-43/+5
2015-03-31Lowercase some Windows headers.Adam Langley1-1/+1
2015-03-17Fix duplicate lock IDs & simplify lock ID maintenance.Brian Smith1-15/+6
2015-02-02Remove string.h from base.h.Adam Langley1-0/+2
2015-01-31Enable more warnings & treat warnings as errors on Windows.Brian Smith1-0/+2
2015-01-29Define WIN32_LEAN_AND_MEAN in the build system, not in the code.Brian Smith1-1/+0
2015-01-28Clean up use of Windows Platform SDK headers.Brian Smith1-0/+1
2014-08-18Include Windows.h in some source files.Yoshisato Yanagisawa1-0/+4
2014-08-11Windows build fixes.Adam Langley1-1/+1
2014-06-20Inital import.Adam Langley1-0/+195