summaryrefslogtreecommitdiff
path: root/src/system-w32.c
Commit message (Expand)AuthorAgeFilesLines
* w32: Cleaner semantics for PID and Process handle.NIIBE Yutaka2023-05-171-4/+4
* w32: Fix the semantics of sending FD, it's Windows HANDLE.NIIBE Yutaka2023-05-101-14/+7
* w32: Fix confusion between process ID and process HANDLE.NIIBE Yutaka2022-11-151-3/+3
* w32: Have PROCESS_HANDLE in struct assuan_context_s.NIIBE Yutaka2022-11-091-1/+1
* w32: Support sendfd/recvfd through pipe connection.NIIBE Yutaka2022-11-041-0/+77
* w32: Store a flag if it's socket or not in Assuan CTX.NIIBE Yutaka2022-04-061-34/+11
* Fix API break.NIIBE Yutaka2022-04-051-10/+0
* Take advantage of gpgrt_get_syscall_clamp function.NIIBE Yutaka2022-04-051-1/+1
* w32: Fix assuan_socket_connect_fd to be usable.NIIBE Yutaka2022-04-041-0/+10
* Fix internal socket API to be consistent for SOCKET.NIIBE Yutaka2022-03-311-7/+7
* Support Unicode when starting servers on Windows.Werner Koch2021-03-091-17/+31
* Add an SPDX tag to all core files.Werner Koch2017-11-151-16/+17
* Fix typos found by codespell.Justus Winter2015-12-011-1/+1
* w32: Remove I/O delays due to our 100ms delay after an EAGAIN.Werner Koch2014-11-071-0/+37
* w32: Fix header inclusion order for newer toolchain.Werner Koch2013-02-221-13/+12
* Fix npth port file handle use.Marcus Brinkmann2012-01-241-5/+5
* Reroute all socket and connect through the nonce implemenation in assuan-sock...Marcus Brinkmann2011-02-031-3/+13
* Extend system hooks table by socket and connect functions.Marcus Brinkmann2011-02-021-1/+18
* More robust detection of socketsWerner Koch2010-04-191-47/+85
* Changes for W32CEWerner Koch2010-04-141-1/+2
* Changed the implementation of CreatePipe under W32CE.Werner Koch2010-03-221-0/+27
* Refactored platform system code.Werner Koch2010-03-161-0/+466