aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_ipcconn.c
Commit message (Expand)AuthorAge
* Plumb sockaddrs all the way through pipes, make them failsafe.Garrett D'Amore2025-10-25
* Add stream direct address functions for socket addresses.Garrett D'Amore2025-10-25
* 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
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* posix: fall back to send if sendmsg is unavailable for ipc and tcpGarrett D'Amore2024-12-29
* ipc: use nni_aio_startGarrett D'Amore2024-12-26
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* posix: fix for IPC and TCP dialingGarrett D'Amore2024-12-21
* posix pollers: inline the pfd and make callbacks constantGarrett D'Amore2024-12-20
* POSIX poller: add support for select, and for choosing the pollerGarrett D'Amore2024-12-17
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* ipc: refactor get peerid support to use common POSIX codeGarrett D'Amore2023-12-29
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* Clean up some warnings.Garrett D'Amore2020-11-08
* fixes #1041 Abstract socket address for IPCGarrett D'Amore2020-11-08
* Fix build on FreeBSD (#1272)Steve Wills2020-08-04
* nng: support NNG_OPT_IPC_PEER_PID on modern macOS systemsRichard Markiewicz2020-06-15
* 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
* Address complaints found by lgtm.com.Garrett D'Amore2019-12-11
* fixes #970 TCP connections through docker-proxy do not reconnectGarrett D'Amore2019-09-24
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* fixes #834 Simplify IPC internal API & updateGarrett D'Amore2018-12-31
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixed compilation error on OpenBSD, missing sockpeercred (#659)Francisc Simon2018-08-19
* Revert "fixes #599 nng_dial sync should not return until added to socket"Garrett D'Amore2018-08-06
* fixes #599 nng_dial sync should not return until added to socketGarrett D'Amore2018-08-05
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18