aboutsummaryrefslogtreecommitdiff
path: root/src/platform/windows
Commit message (Expand)AuthorAge
* fixes #863 socket activation: for TCP and IPC (POSIX only)Garrett D'Amore2024-12-30
* 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
* pollers: use atomic bit masking operations to eliminate lockssGarrett D'Amore2024-12-22
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* windows ipc: significant refactorGarrett 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
* 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
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* remove nni_plat_println - we have nni_plat_printf which is good enoughGarrett D'Amore2024-11-05
* Remove untyped nng_pipe_get, support for untyped sockaddr set.Garrett D'Amore2024-11-03
* 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
* fix maybe uninitialized warningshikokuchuo2024-10-05
* fix int-to-pointer conversion warningshikokuchuo2024-10-05
* 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
* fixes #1496 Provide NNG_ENABLE_IPV6 option (disabled by default)Garrett D'Amore2024-02-25
* fixes #1543 Deadlock in nng_close(socket)Garrett D'Amore2024-02-25
* windows: Add missing header for string.hGarrett D'Amore2024-02-25
* Fix warning from inconsistent socket_pair prototype.Garrett D'Amore2024-01-06
* fixes #1572 nng creates too many threadsGarrett D'Amore2024-01-01
* provide NNG_MAX_POLLER_THREADSGarrett D'Amore2023-12-29
* fixes #1746 Create a new socket:// transport for socketpair() based connectionsGarrett D'Amore2023-12-29
* Update win_tcpconn.cNissimBendanan2023-09-14
* Fixes the call to setsockopt(SO_UPDATE_ACCEPT_CONTEXT) on Windows (#1604)Ruben Valls2022-07-15