aboutsummaryrefslogtreecommitdiff
path: root/src/core/aio.c
Commit message (Expand)AuthorAge
* aio: clear vector on advance (debugging aid)Garrett D'Amore2024-12-29
* aio: remove nni_aio_begin and nni_aio_scheduleGarrett D'Amore2024-12-26
* aio: nng_aio_defer replaced by nng_aio_startGarrett D'Amore2024-12-26
* aio: introduce nni_aio_reset to reset the aio before submitting more workGarrett D'Amore2024-12-26
* aio: introduce NNG_ESTOPPEDGarrett D'Amore2024-12-26
* nni_aio_start: introduce nni_aio_start to replace aio_begin, schedule, and deferGarrett D'Amore2024-12-26
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* aio: task_abort was a mistakeGarrett D'Amore2024-12-07
* aio: make sure aio is initialized before certain operationsGarrett D'Amore2024-12-07
* aio: stop has to wait for expirations to finishGarrett D'Amore2024-12-07
* fini: add drain mechanism for aio, reap, and task subsystemsGarrett D'Amore2024-12-07
* aio: separate stop / shutdown from fini (deallocate)Garrett D'Amore2024-12-07
* aio: do not reschedule or start operations when expire queue is exitingGarrett D'Amore2024-12-07
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* Fix case for infinite sleep.Garrett D'Amore2024-10-07
* Safer initialization of aiosGarrett D'Amore2024-05-30
* fix deadlock on socket closeAlexander Zilberkant2024-04-24
* fixes #1572 nng creates too many threadsGarrett D'Amore2024-01-01
* fixes #1728 surveyor could be simplified to not use timerGarrett D'Amore2023-12-17
* fixes #1523 rare SEGV in sub nni_list_removeGarrett D'Amore2023-11-25
* fixes #1619 expose expire threads tunablesPaulo Henrique Silva2023-08-27
* fixes #1619 Expose NNG_MAX_EXPIRE_THREADS via CMakeGarrett D'Amore2023-04-19
* Revert "fixes 1543 (#1616)"Garrett D'Amore2023-02-05
* fixes 1543 (#1616)josh salit2023-02-05
* fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_resultGarrett D'Amore2022-04-18
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* Remove unused eq_len member.Garrett D'Amore2021-10-11
* fixes #1488 aio expiration list performance work neededGarrett D'Amore2021-08-09
* * FIX #1486 by waking up latest aio each time. (#1487)JaylinYu2021-08-09
* Fix some unused variables.Garrett D'Amore2021-07-22
* fixes #1475 nni_aio_begin should not dispatch task on stopped aioGarrett D'Amore2021-07-22
* Fix the wrong ratio when expire queue shrink. (#1470)wangha2021-07-16
* Turn aio expire queue from nni list to array for efficiency. (#1449)wangha2021-07-06
* fixes #1172 nni_aio_lk is white hotGarrett D'Amore2020-12-20
* fixes #1380 nni_aio optimizationsGarrett D'Amore2020-12-20
* fixes #1377 nni_aio_fini should not reacquire nni_aio_lkGarrett D'Amore2020-12-20
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1313 support deferred nng_aio destructionGarrett D'Amore2020-12-12
* fixes #1337 nni aio user data could be removedGarrett D'Amore2020-11-10
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #1236 Deadlock triggered on nng_closeGarrett D'Amore2020-05-17
* Fix typos in commentsEvgeny Ermakov2020-02-13
* fixes #1094 Consider in-lining task and aioGarrett D'Amore2020-01-08
* fixes #1117 task structures should be inlinedGarrett D'Amore2020-01-06
* fixes #1096 inline all 16 iovs in aio (also consider reducing -- to 8?)Garrett D'Amore2020-01-04
* Address complaints found by lgtm.com.Garrett D'Amore2019-12-11
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #772 ineffectual assignment in aio_initGarrett D'Amore2018-11-01