aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/async_wait.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-1/+1
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+35
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte1-1/+1
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-03Set error code on alloc failuresRich Salz1-2/+3
2017-12-07Consistent formatting for sizeof(foo)Rich Salz1-1/+1
2017-10-30Prevent NULL dereference in async clear-fd codeBenjamin Kaduk1-0/+1
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-05-17Copyright consolidation 04/10Rich Salz1-48/+5
2016-03-21Fix memory leak where fdlookup linked list is not freed duringSteven Linsell1-7/+9
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell1-1/+2
2016-02-29Refactor the async wait fd logicMatt Caswell1-0/+233