]> git.ipfire.org Git - thirdparty/openssl.git/history - test/asynctest.c
Fix various typos, repeated words, align some spelling to LDP.
[thirdparty/openssl.git] / test / asynctest.c
2022-09-23  Tianjia Zhangtest: Fix memory leak of asynctest
2022-05-03  Matt CaswellUpdate copyright year
2022-03-10  Arran Cudbard-Bellasync_posix: Allow custom stack allocation functions...
2020-10-15  Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01  Matt CaswellRun the withlibctx.pl script
2020-07-16  Richard LevitteUpdate copyright year
2020-06-28  Matt CaswellAdd a test to make sure ASYNC aware code gets the right...
2019-12-14  Rich SalzDeprecate most of debug-memory
2019-01-27  Ping Yuadd an additional async notification communication...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-29  Matt CaswellUpdate copyright year
2018-05-11  Kurt RoeckxUse void in all function definitions that do not take...
2017-03-28  Emilia Kasperasynctest: don't depend on apps
2017-02-13  Andrea GrandiAdd test to show wrong behavior of ASYNC_WAIT_CTX
2016-07-20  FdaSilvaYYFix a few if(, for(, while( inside code.
2016-07-08  Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-17  Rich SalzCopyright consolidation 02/10
2016-03-16  Matt CaswellSome platforms provide getcontext() but it does not...
2016-02-29  Matt CaswellFix use before init warnings in asynctest
2016-02-29  Matt CaswellRefactor the async wait fd logic
2016-02-09  Matt CaswellAuto init/deinit libcrypto
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-18  Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2016-01-07  Rich Salzmem functions cleanup
2015-11-20  Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20  Matt CaswellSwap to using proper windows pipes
2015-11-20  Matt CaswellAdd ASYNC_block_pause and ASYNC_unblock_pause
2015-11-20  Matt CaswellFix ASYNC null implementation
2015-11-20  Matt CaswellAdd ASYNC tests