summaryrefslogtreecommitdiffstats
path: root/crypto/async/arch/async_null.c
AgeCommit message (Expand)Author
2022-05-03Update copyright yearMatt Caswell
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-20Remove #error from include files.Rich Salz
2016-03-07Add a function to detect if we have async or notMatt Caswell
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
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 windows compilation warningsMatt Caswell
2015-11-20Fix ASYNC null implementationMatt Caswell