aboutsummaryrefslogtreecommitdiffstats
path: root/test/asynctest.c
Commit message (Expand)AuthorAgeFilesLines
* asynctest: don't depend on appsEmilia Kasper2017-03-281-1/+0
* Add test to show wrong behavior of ASYNC_WAIT_CTXAndrea Grandi2017-02-131-4/+25
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-1/+1
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-0/+4
* Copyright consolidation 02/10Rich Salz2016-05-171-53/+5
* Some platforms provide getcontext() but it does not workMatt Caswell2016-03-161-31/+14
* Fix use before init warnings in asynctestMatt Caswell2016-02-291-5/+5
* Refactor the async wait fd logicMatt Caswell2016-02-291-52/+87
* Auto init/deinit libcryptoMatt Caswell2016-02-091-18/+18
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use POSIX functions on Cygwin, not Win32 functionCorinna Vinschen2016-01-181-2/+2
* mem functions cleanupRich Salz2016-01-071-2/+1
* Convert __thread to pthreads for Thread Local StorageMatt Caswell2015-11-201-19/+19
* Swap to using proper windows pipesMatt Caswell2015-11-201-3/+13
* Add ASYNC_block_pause and ASYNC_unblock_pauseMatt Caswell2015-11-201-3/+33
* Fix ASYNC null implementationMatt Caswell2015-11-201-0/+3
* Add ASYNC testsMatt Caswell2015-11-201-0/+256