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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
posix
/
posix_udp.c
Commit message (
Expand
)
Author
Age
*
fixes #1900 'u_int32_t' undeclared
Garrett D'Amore
2024-11-07
*
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