aboutsummaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAge
* 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
* Include sys/types.h to resolve possible missing typeGarrett D'Amore2024-10-28
* Remove nng_stream_set function family.Garrett D'Amore2024-10-28
* remove legacy support for configuration of transport options on socketGarrett D'Amore2024-10-20
* posix: add getentropy() based RNGGarrett D'Amore2024-10-06
* fix maybe uninitialized warningshikokuchuo2024-10-05
* fix int-to-pointer conversion warningshikokuchuo2024-10-05
* fixes #1866 clock_gettime is not used on Android, even though availablev1.9.0Garrett D'Amore2024-09-07
* fixes #1837 IPC - Use After FreeGarrett D'Amore2024-08-13
* UDP: Introduce an experimental (undocumented for now) public API for UDP. (#1...Garrett D'Amore2024-06-02
* windows: refactor IPC to avoid possible hangs and use after free.Garrett D'Amore2024-05-30
* windows: TCP connection use-after-free fixesGarrett D'Amore2024-05-30
* windows: ipc listen use after freeGarrett D'Amore2024-05-30
* windows: ipc conn conn_aio not usedGarrett D'Amore2024-05-30
* windows: fix TCP use-after-free in listenerGarrett D'Amore2024-05-30
* windows: drop the hEvent initialization for win_io structures.Garrett D'Amore2024-05-30
* windows: IPC conn->conn_io is unusedGarrett D'Amore2024-05-30
* fixes #1825 Compiler warning due to unused variable in win_clock.cGarrett D'Amore2024-05-22
* Windows: add a check for broken legacy environments without timespec_get.Garrett D'Amore2024-05-22
* Added realtime clock support, and better timestamping.Garrett D'Amore2024-04-14
* add header to posix_rand_getrandom.cshikokuchuo2024-04-13