aboutsummaryrefslogtreecommitdiff
path: root/src/platform/windows
Commit message (Expand)AuthorAge
* Add stream direct address functions for socket addresses.Garrett D'Amore2025-10-25
* Fix typos across docs, comments, and CMakemochalins2025-06-02
* Introduce DTLS transport for NNG.Garrett D'Amore2025-06-01
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* Transport listen: use nng_errGarrett D'Amore2025-04-27
* More nng_err -- this time for dialer and listener allocations.Garrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* TLS: break up the TLS layer a bit to refactor for DTLS.Garrett D'Amore2025-04-27
* Windows: Fix regression where no connections after 5 seconds can occurGarrett D'Amore2025-03-09
* Windows: Bring back hEvent -- needed for real IPC.Garrett D'Amore2025-02-18
* fixes #2092 nng_close may hang on Windowsv2.0.0-alpha.4Garrett D'Amore2025-01-26
* platform: remove reader/writer locksGarrett D'Amore2025-01-05
* platform: eliminate NNI_CV_INITIALIZER altogetherGarrett D'Amore2025-01-05
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* 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