aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix
Commit message (Expand)AuthorAge
* 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
* kqueue: eliminate extra locking on each I/OGarrett D'Amore2024-12-18
* POSIX poller: add support for select, and for choosing the pollerGarrett D'Amore2024-12-17
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* Remove the NNG_OPT_IPC_SECURITY_DESCRIPTOR option.Garrett D'Amore2024-11-24
* ipc: Add NNG_OPT_REMADDR for dialer.Garrett D'Amore2024-11-23
* Use 32-bit port numbers.Garrett D'Amore2024-11-21
* URL refactor part 1.Garrett D'Amore2024-11-18
* URL u_port should be a number not a string.Garrett D'Amore2024-11-17
* Cleanup POSIX platform initialization.Garrett D'Amore2024-11-11
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* Remove unused sockaddr NULL checkGarrett D'Amore2024-11-06
* remove nni_plat_println - we have nni_plat_printf which is good enoughGarrett D'Amore2024-11-05
* ipc: listener cancellation testGarrett D'Amore2024-11-05
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* Include sys/types.h to resolve possible missing typeGarrett D'Amore2024-10-28