aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/arch/async_null.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov1-4/+0
2016-05-17Copyright consolidation 04/10Rich Salz1-48/+5
2016-03-20Remove #error from include files.Rich Salz1-0/+2
2016-03-07Add a function to detect if we have async or notMatt Caswell1-0/+5
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell1-9/+0
2016-02-29Refactor the async wait fd logicMatt Caswell1-20/+0
2016-02-09Auto init/deinit libcryptoMatt Caswell1-5/+0
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-22Async error handling and MacOS/X fixesViktor Dukhovni1-1/+1
2015-11-20Implement windows async thread local variable supportMatt Caswell1-1/+14
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-0/+10
2015-11-20Simplify async pool handlingMatt Caswell1-35/+0
2015-11-20Swap to using proper windows pipesMatt Caswell1-3/+3
2015-11-20Fix windows compilation warningsMatt Caswell1-0/+15
2015-11-20Fix ASYNC null implementationMatt Caswell1-0/+95