aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* 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
* 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
* files test: check to skip permissions before testingGarrett 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
* windows ipc: significant refactorGarrett D'Amore2024-12-09
* tests: add a test of canceling TCP stream listenerGarrett D'Amore2024-12-09