]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/async/async_locl.h
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / async / async_locl.h
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-01-27  Ping Yuadd an additional async notification communication...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2017-08-22  Rich SalzUse "" not <> for internal/ includes
2016-07-08  Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-03-02  Matt CaswellConvert ASYNC code to use new Thread API
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-07  Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-11-22  Viktor DukhovniAsync error handling and MacOS/X fixes
2015-11-20  Matt CaswellImplement windows async thread local variable support
2015-11-20  Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20  Matt CaswellSimplify async pool handling
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 CaswellNormalise ASYNC naming
2015-11-20  Matt CaswellFix windows compilation warnings
2015-11-20  Matt CaswellImplement windows async pool and notify support
2015-11-20  Matt CaswellImplement local thread pools
2015-11-20  Matt CaswellInitial Async notify code changes
2015-11-20  Matt CaswellAdd null async implementation
2015-11-20  Matt CaswellAsync port to windows