Make the ASYNC code default libctx aware
[openssl.git] / crypto / async / async.c
2020-06-28 Matt CaswellMake the ASYNC code default libctx aware
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-06-19 Matt CaswellProvide an ability to deregister thread stop handlers
2019-06-17 Matt CaswellTell the FIPS provider about thread stop events
2019-06-17 Matt CaswellConvert thread stop handling into a publish/subscribe...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-01 Matt CaswellUpdate copyright year
2018-04-26 Bernd EdlingerFix memleaks in async api
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-10-26 Paul YangSimplify the stack reservation
2017-09-27 PauliAdd stack space reservations.
2017-08-22 Rich SalzUse "" not <> for internal/ includes
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-03-02 Matt CaswellEnsure Async is deinited properly
2016-03-02 Matt CaswellConvert ASYNC code to use new Thread API
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-10 Matt CaswellAttempt to log an error if init failed
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-11-22 Viktor DukhovniAsync error handling and MacOS/X fixes
2015-11-20 Matt CaswellImplement windows async thread local variable support
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellSimplify async pool handling
2015-11-20 Matt CaswellSwap to using proper windows pipes
2015-11-20 Matt CaswellFix some style issues
2015-11-20 Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20 Matt CaswellFix Linux crash
2015-11-20 Matt CaswellTweak async documentation based on feedback
2015-11-20 Matt CaswellAdd ASYNC error codes
2015-11-20 Matt CaswellNormalise ASYNC naming
2015-11-20 Matt CaswellOptimise ASYNC_CTX handling
2015-11-20 Matt CaswellRemove ASYNC_in_job()
2015-11-20 Matt CaswellImplement windows async pool and notify support
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd ASYNC_JOB pools
2015-11-20 Matt CaswellAsync clean ups
2015-11-20 Matt CaswellAdd null async implementation
2015-11-20 Matt CaswellAsync port to windows
2015-11-20 Matt CaswellAdd async sub-library to libcrypto