aboutsummaryrefslogtreecommitdiffstats
path: root/src/system-w32.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-07Use higher-layer assuan_transact for fdpassing.NIIBE Yutaka1-74/+2
2022-11-04w32: Support sendfd/recvfd through pipe connection.NIIBE Yutaka1-0/+77
2022-10-28fdpassing using pipe works on Windows.NIIBE Yutaka1-16/+0
2022-10-20experiment: New SENDFD command to implement sendfd feature.NIIBE Yutaka1-0/+12
2022-10-14experiment: Reliably send/recv fd passing, part 5/N.NIIBE Yutaka1-21/+23
2022-10-14experiment: Implement receving fd for Windows, part 4/N.NIIBE Yutaka1-34/+163
2022-10-12experiment: sendfd/recvfd on Windows, part 2/N.NIIBE Yutaka1-0/+15
2022-10-12experiment: sendfd/recvfd on Windows, part 1/N.NIIBE Yutaka1-2/+42
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