summaryrefslogtreecommitdiff
path: root/src/core/aio.h
Commit message (Expand)AuthorAge
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* remove unused typedefQXSoftware2018-09-09
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #419 want to nni_aio_stop without blocking (#428)Garrett D'Amore2018-05-15
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #422 nng_aio_fini_cb() could go awayGarrett D'Amore2018-05-09
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #324 nni_aio_set_synch leads to race conditionGarrett D'Amore2018-04-04
* fixes #281 desire nng_sleep_aio()Garrett D'Amore2018-03-12
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #171 Refactor aio to use generic data fieldsGarrett D'Amore2018-02-08
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Expose scatter/gather I/O vectors; we will use for HTTP API.Garrett D'Amore2018-01-29
* fixes #209 NNG_OPT_TLS_VERIFIED is bustedGarrett D'Amore2018-01-17
* fixes #2 Websocket transportGarrett D'Amore2017-12-26
* fixes #45 expose aio to applicationsGarrett D'Amore2017-10-25
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* All AIOs are initialized. Treat NULL AIOs as noop during stop.Garrett D'Amore2017-09-22
* Add support for synchronous AIO completions.Garrett D'Amore2017-09-22
* Allocate AIOs dynamically.Garrett D'Amore2017-09-22
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Thundering herd kills performance.Garrett D'Amore2017-08-10
* Refactor AIO logic to close numerous races and reduce complexity.Garrett D'Amore2017-08-04
* Eliminate the separate AIO wake callback, making nni_aio_waitGarrett D'Amore2017-07-21
* Simpler taskq API.Garrett D'Amore2017-07-21
* Yet more race condition fixes.Garrett D'Amore2017-07-20
* Fixes most of the raaces in posix; but at least one remains outstanding.Garrett D'Amore2017-07-18
* Fix close-related leak of pipes.Garrett D'Amore2017-07-18
* AIO timeouts work correctly now, using their own timer logic.Garrett D'Amore2017-07-16
* Race conditions removed... TCP tests work well know.Garrett D'Amore2017-07-15
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Initial swag at asynchronous name resolution.Garrett D'Amore2017-07-06
* Improved routines for list management.Garrett D'Amore2017-07-04
* Begin work on async connect/accept for POSIX. Not referenced yet.Garrett D'Amore2017-06-29
* Use common socket handling on POSIX (tcp done, ipc pending.)Garrett D'Amore2017-06-29
* Refactor stop again, closing numerous races (thanks valgrind!)Garrett D'Amore2017-06-28
* Convert to POSIX polled I/O for async; start of cancelable aio.Garrett D'Amore2017-06-27
* TCP (POSIX) async send/recv working. Other changes.Garrett D'Amore2017-03-29
* Pair protocol now callback driven.Garrett D'Amore2017-03-06
* Pipeline protocol now entirely callback driven.Garrett D'Amore2017-03-04
* Timer implementation. Operations can timeout now?Garrett D'Amore2017-03-03
* Start of msgq aio.Garrett D'Amore2017-03-01
* Rename ioev to aio. Eliminate generic cancel handling (not needed).Garrett D'Amore2017-02-23