]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/async.h
make update
[thirdparty/openssl.git] / include / openssl / async.h
2022-05-03  Matt CaswellUpdate copyright year
2022-03-10  Arran Cudbard-Bellasync_posix: Allow custom stack allocation functions...
2019-11-07  Richard LevitteUpdate source files for deprecation at 3.0
2019-09-28  Dr. Matthias St... Add legacy include guards to public header files
2019-09-28  Dr. Matthias St... Fix header file include guard names
2019-01-27  Ping Yuadd an additional async notification communication...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13  Matt CaswellUpdate copyright year
2018-02-09  Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2017-06-07  Rich Salzmake error tables const and separate header file
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