summaryrefslogtreecommitdiff
path: root/include/openssl/async.h
Commit message (Expand)AuthorAgeFilesLines
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+14
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Remove redundant declarations of ERR_load_*_strings()Nick Mathewson2018-02-091-1/+0
* make error tables const and separate header fileRich Salz2017-06-071-22/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-1/+5
* Remove unused error/function codes.Rich Salz2016-05-231-4/+3
* Copyright consolidation 03/10Rich Salz2016-05-171-48/+5
* Add a function to detect if we have async or notMatt Caswell2016-03-071-0/+2
* Refactor the async wait fd logicMatt Caswell2016-02-291-7/+24
* Partial revert of 1288f26 and fix for no-asyncMatt Caswell2016-02-221-9/+2
* RT4310: Fix varous no-XXX buildsRich Salz2016-02-171-0/+7
* Auto init/deinit libcryptoMatt Caswell2016-02-091-2/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-1/+1
* Implement windows async thread local variable supportMatt Caswell2015-11-201-0/+1
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-3/+5
* Simplify async pool handlingMatt Caswell2015-11-201-0/+1
* Swap to using proper windows pipesMatt Caswell2015-11-201-1/+9
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-201-0/+2
* Add ASYNC error codesMatt Caswell2015-11-201-3/+25
* Remove ASYNC_in_job()Matt Caswell2015-11-201-1/+0
* Implement local thread poolsMatt Caswell2015-11-201-1/+1
* Initial Async notify code changesMatt Caswell2015-11-201-0/+5
* Add ASYNC_JOB poolsMatt Caswell2015-11-201-2/+6
* Async clean upsMatt Caswell2015-11-201-1/+0
* Async port to windowsMatt Caswell2015-11-201-0/+2
* Add async sub-library to libcryptoMatt Caswell2015-11-201-0/+77