aboutsummaryrefslogtreecommitdiff
path: root/src/platform
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
* Various header file fixes... also fix compilation errors when HTTP is disabled.v2.0.0-alpha.6Garrett D'Amore2025-10-05
* remaps EAI_AGAIN to NNG_EADDRINVAL (#2169)Jon Gjengset2025-10-04
* Disable illumos event ports until we can debug them.Garrett D'Amore2025-08-24
* Improve tests for SUNOS socketpair.Garrett D'Amore2025-08-24
* OmniOS fixes.Garrett D'Amore2025-08-24
* Fix build error on omnios.Garrett D'Amore2025-08-24
* Fix omnios clang-19 not foundGarrett D'Amore2025-08-24
* posix tcp: use after free in listener (need to stop before free)Garrett D'Amore2025-06-22
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* 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
* Windows: Fix regression where no connections after 5 seconds can occurGarrett D'Amore2025-03-09
* Windows: Bring back hEvent -- needed for real IPC.Garrett D'Amore2025-02-18
* fixes #2092 nng_close may hang on Windowsv2.0.0-alpha.4Garrett D'Amore2025-01-26
* tests: add some tcp dialer local address testsGarrett D'Amore2025-01-14
* 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
* ipc/tcp stream tests: use dup() to avoid confusion and hang in teardownGarrett D'Amore2024-12-30
* bump test timeouts for CI/CDGarrett D'Amore2024-12-30
* fixup! fixes #863 socket activation: for TCP and IPC (POSIX only)Garrett D'Amore2024-12-30
* socket activation: test fixes (improve coverage, etc.)Garrett 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
* windows tcp: fix compilation warningGarrett D'Amore2024-12-28
* tcp stream: add test for ESTATE getting port on unbound listenerGarrett D'Amore2024-12-28
* windows tcp: Lookup extended TCP function pointers at startupGarrett 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