aboutsummaryrefslogtreecommitdiff
path: root/src/core/aio.c
Commit message (Expand)AuthorAge
* 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
* remove redundant zero memsetQXSoftware2018-09-09
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #625 aio->a_stop/aio_begin may be too severeGarrett D'Amore2018-08-07
* fixes #623 nni_aio_stop could be betterGarrett D'Amore2018-08-06
* Revert "fixes #599 nng_dial sync should not return until added to socket"Garrett D'Amore2018-08-06
* fixes #599 nng_dial sync should not return until added to socketGarrett D'Amore2018-08-05
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #535 aio->a_closed and aio->a_stop could be consolidatedGarrett D'Amore2018-06-12
* fixes #533 nni_aio_begin should not dispatch task on NNG_ECLOSED.Garrett D'Amore2018-06-12
* fixes #511 Want to be able to have deferred destroy of tasks and aiosGarrett D'Amore2018-06-09
* fixes #445 crash in taskq_threadGarrett D'Amore2018-05-16
* fixes #431 hang in taskq_waitGarrett D'Amore2018-05-15
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #422 nng_aio_fini_cb() could go awayGarrett D'Amore2018-05-09
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* Fix valgrind warning in assert.Garrett D'Amore2018-04-10
* fixes #334 Separate context for state machines from socketsGarrett D'Amore2018-04-10
* fixes #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #323 aio's iov may be reusedGarrett D'Amore2018-03-30
* fixes #316 nni_aio_set_synch() usually doesn't do anythingGarrett D'Amore2018-03-30
* nng_sleep_aio should honor aio timeout.Garrett D'Amore2018-03-12
* fixes #281 desire nng_sleep_aio()Garrett D'Amore2018-03-12
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05