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.h
Commit message (
Expand
)
Author
Age
*
aio: more nng_err updates
Garrett D'Amore
2025-01-14
*
api: extend usage of nng_err
Garrett D'Amore
2025-01-12
*
udp: use a bounce buffer if we lack sendmsg or recvmsg
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
*
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
*
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
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
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 #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
*
fixes #1488 aio expiration list performance work needed
Garrett D'Amore
2021-08-09
*
fixes #1172 nni_aio_lk is white hot
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
*
Remove left over function prototypes.
Garrett D'Amore
2020-11-10
*
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 #1094 Consider in-lining task and aio
Garrett D'Amore
2020-01-08
*
fixes #1096 inline all 16 iovs in aio (also consider reducing -- to 8?)
Garrett D'Amore
2020-01-04
*
fixes #872 create unified nng_stream API
Garrett D'Amore
2019-02-16
*
remove unused typedef
QXSoftware
2018-09-09
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #419 want to nni_aio_stop without blocking (#428)
Garrett D'Amore
2018-05-15
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #422 nng_aio_fini_cb() could go away
Garrett D'Amore
2018-05-09
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #324 nni_aio_set_synch leads to race condition
Garrett D'Amore
2018-04-04
*
fixes #281 desire nng_sleep_aio()
Garrett D'Amore
2018-03-12
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
fixes #171 Refactor aio to use generic data fields
Garrett D'Amore
2018-02-08
*
fixes #228 aio iov should have larger limits (dynamically allocated)
Garrett D'Amore
2018-02-05
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
Expose scatter/gather I/O vectors; we will use for HTTP API.
Garrett D'Amore
2018-01-29
*
fixes #209 NNG_OPT_TLS_VERIFIED is busted
Garrett D'Amore
2018-01-17
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
fixes #45 expose aio to applications
Garrett D'Amore
2017-10-25
*
Improve UDP test coverage, fix numerous issues found.
Garrett D'Amore
2017-10-05
*
All AIOs are initialized. Treat NULL AIOs as noop during stop.
Garrett D'Amore
2017-09-22
*
Add support for synchronous AIO completions.
Garrett D'Amore
2017-09-22
*
Allocate AIOs dynamically.
Garrett D'Amore
2017-09-22
*
fixes #41 Move DNS out of tcp transport
Garrett D'Amore
2017-08-21
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
[next]