aboutsummaryrefslogtreecommitdiff
path: root/src/platform/windows/win_ipcconn.c
Commit message (Expand)AuthorAge
* Add stream direct address functions for socket addresses.Garrett D'Amore2025-10-25
* Converted property functions to use nng_err.Garrett D'Amore2025-04-27
* AIO: Use nng_err for cancellation callback instead of int.Garrett D'Amore2025-04-27
* fixes #2061 Move IPC parameters from uint64 to intGarrett D'Amore2025-01-03
* ipc: use nni_aio_startGarrett D'Amore2024-12-26
* streams: add explicit stop functionsGarrett D'Amore2024-12-12
* windows ipc: significant refactorGarrett D'Amore2024-12-09
* fixes #1837 IPC - Use After FreeGarrett D'Amore2024-08-13
* windows: refactor IPC to avoid possible hangs and use after free.Garrett D'Amore2024-05-30
* windows: ipc conn conn_aio not usedGarrett 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 #1543 Deadlock in nng_close(socket)Garrett D'Amore2024-02-25
* fixes #1372 nni_reap could be smallerGarrett D'Amore2020-12-19
* fixes #1071 tran_chkopt can be cleaned upGarrett D'Amore2020-11-15
* Minor spelling tweaks for the aio framework.Garrett D'Amore2020-11-09
* fixes #970 TCP connections through docker-proxy do not reconnectGarrett D'Amore2019-09-24
* fixes #872 create unified nng_stream APIGarrett D'Amore2019-02-16
* progress on IPC endpointsGarrett D'Amore2018-12-29
* IPC option rework (pipe/conn) to reduce code duplication.Garrett D'Amore2018-12-29
* fixes #823 Define public IPC (#824)Garrett D'Amore2018-12-22
* fixes #664 aio cancellation could be betterGarrett D'Amore2018-08-20
* fixes #595 mutex leak and other minor errors in TCPGarrett D'Amore2018-07-18