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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
posix
/
posix_aio.h
Commit message (
Expand
)
Author
Age
*
NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.
Garrett D'Amore
2025-10-26
*
fixes #523 dialers could support multiple outstanding dial requests
Garrett D'Amore
2018-07-16
*
Adding sys/stat.h to src/platform/posix/posix_aio.h for building with musl
Mark Stevens
2018-06-04
*
fixes #462 mode_t missing during compilation
Garrett D'Amore
2018-05-20
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #396 illumos doesn't build (missing NNG_PLATFORM_POSIX ON)
Garrett D'Amore
2018-05-06
*
fixes #383 Would like peerid for IPC
Garrett D'Amore
2018-05-03
*
fixes #6 Security attributes support
Garrett D'Amore
2018-04-30
*
fixes #105 Want NNG_OPT_TCP_NODELAY option
Garrett D'Amore
2018-04-26
*
fixes #262 NNG_OPT_URL should be resolved
Garrett D'Amore
2018-03-04
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
fixes #173 Define public HTTP server API
Garrett D'Amore
2018-02-01
*
fixes #5 Address properties
Garrett D'Amore
2017-10-03
*
fixes #41 Move DNS out of tcp transport
Garrett D'Amore
2017-08-21
*
Give up on uncrustify; switch to clang-format.
Garrett D'Amore
2017-07-10
*
Make ipc work 100% async.
Garrett D'Amore
2017-07-05
*
Separate out poller/pollq from basic socket operations.
Garrett D'Amore
2017-07-04
*
pipedesc_read/write -> pipedesc_send/recv.
Garrett D'Amore
2017-06-30
*
More progress on POSIX async connect stuff.
Garrett D'Amore
2017-06-30
*
Begin work on async connect/accept for POSIX. Not referenced yet.
Garrett D'Amore
2017-06-29
*
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
*
Convert to POSIX polled I/O for async; start of cancelable aio.
Garrett D'Amore
2017-06-27
*
TCP (POSIX) async send/recv working. Other changes.
Garrett D'Amore
2017-03-29
*
Async I/O for POSIX implemented using threads (untested.)
Garrett D'Amore
2017-02-24