summaryrefslogtreecommitdiffstats
path: root/crypto/async/async.c
AgeCommit message (Expand)Author
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-05-17Copyright consolidation 04/10Rich Salz
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni
2016-03-02Ensure Async is deinited properlyMatt Caswell
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-10Attempt to log an error if init failedMatt Caswell
2016-02-10The new init functions can now fail so shouldn't be voidMatt Caswell
2016-02-10Rename INIT funtions, deprecate old ones.Rich Salz
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni
2015-11-20Implement windows async thread local variable supportMatt Caswell
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Simplify async pool handlingMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Fix some style issuesMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Fix Linux crashMatt Caswell
2015-11-20Tweak async documentation based on feedbackMatt Caswell
2015-11-20Add ASYNC error codesMatt Caswell
2015-11-20Normalise ASYNC namingMatt Caswell
2015-11-20Optimise ASYNC_CTX handlingMatt Caswell
2015-11-20Remove ASYNC_in_job()Matt Caswell
2015-11-20Implement windows async pool and notify supportMatt Caswell
2015-11-20Implement local thread poolsMatt Caswell
2015-11-20Initial Async notify code changesMatt Caswell
2015-11-20Add ASYNC_JOB poolsMatt Caswell
2015-11-20Async clean upsMatt Caswell
2015-11-20Add null async implementationMatt Caswell
2015-11-20Async port to windowsMatt Caswell
2015-11-20Add async sub-library to libcryptoMatt Caswell