aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_aio.h
Commit message (Expand)AuthorAge
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* Adding sys/stat.h to src/platform/posix/posix_aio.h for building with muslMark Stevens2018-06-04
* fixes #462 mode_t missing during compilationGarrett D'Amore2018-05-20
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)Garrett D'Amore2018-05-06
* fixes #383 Would like peerid for IPCGarrett D'Amore2018-05-03
* fixes #6 Security attributes supportGarrett D'Amore2018-04-30
* fixes #105 Want NNG_OPT_TCP_NODELAY optionGarrett D'Amore2018-04-26
* fixes #262 NNG_OPT_URL should be resolvedGarrett D'Amore2018-03-04
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* fixes #5 Address propertiesGarrett D'Amore2017-10-03
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Make ipc work 100% async.Garrett D'Amore2017-07-05
* Separate out poller/pollq from basic socket operations.Garrett D'Amore2017-07-04
* pipedesc_read/write -> pipedesc_send/recv.Garrett D'Amore2017-06-30
* More progress on POSIX async connect stuff.Garrett D'Amore2017-06-30
* Begin work on async connect/accept for POSIX. Not referenced yet.Garrett D'Amore2017-06-29
* Pass cancel of IPC and TCP all the way down to POSIX pipedescs.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
* Async I/O for POSIX implemented using threads (untested.)Garrett D'Amore2017-02-24