summaryrefslogtreecommitdiffstats
path: root/test/asynctest.c
AgeCommit message (Expand)Author
2022-09-23test: Fix memory leak of asynctestTianjia Zhang
2022-05-03Update copyright yearMatt Caswell
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-07-16Update copyright yearRichard Levitte
2020-06-28Add a test to make sure ASYNC aware code gets the right default libctxMatt Caswell
2019-12-14Deprecate most of debug-memoryRich Salz
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte
2018-05-29Update copyright yearMatt Caswell
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2017-03-28asynctest: don't depend on appsEmilia Kasper
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