aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* 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
* performance: reference counters can use relaxed order when incrementingGarrett D'Amore2024-12-07
* fini: add drain mechanism for aio, reap, and task subsystemsGarrett D'Amore2024-12-07
* windows ipc: check the return value of nni_aio_scheduleGarrett D'Amore2024-12-03
* tests: convert files test to NUTSGarrett D'Amore2024-12-01
* tests: convert ipcsupp tests to NUTSGarrett D'Amore2024-11-30
* tests: convert tcpsupp test to NUTSGarrett D'Amore2024-11-30
* 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
* Introduce NUTS_SKIP and use it in a few tests.Garrett D'Amore2024-11-03
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03