aboutsummaryrefslogtreecommitdiff
path: root/crypto/async
AgeCommit message (Expand)AuthorFilesLines
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz1-1/+1
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-09-28Reorganize local header filesDr. Matthias St. Pierre6-5/+5
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre2-2/+2
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-07-16Regenerate mkerr filesRich Salz1-17/+2
2019-06-19Provide an ability to deregister thread stop handlersMatt Caswell1-2/+2
2019-06-17Tell the FIPS provider about thread stop eventsMatt Caswell1-3/+3
2019-06-17Convert thread stop handling into a publish/subscribe modelMatt Caswell1-4/+7
2019-01-27add an additional async notification communication method based on callbackPing Yu2-0/+38
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte10-10/+10
2018-10-19arch/async_posix.h: improve portability.Andy Polyakov1-1/+2
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-26Fix memleaks in async apiBernd Edlinger1-28/+46
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz2-3/+6
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-18Simplify Cygwin checks, part 1Richard Levitte1-1/+1
2017-12-07Consistent formatting for sizeof(foo)Rich Salz2-4/+4
2017-10-30Prevent NULL dereference in async clear-fd codeBenjamin Kaduk1-0/+1
2017-10-26Simplify the stack reservationPaul Yang1-3/+1
2017-09-28Add stack space reservations.Pauli1-1/+3
2017-08-30e_os.h removal from other headers and source files.Pauli1-1/+0
2017-08-22Use "" not <> for internal/ includesRich Salz2-2/+2
2017-06-07make error tables const and separate header fileRich Salz1-22/+20
2017-02-13Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi1-16/+7
2017-02-13Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi1-0/+27
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY2-3/+3
2016-07-08include/openssl: don't include <windows.h> in public headers.Andy Polyakov2-4/+4
2016-06-08Fixes to get -ansi workingJeffrey Walton1-1/+1
2016-06-01OpenBSD doesn't have ucontext.h so don't try and include itMatt Caswell1-1/+3
2016-05-23Remove unused error/function codes.Rich Salz1-8/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 04/10Rich Salz9-432/+46
2016-05-16Fold threads.h into crypto.h making API publicViktor Dukhovni1-1/+0
2016-05-02Android build fixes.Andy Polyakov1-1/+1
2016-04-20Remove --classic build entirelyRichard Levitte1-63/+0
2016-03-21Fix memory leak where fdlookup linked list is not freed duringSteven Linsell1-7/+9
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-20Remove #error from include files.Rich Salz1-0/+2
2016-03-16Some platforms provide getcontext() but it does not workMatt Caswell1-1/+7
2016-03-07Add a function to detect if we have async or notMatt Caswell3-1/+15
2016-03-02Ensure Async is deinited properlyMatt Caswell1-2/+0
2016-03-02Convert ASYNC code to use new Thread APIMatt Caswell8-114/+31
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell1-1/+2
2016-02-29Refactor the async wait fd logicMatt Caswell8-137/+266
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-13async_win.c: remove unused variableViktor Szakats1-2/+0