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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
aio.c
Commit message (
Expand
)
Author
Age
*
fix source formatting
shikokuchuo
2025-03-16
*
fix aio_reap_list use of nni_aio_free() pointer to incorrect function type UB...
shikokuchuo
2025-03-16
*
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
*
fixes #1117 task structures should be inlined
Garrett D'Amore
2020-01-06
*
fixes #1096 inline all 16 iovs in aio (also consider reducing -- to 8?)
Garrett D'Amore
2020-01-04
*
Address complaints found by lgtm.com.
Garrett D'Amore
2019-12-11
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
fixes #772 ineffectual assignment in aio_init
Garrett D'Amore
2018-11-01
*
remove redundant zero memset
QXSoftware
2018-09-09
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #625 aio->a_stop/aio_begin may be too severe
Garrett D'Amore
2018-08-07
*
fixes #623 nni_aio_stop could be better
Garrett D'Amore
2018-08-06
*
Revert "fixes #599 nng_dial sync should not return until added to socket"
Garrett D'Amore
2018-08-06
*
fixes #599 nng_dial sync should not return until added to socket
Garrett D'Amore
2018-08-05
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
fixes #535 aio->a_closed and aio->a_stop could be consolidated
Garrett D'Amore
2018-06-12
*
fixes #533 nni_aio_begin should not dispatch task on NNG_ECLOSED.
Garrett D'Amore
2018-06-12
*
fixes #511 Want to be able to have deferred destroy of tasks and aios
Garrett D'Amore
2018-06-09
*
fixes #445 crash in taskq_thread
Garrett D'Amore
2018-05-16
*
fixes #431 hang in taskq_wait
Garrett D'Amore
2018-05-15
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
[next]