summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Update documentation for the method spawn and waitpid.HEADmasterNIIBE Yutaka2023-05-171-2/+2
* w32: File handle passing to server is now supported.NIIBE Yutaka2023-05-172-6/+14
* Don't use ASSUAN_INVALID_PID for assuan_pid_t value.NIIBE Yutaka2023-05-172-3/+3
* w32: Cleaner semantics for PID and Process handle.NIIBE Yutaka2023-05-1715-36/+119
* Fix comments.NIIBE Yutaka2023-05-172-2/+2
* Fix wrong return type for functions.NIIBE Yutaka2023-05-161-6/+6
* tests: Use -no-fast-install LDFLAGS for Windows.NIIBE Yutaka2023-05-121-0/+4
* Deprecate ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-05-112-2/+11
* Allow NULL for system_hooks.NIIBE Yutaka2023-05-111-0/+3
* Fix the previous commit.NIIBE Yutaka2023-05-111-0/+2
* Fix calling gpgrt_get_syscall_clamp.NIIBE Yutaka2023-05-111-6/+5
* tests: Fix for POSIX machine.NIIBE Yutaka2023-05-111-0/+2
* w32: Fix test header file for 64-bit Windows.NIIBE Yutaka2023-05-101-1/+7
* w32: Fix pipeconnect test program for Windows.NIIBE Yutaka2023-05-101-3/+22
* w32: Minor fixes for ifdef/endif for W32 and W64.NIIBE Yutaka2023-05-103-3/+3
* w32: Fix the semantics of sending FD, it's Windows HANDLE.NIIBE Yutaka2023-05-103-29/+33
* Implement timeout in assuan_sock_connect_byname.NIIBE Yutaka2023-05-083-24/+52
* build: Update gpg-error.m4.NIIBE Yutaka2023-04-051-23/+36
* w32: Fix assuan_socket_connect.NIIBE Yutaka2023-01-041-1/+2
* Fix make dist targetAndre Heinecke2022-11-181-1/+1
* w32: Fix confusion between process ID and process HANDLE.NIIBE Yutaka2022-11-154-12/+12
* doc: Update the description about pkg-config.NIIBE Yutaka2022-11-151-12/+14
* w32: Have PROCESS_HANDLE in struct assuan_context_s.NIIBE Yutaka2022-11-094-10/+17
* tests: Use common code for Windows.NIIBE Yutaka2022-11-091-8/+2
* tests: Add fdpassing-socket.sh script.NIIBE Yutaka2022-11-084-64/+208
* w32: Support fd passing through socket.NIIBE Yutaka2022-11-072-1/+29
* w32: Support fd passing through pipe.NIIBE Yutaka2022-11-074-18/+58
* Show the pid of listening process in the hello line.NIIBE Yutaka2022-11-071-1/+1
* w32: Support sendfd/recvfd through pipe connection.NIIBE Yutaka2022-11-044-8/+91
* w32: Add SENDFD internal command.NIIBE Yutaka2022-11-041-0/+48
* client: Only call _assuan_waitpid when it's not socket.NIIBE Yutaka2022-11-041-1/+2
* build: Prefer gpgrt-config when available.NIIBE Yutaka2022-11-011-2/+2
* w32: Fix make distAndre Heinecke2022-10-251-1/+1
* Fix an explanation for socket on Windows.NIIBE Yutaka2022-10-241-1/+1
* build: Update gpg-error.m4.NIIBE Yutaka2022-10-241-1/+5
* build: Remove WindowsCE support from mkheader.NIIBE Yutaka2022-10-122-30/+3
* Silence compiler warnings.NIIBE Yutaka2022-09-081-2/+2
* Drop WindowsCE support.NIIBE Yutaka2022-08-3127-5288/+11
* build: Update config.guess, config.sub, and config.rpath.NIIBE Yutaka2022-07-193-1965/+2324
* build: Update gpg-error.m4.NIIBE Yutaka2022-06-281-1/+2
* Fix the previous commit.NIIBE Yutaka2022-06-201-1/+1
* Don't access NULL by wipememory.NIIBE Yutaka2022-06-201-1/+1
* tests: Remove dead codeJakub Jelen2022-06-081-1/+1
* config: Remove 18 years unused variableJakub Jelen2022-06-081-1/+0
* tests: Avoid leaking file descriptors on errorsJakub Jelen2022-06-081-0/+1
* client: Handle inquiry from server with CONFIDENTIAL.NIIBE Yutaka2022-05-253-2/+16
* struct assuan_context_s: Move boolean fields to flags.NIIBE Yutaka2022-05-256-40/+39
* client: Wipe the inbound buffer when CONFIDENTIAL.NIIBE Yutaka2022-05-251-0/+2
* server,client: Wipe the outbound buffer when CONFIDENTIAL.NIIBE Yutaka2022-05-251-0/+2
* server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.NIIBE Yutaka2022-05-251-1/+7