summaryrefslogtreecommitdiffstats
path: root/crypto/async/async_wait.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-01-27add an additional async notification communication method based on callbackPing Yu
2018-12-06Following the license change, modify the boilerplates in crypto/async/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-10-30Prevent NULL dereference in async clear-fd codeBenjamin Kaduk
2017-02-13Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi
2017-02-13Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-21Fix memory leak where fdlookup linked list is not freed duringSteven Linsell
2016-02-29Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell
2016-02-29Refactor the async wait fd logicMatt Caswell