summaryrefslogtreecommitdiffstats
path: root/test/asynctest.c
AgeCommit message (Expand)Author
2017-02-13Add test to show wrong behavior of ASYNC_WAIT_CTXAndrea Grandi
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov
2016-05-17Copyright consolidation 02/10Rich Salz
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell
2016-02-29Fix use before init warnings in asynctestMatt 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-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen
2016-01-07mem functions cleanupRich Salz
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell
2015-11-20Swap to using proper windows pipesMatt Caswell
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell
2015-11-20Fix ASYNC null implementationMatt Caswell
2015-11-20Add ASYNC testsMatt Caswell