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 #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
*
Refactor AIO logic to close numerous races and reduce complexity.
Garrett D'Amore
2017-08-04
*
Eliminate the separate AIO wake callback, making nni_aio_wait
Garrett D'Amore
2017-07-21
*
Simpler taskq API.
Garrett D'Amore
2017-07-21
*
Yet more race condition fixes.
Garrett D'Amore
2017-07-20
*
Always run the AIO completion logic.
Garrett D'Amore
2017-07-19
*
Fixes most of the raaces in posix; but at least one remains outstanding.
Garrett D'Amore
2017-07-18
*
Sometimes providers don't clear the prov data details. (Backoff).
Garrett D'Amore
2017-07-18
*
Fix close-related leak of pipes.
Garrett D'Amore
2017-07-18
*
AIO timeouts work correctly now, using their own timer logic.
Garrett D'Amore
2017-07-16
*
Race conditions removed... TCP tests work well know.
Garrett D'Amore
2017-07-15
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Fixes for async resolver, plus a test suite for it.
Garrett D'Amore
2017-07-06
*
Improved routines for list management.
Garrett D'Amore
2017-07-04
*
inproc transport uses aio for connect/accept.
Garrett D'Amore
2017-07-03
*
Pass cancel of IPC and TCP all the way down to POSIX pipedescs.
Garrett D'Amore
2017-06-29
*
Refactor stop again, closing numerous races (thanks valgrind!)
Garrett D'Amore
2017-06-28
*
Fix taskq_cancel race.
Garrett D'Amore
2017-06-08
*
Start of close related race fixes. Scalability test.
Garrett D'Amore
2017-03-10
*
Pipeline protocol now entirely callback driven.
Garrett D'Amore
2017-03-04
*
Timer implementation. Operations can timeout now?
Garrett D'Amore
2017-03-03
*
Start of msgq aio.
Garrett D'Amore
2017-03-01
*
Rename ioev to aio. Eliminate generic cancel handling (not needed).
Garrett D'Amore
2017-02-23