Convert ASYNC code to use new Thread API
[openssl.git] / crypto / async / arch / async_posix.h
2016-03-02 Matt CaswellConvert ASYNC code to use new Thread API
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-04 Todd ShortAdd option to disable async
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-18 Corinna VinschenUse POSIX functions on Cygwin, not Win32 function
2015-11-22 Viktor DukhovniAsync error handling and MacOS/X fixes
2015-11-20 Matt CaswellConvert __thread to pthreads for Thread Local Storage
2015-11-20 Matt CaswellSimplify async pool handling
2015-11-20 Matt CaswellFurther OS-X deprecated warnings tweak
2015-11-20 Matt CaswellFix bug in async_fibre_makecontext for POSIX
2015-11-20 Matt CaswellFix compilation error on OS-X
2015-11-20 Matt CaswellSwap to using _longjmp/_setjmp instead of longjmp/setjmp
2015-11-20 Matt CaswellNormalise ASYNC naming
2015-11-20 Matt CaswellFix windows compilation warnings
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellUse longjmp at setjmp where possible
2015-11-20 Matt CaswellAsync port to windows