aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_sockaddr.c
Commit message (Expand)AuthorAge
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* posix IPv6: BSD platforms us netinet6/in6.hGarrett D'Amore2024-12-21
* Remove unused sockaddr NULL checkGarrett D'Amore2024-11-06
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* fixes #1022 Support tcp6 link local addressesGarrett D'Amore2020-10-29
* fixes #289 nng_sockaddr could just be a unionGarrett D'Amore2018-03-14
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* Introduce utility safe string handling functions.Garrett D'Amore2017-08-28
* Validate that we do not overrun sun_path in sockaddr_un.Garrett D'Amore2017-08-21
* fixes #41 Move DNS out of tcp transportGarrett D'Amore2017-08-21
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Initial swag at UDP (POSIX only) low level handling.Garrett D'Amore2017-07-25