aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix
Commit message (Expand)AuthorAge
* posix tcp: use after free in listener (need to stop before free)Garrett D'Amore2025-06-22
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* More nng_err -- this time for dialer and listener allocations.Garrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* TLS: break up the TLS layer a bit to refactor for DTLS.Garrett D'Amore2025-04-27
* posix_pollq_epoll.c:add EPOLLHUP flag to aovid code error continues executing...wangchen2025-03-15
* socketpair: use nng_errGarrett D'Amore2025-01-14
* posix: move tcpdialer definition out of shared headerGarrett D'Amore2025-01-05
* platform: remove reader/writer locksGarrett D'Amore2025-01-05
* platform: eliminate NNI_CV_INITIALIZER altogetherGarrett D'Amore2025-01-05
* pthreads: avoid double indirection for cv mutexGarrett D'Amore2025-01-05
* Liberally apply some UWYI (use what you include) to header filesGarrett D'Amore2025-01-05
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* poll poller: support concurrency for pollers using poll()Garrett D'Amore2024-12-30
* poller: port events scalability (illumos/Solaris)Garrett D'Amore2024-12-30
* fixes #530 POSIX pollqs should scale horizontally (epoll)Garrett D'Amore2024-12-30
* kqueue: support concurrent pollersGarrett D'Amore2024-12-30
* ipc test: add a case for IPC that never connectsGarrett D'Amore2024-12-30
* fixes #863 socket activation: for TCP and IPC (POSIX only)Garrett D'Amore2024-12-30
* posix: fall back to send if sendmsg is unavailable for ipc and tcpGarrett D'Amore2024-12-29
* udp: use a bounce buffer if we lack sendmsg or recvmsgGarrett D'Amore2024-12-29
* resolver: add some additional test coverageGarrett D'Amore2024-12-29
* resolver: use explicit resolver item provided by callerGarrett D'Amore2024-12-28
* tcp stream: add test for ESTATE getting port on unbound listenerGarrett D'Amore2024-12-28
* tcp: flatten the listener implementationGarrett D'Amore2024-12-28
* udp: use nni_aio_startGarrett D'Amore2024-12-26
* ipc: use nni_aio_startGarrett D'Amore2024-12-26
* resolver: use nni_aio_startGarrett D'Amore2024-12-26
* tcp: use nni_aio_startGarrett D'Amore2024-12-26
* sockfd: convert to use nni_aio_startGarrett D'Amore2024-12-26
* posix resolver: use nni_aio_deferGarrett D'Amore2024-12-24
* aio: introduce nni_aio_deferGarrett D'Amore2024-12-22
* posix tcp: use common refcnt implementationGarrett D'Amore2024-12-22
* port events poller (illumos/Solaris): use atomic events maskGarrett D'Amore2024-12-22
* epoll: use atomic event maskGarrett D'Amore2024-12-22
* pollers: use atomic bit masking operations to eliminate lockssGarrett D'Amore2024-12-22
* ipc dialer: use common refcnt logicGarrett D'Amore2024-12-22
* poll: sign extension bug + incorrect use leads to tiny max files on macOSGarrett D'Amore2024-12-22
* posix IPv6: BSD platforms us netinet6/in6.hGarrett D'Amore2024-12-21
* posix udp: AF_INET6 fixupGarrett D'Amore2024-12-21
* posix udp: More explicit checks for bogus address familyGarrett D'Amore2024-12-21
* posix udp: stop the PFD explicitly before finalizingGarrett D'Amore2024-12-21
* poll: fix poll based pollerGarrett D'Amore2024-12-21
* epoll: fixes for races and early wakeupsGarrett 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
* poll: performance improvements, simplificationsGarrett D'Amore2024-12-19
* posix pollers: expose pfd structures (for sizes) and fix poller selectionGarrett D'Amore2024-12-19