aboutsummaryrefslogtreecommitdiff
path: root/src/core/aio.h
Commit message (Expand)AuthorAge
* 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