aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/async.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni1-15/+17
2015-11-20Implement windows async thread local variable supportMatt Caswell1-2/+6
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-14/+30
2015-11-20Simplify async pool handlingMatt Caswell1-21/+51
2015-11-20Swap to using proper windows pipesMatt Caswell1-2/+2
2015-11-20Fix some style issuesMatt Caswell1-32/+34
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell1-3/+31
2015-11-20Fix Linux crashMatt Caswell1-0/+8
2015-11-20Tweak async documentation based on feedbackMatt Caswell1-3/+3
2015-11-20Add ASYNC error codesMatt Caswell1-8/+28
2015-11-20Normalise ASYNC namingMatt Caswell1-57/+57
2015-11-20Optimise ASYNC_CTX handlingMatt Caswell1-8/+4
2015-11-20Remove ASYNC_in_job()Matt Caswell1-8/+0
2015-11-20Implement windows async pool and notify supportMatt Caswell1-6/+17
2015-11-20Implement local thread poolsMatt Caswell1-20/+20
2015-11-20Initial Async notify code changesMatt Caswell1-0/+43
2015-11-20Add ASYNC_JOB poolsMatt Caswell1-19/+107
2015-11-20Async clean upsMatt Caswell1-5/+3
2015-11-20Add null async implementationMatt Caswell1-2/+4
2015-11-20Async port to windowsMatt Caswell1-102/+76
2015-11-20Add async sub-library to libcryptoMatt Caswell1-0/+275