summaryrefslogtreecommitdiffstats
path: root/crypto/async/async_locl.h
AgeCommit message (Expand)Author
2017-08-22Use "" not <> for internal/ includesRich Salz
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell
2016-02-09Auto init/deinit libcryptoMatt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-07Rename DECLARE*STACK_OF to DEFINE*STACK_OFDr. Stephen Henson
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-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Normalise ASYNC namingMatt Caswell
2015-11-20Fix windows compilation warningsMatt 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 null async implementationMatt Caswell
2015-11-20Async port to windowsMatt Caswell