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_udp.c
Commit message (
Expand
)
Author
Age
*
NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.
Garrett D'Amore
2025-10-26
*
Introduce DTLS transport for NNG.
Garrett D'Amore
2025-06-01
*
AIO: Use nng_err for cancellation callback instead of int.
Garrett D'Amore
2025-04-27
*
TLS: break up the TLS layer a bit to refactor for DTLS.
Garrett D'Amore
2025-04-27
*
udp: use a bounce buffer if we lack sendmsg or recvmsg
Garrett D'Amore
2024-12-29
*
udp: use nni_aio_start
Garrett D'Amore
2024-12-26
*
posix IPv6: BSD platforms us netinet6/in6.h
Garrett D'Amore
2024-12-21
*
posix udp: AF_INET6 fixup
Garrett D'Amore
2024-12-21
*
posix udp: More explicit checks for bogus address family
Garrett D'Amore
2024-12-21
*
posix udp: stop the PFD explicitly before finalizing
Garrett D'Amore
2024-12-21
*
posix pollers: inline the pfd and make callbacks constant
Garrett D'Amore
2024-12-20
*
POSIX poller: add support for select, and for choosing the poller
Garrett D'Amore
2024-12-17
*
Include sys/types.h to resolve possible missing type
Garrett D'Amore
2024-10-28
*
UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...
Garrett D'Amore
2024-06-02
*
fixes #1041 Abstract socket address for IPC
Garrett D'Amore
2020-11-08
*
Various clang tidy fixups in the POSIX pollers.
Garrett D'Amore
2019-12-26
*
Address complaints found by lgtm.com.
Garrett D'Amore
2019-12-11
*
fixes #664 aio cancellation could be better
Garrett D'Amore
2018-08-20
*
fixes #595 mutex leak and other minor errors in TCP
Garrett D'Amore
2018-07-18
*
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
*
fix a number of cppcheck complaints (not all)
Garrett D'Amore
2018-04-24
*
fixes #346 nng_recv() sometimes acts on null `msg` pointer
Garrett D'Amore
2018-04-20
*
fixes #269 nngcat unreliable with ZeroTier transport
Garrett D'Amore
2018-03-07
*
Simply posix pollq architecture somewhat.
Garrett D'Amore
2018-02-15
*
fixes #234 Investigate enabling more verbose compiler warnings
Garrett D'Amore
2018-02-14
*
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
*
Improve UDP test coverage, fix numerous issues found.
Garrett D'Amore
2017-10-05
*
ZeroTier transport implementation (work funded by Capitar IT Group BV)
Garrett D'Amore
2017-09-26
*
Fix bugs in UDP layer.
Garrett D'Amore
2017-09-05
*
fixes #41 Move DNS out of tcp transport
Garrett D'Amore
2017-08-21
*
Conditional platform inclusion cleanups.
Garrett D'Amore
2017-08-21
*
Provide versions of mutex, condvar, and aio init that never fail.
Garrett D'Amore
2017-08-16
*
COnvert UDP to new style.
Garrett D'Amore
2017-08-04
*
Initial swag at UDP (POSIX only) low level handling.
Garrett D'Amore
2017-07-25