aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/async.h
AgeCommit message (Expand)AuthorFilesLines
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-1/+1
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+14
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2017-06-07make error tables const and separate header fileRich Salz1-22/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov1-1/+5
2016-05-23Remove unused error/function codes.Rich Salz1-4/+3
2016-05-17Copyright consolidation 03/10Rich Salz1-48/+5
2016-03-07Add a function to detect if we have async or notMatt Caswell1-0/+2
2016-02-29Refactor the async wait fd logicMatt Caswell1-7/+24
2016-02-22Partial revert of 1288f26 and fix for no-asyncMatt Caswell1-9/+2
2016-02-17RT4310: Fix varous no-XXX buildsRich Salz1-0/+7
2016-02-09Auto init/deinit libcryptoMatt Caswell1-2/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen1-1/+1
2015-11-20Implement windows async thread local variable supportMatt Caswell1-0/+1
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-3/+5
2015-11-20Simplify async pool handlingMatt Caswell1-0/+1
2015-11-20Swap to using proper windows pipesMatt Caswell1-1/+9
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell1-0/+2
2015-11-20Add ASYNC error codesMatt Caswell1-3/+25
2015-11-20Remove ASYNC_in_job()Matt Caswell1-1/+0
2015-11-20Implement local thread poolsMatt Caswell1-1/+1
2015-11-20Initial Async notify code changesMatt Caswell1-0/+5
2015-11-20Add ASYNC_JOB poolsMatt Caswell1-2/+6
2015-11-20Async clean upsMatt Caswell1-1/+0
2015-11-20Async port to windowsMatt Caswell1-0/+2
2015-11-20Add async sub-library to libcryptoMatt Caswell1-0/+77