summaryrefslogtreecommitdiff
path: root/test/asynctest.c
Commit message (Expand)AuthorAgeFilesLines
* test: Fix memory leak of asynctestTianjia Zhang2022-09-231-0/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-101-1/+49
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-16/+16
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-9/+9
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add a test to make sure ASYNC aware code gets the right default libctxMatt Caswell2020-06-281-1/+109
* Deprecate most of debug-memoryRich Salz2019-12-141-4/+1
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+38
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-5/+5
* 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