Further libssl size_t-ify of reading
[openssl.git] / include / openssl / async.h
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-03-07 Matt CaswellAdd a function to detect if we have async or not
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-22 Matt CaswellPartial revert of 1288f26 and fix for no-async
2016-02-17 Rich SalzRT4310: Fix varous no-XXX builds
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
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 CaswellAdd ASYNC error codes
2015-11-20 Matt CaswellRemove ASYNC_in_job()
2015-11-20 Matt CaswellImplement local thread pools
2015-11-20 Matt CaswellInitial Async notify code changes
2015-11-20 Matt CaswellAdd ASYNC_JOB pools
2015-11-20 Matt CaswellAsync clean ups
2015-11-20 Matt CaswellAsync port to windows
2015-11-20 Matt CaswellAdd async sub-library to libcrypto