aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/async_locl.h
AgeCommit message (Expand)AuthorFilesLines
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell1-2/+1
2016-02-29Refactor the async wait fd logicMatt Caswell1-7/+20
2016-02-09Auto init/deinit libcryptoMatt Caswell1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson1-1/+1
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni1-0/+9
2015-11-20Implement windows async thread local variable supportMatt Caswell1-1/+4
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-0/+1
2015-11-20Simplify async pool handlingMatt Caswell1-8/+8
2015-11-20Swap to using proper windows pipesMatt Caswell1-5/+5
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell1-0/+1
2015-11-20Normalise ASYNC namingMatt Caswell1-4/+4
2015-11-20Fix windows compilation warningsMatt Caswell1-0/+3
2015-11-20Implement windows async pool and notify supportMatt Caswell1-2/+2
2015-11-20Implement local thread poolsMatt Caswell1-0/+11
2015-11-20Initial Async notify code changesMatt Caswell1-0/+3
2015-11-20Add null async implementationMatt Caswell1-4/+1
2015-11-20Async port to windowsMatt Caswell1-0/+78