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
*
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
*
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
*
Fix valgrind warning in assert.
Garrett D'Amore
2018-04-10
*
fixes #334 Separate context for state machines from sockets
Garrett D'Amore
2018-04-10
*
fixes #324 nni_aio_set_synch leads to race condition
Garrett D'Amore
2018-04-04
*
fixes #323 aio's iov may be reused
Garrett D'Amore
2018-03-30
*
fixes #316 nni_aio_set_synch() usually doesn't do anything
Garrett D'Amore
2018-03-30
*
nng_sleep_aio should honor aio timeout.
Garrett D'Amore
2018-03-12
*
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
*
Fix leaks on send.
Garrett D'Amore
2018-01-03
*
fixes #2 Websocket transport
Garrett D'Amore
2017-12-26
*
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
*
Endpoint cancellation needs lock protection.
Garrett D'Amore
2017-08-24
*
Eliminate legacy option settings, provide easier option IDs.
Garrett D'Amore
2017-08-24
*
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
*
Thundering herd kills performance.
Garrett D'Amore
2017-08-10
*
Don't clear the AIO provider data in finish.
Garrett D'Amore
2017-08-07
*
Subsystem initialize is idempotent; simplify cleanup.
Garrett D'Amore
2017-08-07
[next]