aboutsummaryrefslogtreecommitdiff
path: root/test/asynctest.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+38
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-5/+5
2017-03-28asynctest: don't depend on appsEmilia Kasper1-1/+0
2017-02-13Add test to show wrong behavior of ASYNC_WAIT_CTXAndrea Grandi1-4/+25
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-1/+1
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov1-0/+4
2016-05-17Copyright consolidation 02/10Rich Salz1-53/+5
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell1-31/+14
2016-02-29Fix use before init warnings in asynctestMatt Caswell1-5/+5
2016-02-29Refactor the async wait fd logicMatt Caswell1-52/+87
2016-02-09Auto init/deinit libcryptoMatt Caswell1-18/+18
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-18Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen1-2/+2
2016-01-07mem functions cleanupRich Salz1-2/+1
2015-11-20Convert __thread to pthreads for Thread Local StorageMatt Caswell1-19/+19
2015-11-20Swap to using proper windows pipesMatt Caswell1-3/+13
2015-11-20Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell1-3/+33
2015-11-20Fix ASYNC null implementationMatt Caswell1-0/+3
2015-11-20Add ASYNC testsMatt Caswell1-0/+256