aboutsummaryrefslogtreecommitdiffstats
path: root/src/system-w32.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-16w32: Enable "w32_error" for assuan_sock_get_flag.NIIBE Yutaka1-3/+3
2023-07-24Add new pipe functions to control its server process.NIIBE Yutaka1-2/+24
2023-06-06w32: Fix closing for non-socket HANDLE.NIIBE Yutaka1-9/+4
2023-05-31w32: Fix error return for sending fd.NIIBE Yutaka1-6/+16
2023-05-17w32: Cleaner semantics for PID and Process handle.NIIBE Yutaka1-4/+4
2023-05-10w32: Fix the semantics of sending FD, it's Windows HANDLE.NIIBE Yutaka1-14/+7
2022-11-15w32: Fix confusion between process ID and process HANDLE.NIIBE Yutaka1-3/+3
2022-11-09w32: Have PROCESS_HANDLE in struct assuan_context_s.NIIBE Yutaka1-1/+1
2022-11-04w32: Support sendfd/recvfd through pipe connection.NIIBE Yutaka1-0/+77
2022-04-06w32: Store a flag if it's socket or not in Assuan CTX.NIIBE Yutaka1-34/+11
2022-04-05Fix API break.NIIBE Yutaka1-10/+0
2022-04-05Take advantage of gpgrt_get_syscall_clamp function.NIIBE Yutaka1-1/+1
2022-04-04w32: Fix assuan_socket_connect_fd to be usable.NIIBE Yutaka1-0/+10
2022-03-31Fix internal socket API to be consistent for SOCKET.NIIBE Yutaka1-7/+7
2021-03-09Support Unicode when starting servers on Windows.Werner Koch1-17/+31
2017-11-15Add an SPDX tag to all core files.Werner Koch1-16/+17
2015-12-01Fix typos found by codespell.Justus Winter1-1/+1
2014-11-07w32: Remove I/O delays due to our 100ms delay after an EAGAIN.Werner Koch1-0/+37
2013-02-22w32: Fix header inclusion order for newer toolchain.Werner Koch1-13/+12
2012-01-24Fix npth port file handle use.Marcus Brinkmann1-5/+5
2011-02-03Reroute all socket and connect through the nonce implemenation in assuan-sock...Marcus Brinkmann1-3/+13
2011-02-02Extend system hooks table by socket and connect functions.Marcus Brinkmann1-1/+18
2010-04-19More robust detection of socketsWerner Koch1-47/+85
2010-04-14Changes for W32CEWerner Koch1-1/+2
2010-03-22Changed the implementation of CreatePipe under W32CE.Werner Koch1-0/+27
2010-03-16Refactored platform system code.Werner Koch1-0/+466