aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_tcpdial.c
Commit message (Expand)AuthorAge
* Remove the ability to get sockaddrs from endpoints.Garrett D'Amore2025-10-27
* NNG_OPT_BOUND_PORT replaces NNG_OPT_TCP/UDP_BOUND_PORT.Garrett D'Amore2025-10-26
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* posix: move tcpdialer definition out of shared headerGarrett D'Amore2025-01-05
* tcp: use nni_aio_startGarrett D'Amore2024-12-26
* posix tcp: use common refcnt implementationGarrett D'Amore2024-12-22
* posix IPv6: BSD platforms us netinet6/in6.hGarrett D'Amore2024-12-21
* posix: fix for IPC and TCP dialingGarrett D'Amore2024-12-21
* posix pollers: inline the pfd and make callbacks constantGarrett D'Amore2024-12-20
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* fixes #1675 undefined behavior in posix ipc_dialer_dialGarrett D'Amore2023-09-14
* Replace nni_aio_prov_set_extra with nni_aio_prov_set_data.Garrett D'Amore2021-12-31
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* fixes #1311 reduce wasted use for nni_aioGarrett D'Amore2020-10-31
* fixes #1112 POSIX pollq finalizers could be simplerGarrett D'Amore2020-01-05
* fixes #1037 http client crashes (pthread lock bugs)Garrett D'Amore2019-12-26
* Various clang tidy fixups in the POSIX pollers.Garrett D'Amore2019-12-26
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #825 TCP public API should use generic setopt/getoptGarrett D'Amore2018-12-31
* fixes #608 Add TCP support to specify local network interfaceGarrett D'Amore2018-08-27
* 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 #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16