index
:
libassuan
LIBASSUAN-2.5-BRANCH
dkg-fix-T4641
gniibe/spawn
gniibe/t6236
gniibe/t6487
master
svn-import/libassuan-2.0.0
svn-import/pre-new-assuan-branch
A small library implementing the so-called Assuan protocol.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
system-w32.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-25
Add new pipe functions to control its server process.
gniibe/t6487
NIIBE Yutaka
1
-2
/
+24
2023-05-17
w32: Cleaner semantics for PID and Process handle.
NIIBE Yutaka
1
-4
/
+4
2023-05-10
w32: Fix the semantics of sending FD, it's Windows HANDLE.
NIIBE Yutaka
1
-14
/
+7
2022-11-15
w32: Fix confusion between process ID and process HANDLE.
NIIBE Yutaka
1
-3
/
+3
2022-11-09
w32: Have PROCESS_HANDLE in struct assuan_context_s.
NIIBE Yutaka
1
-1
/
+1
2022-11-04
w32: Support sendfd/recvfd through pipe connection.
NIIBE Yutaka
1
-0
/
+77
2022-04-06
w32: Store a flag if it's socket or not in Assuan CTX.
NIIBE Yutaka
1
-34
/
+11
2022-04-05
Fix API break.
NIIBE Yutaka
1
-10
/
+0
2022-04-05
Take advantage of gpgrt_get_syscall_clamp function.
NIIBE Yutaka
1
-1
/
+1
2022-04-04
w32: Fix assuan_socket_connect_fd to be usable.
NIIBE Yutaka
1
-0
/
+10
2022-03-31
Fix internal socket API to be consistent for SOCKET.
NIIBE Yutaka
1
-7
/
+7
2021-03-09
Support Unicode when starting servers on Windows.
Werner Koch
1
-17
/
+31
2017-11-15
Add an SPDX tag to all core files.
Werner Koch
1
-16
/
+17
2015-12-01
Fix typos found by codespell.
Justus Winter
1
-1
/
+1
2014-11-07
w32: Remove I/O delays due to our 100ms delay after an EAGAIN.
Werner Koch
1
-0
/
+37
2013-02-22
w32: Fix header inclusion order for newer toolchain.
Werner Koch
1
-13
/
+12
2012-01-24
Fix npth port file handle use.
Marcus Brinkmann
1
-5
/
+5
2011-02-03
Reroute all socket and connect through the nonce implemenation in assuan-sock...
Marcus Brinkmann
1
-3
/
+13
2011-02-02
Extend system hooks table by socket and connect functions.
Marcus Brinkmann
1
-1
/
+18
2010-04-19
More robust detection of sockets
Werner Koch
1
-47
/
+85
2010-04-14
Changes for W32CE
Werner Koch
1
-1
/
+2
2010-03-22
Changed the implementation of CreatePipe under W32CE.
Werner Koch
1
-0
/
+27
2010-03-16
Refactored platform system code.
Werner Koch
1
-0
/
+466