aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async/async_wait.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+35
* Following the license change, modify the boilerplates in crypto/async/Richard Levitte2018-12-061-1/+1
* Update copyright yearRichard Levitte2018-04-171-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-1/+1
* Prevent NULL dereference in async clear-fd codeBenjamin Kaduk2017-10-301-0/+1
* Further improvements to ASYNC_WAIT_CTX_clear_fdAndrea Grandi2017-02-131-16/+7
* Remove fd from the list when the engine clears the wait context before pauseAndrea Grandi2017-02-131-0/+27
* Copyright consolidation 04/10Rich Salz2016-05-171-48/+5
* Fix memory leak where fdlookup linked list is not freed duringSteven Linsell2016-03-211-7/+9
* Clarify ASYNC_WAIT_CTX_clear_fd() docsMatt Caswell2016-02-291-1/+2
* Refactor the async wait fd logicMatt Caswell2016-02-291-0/+233