index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
aio.c
Commit message (
Expand
)
Author
Age
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
fix aio_reap_list use of nni_aio_free() pointer to incorrect function type UB...
shikokuchuo
2025-04-27
*
aio: more nng_err updates
Garrett D'Amore
2025-01-14
*
api: extend usage of nng_err
Garrett D'Amore
2025-01-12
*
aio: clear vector on advance (debugging aid)
Garrett D'Amore
2024-12-29
*
aio: remove nni_aio_begin and nni_aio_schedule
Garrett D'Amore
2024-12-26
*
aio: nng_aio_defer replaced by nng_aio_start
Garrett D'Amore
2024-12-26
*
aio: introduce nni_aio_reset to reset the aio before submitting more work
Garrett D'Amore
2024-12-26
*
aio: introduce NNG_ESTOPPED
Garrett D'Amore
2024-12-26
*
nni_aio_start: introduce nni_aio_start to replace aio_begin, schedule, and defer
Garrett D'Amore
2024-12-26
*
aio: introduce nni_aio_defer
Garrett D'Amore
2024-12-22
*
aio: task_abort was a mistake
Garrett D'Amore
2024-12-07
*
aio: make sure aio is initialized before certain operations
Garrett D'Amore
2024-12-07
*
aio: stop has to wait for expirations to finish
Garrett D'Amore
2024-12-07
*
fini: add drain mechanism for aio, reap, and task subsystems
Garrett D'Amore
2024-12-07
*
aio: separate stop / shutdown from fini (deallocate)
Garrett D'Amore
2024-12-07
*
aio: do not reschedule or start operations when expire queue is exiting
Garrett D'Amore
2024-12-07
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
Fix case for infinite sleep.
Garrett D'Amore
2024-10-07
*
Safer initialization of aios
Garrett D'Amore
2024-05-30
*
fix deadlock on socket close
Alexander Zilberkant
2024-04-24
*
fixes #1572 nng creates too many threads
Garrett D'Amore
2024-01-01
*
fixes #1728 surveyor could be simplified to not use timer
Garrett D'Amore
2023-12-17
*
fixes #1523 rare SEGV in sub nni_list_remove
Garrett D'Amore
2023-11-25
*
fixes #1619 expose expire threads tunables
Paulo Henrique Silva
2023-08-27
*
fixes #1619 Expose NNG_MAX_EXPIRE_THREADS via CMake
Garrett D'Amore
2023-04-19
*
Revert "fixes 1543 (#1616)"
Garrett D'Amore
2023-02-05
*
fixes 1543 (#1616)
josh salit
2023-02-05
*
fixes #1574 Non-blocking version of nng_aio_wait / nng_aio_result
Garrett D'Amore
2022-04-18
*
Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.
Garrett D'Amore
2021-12-31
*
Remove unused eq_len member.
Garrett D'Amore
2021-10-11
*
fixes #1488 aio expiration list performance work needed
Garrett D'Amore
2021-08-09
*
* FIX #1486 by waking up latest aio each time. (#1487)
JaylinYu
2021-08-09
*
Fix some unused variables.
Garrett D'Amore
2021-07-22
*
fixes #1475 nni_aio_begin should not dispatch task on stopped aio
Garrett D'Amore
2021-07-22
*
Fix the wrong ratio when expire queue shrink. (#1470)
wangha
2021-07-16
*
Turn aio expire queue from nni list to array for efficiency. (#1449)
wangha
2021-07-06
*
fixes #1172 nni_aio_lk is white hot
Garrett D'Amore
2020-12-20
*
fixes #1380 nni_aio optimizations
Garrett D'Amore
2020-12-20
*
fixes #1377 nni_aio_fini should not reacquire nni_aio_lk
Garrett D'Amore
2020-12-20
*
fixes #1372 nni_reap could be smaller
Garrett D'Amore
2020-12-19
*
fixes #1313 support deferred nng_aio destruction
Garrett D'Amore
2020-12-12
*
fixes #1337 nni aio user data could be removed
Garrett D'Amore
2020-11-10
*
Minor spelling tweaks for the aio framework.
Garrett D'Amore
2020-11-09
*
fixes #1311 reduce wasted use for nni_aio
Garrett D'Amore
2020-10-31
*
fixes #960 NNG threads inherit application thread name
Garrett D'Amore
2020-08-08
*
fixes #1236 Deadlock triggered on nng_close
Garrett D'Amore
2020-05-17
*
Fix typos in comments
Evgeny Ermakov
2020-02-13
*
fixes #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
[next]