summaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_udp.c
Commit message (Expand)AuthorAge
* fixes #1900 'u_int32_t' undeclaredGarrett D'Amore2024-11-07
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* Various clang tidy fixups in the POSIX pollers.Garrett D'Amore2019-12-26
* Address complaints found by lgtm.com.Garrett D'Amore2019-12-11
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18
* 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
* fix a number of cppcheck complaints (not all)Garrett D'Amore2018-04-24
* fixes #346 nng_recv() sometimes acts on null `msg` pointerGarrett D'Amore2018-04-20
* fixes #269 nngcat unreliable with ZeroTier transportGarrett D'Amore2018-03-07
* Simply posix pollq architecture somewhat.Garrett D'Amore2018-02-15
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* fixes #228 aio iov should have larger limits (dynamically allocated)Garrett D'Amore2018-02-05
* fixes #173 Define public HTTP server APIGarrett D'Amore2018-02-01
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* ZeroTier transport implementation (work funded by Capitar IT Group BV)Garrett D'Amore2017-09-26
* Fix bugs in UDP layer.Garrett D'Amore2017-09-05
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* COnvert UDP to new style.Garrett D'Amore2017-08-04
* Initial swag at UDP (POSIX only) low level handling.Garrett D'Amore2017-07-25