aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-07w32: Support fd passing through socket.NIIBE Yutaka2-1/+29
2022-11-07Use higher-layer assuan_transact for fdpassing.NIIBE Yutaka1-74/+2
2022-11-07w32: Support fd passing through pipe.NIIBE Yutaka2-3/+35
2022-11-07Show the pid of listening process in the hello line.NIIBE Yutaka1-1/+1
2022-11-04w32: Support sendfd/recvfd through pipe connection.NIIBE Yutaka4-8/+91
2022-11-04w32: Add SENDFD internal command.NIIBE Yutaka1-0/+48
2022-11-04client: Only call _assuan_waitpid when it's not socket.NIIBE Yutaka1-1/+2
2022-11-01build: Prefer gpgrt-config when available.NIIBE Yutaka1-2/+2
2022-10-28fdpassing using pipe works on Windows.NIIBE Yutaka3-17/+33
2022-10-27testing fdpassing.NIIBE Yutaka2-10/+9
2022-10-25w32: Fix make distAndre Heinecke1-1/+1
2022-10-24Fix an explanation for socket on Windows.NIIBE Yutaka1-1/+1
2022-10-20experiment: New SENDFD command to implement sendfd feature.NIIBE Yutaka2-0/+56
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 Yutaka3-34/+168
2022-10-14Remove debug printf.NIIBE Yutaka1-6/+1
2022-10-13Set ctx->pid even with TCP connection, useful for Windows.NIIBE Yutaka3-3/+29
2022-10-12experiment: sendfd/recvfd on Windows, part 2/N.NIIBE Yutaka3-0/+20
2022-10-12build: Remove WindowsCE support from mkheader.NIIBE Yutaka2-30/+3
2022-10-12experiment: sendfd/recvfd on Windows, part 1/N.NIIBE Yutaka1-2/+42
2022-09-08Silence compiler warnings.NIIBE Yutaka1-2/+2
2022-08-31Drop WindowsCE support.NIIBE Yutaka15-3216/+5
2022-06-20Fix the previous commit.NIIBE Yutaka1-1/+1
2022-06-20Don't access NULL by wipememory.NIIBE Yutaka1-1/+1
2022-06-08config: Remove 18 years unused variableJakub Jelen1-1/+0
2022-05-25client: Handle inquiry from server with CONFIDENTIAL.NIIBE Yutaka3-2/+16
2022-05-25struct assuan_context_s: Move boolean fields to flags.NIIBE Yutaka6-40/+39
2022-05-25client: Wipe the inbound buffer when CONFIDENTIAL.NIIBE Yutaka1-0/+2
2022-05-25server,client: Wipe the outbound buffer when CONFIDENTIAL.NIIBE Yutaka1-0/+2
2022-05-25server: Wipe out the memory used by assuan_inquire if CONFIDENTIAL.NIIBE Yutaka1-1/+7
2022-04-08Add assuan_sock_accept function.NIIBE Yutaka2-0/+27
2022-04-06w32: Store a flag if it's socket or not in Assuan CTX.NIIBE Yutaka5-34/+16
2022-04-05Fix API break.NIIBE Yutaka3-10/+20
2022-04-05build: Remove unused putc_unlocked.c.NIIBE Yutaka1-31/+0
2022-04-05Take advantage of gpgrt_get_syscall_clamp function.NIIBE Yutaka5-22/+179
2022-04-04w32: Fix assuan_socket_connect_fd to be usable.NIIBE Yutaka5-27/+16
2022-04-01build: Better cross build support.NIIBE Yutaka1-3/+3
2022-03-31Fix internal socket API to be consistent for SOCKET.NIIBE Yutaka5-34/+44
2022-03-31build: When no gpg-error-config, not install libassuan-config.NIIBE Yutaka1-0/+4
2022-03-31Remove GNU Pth support.NIIBE Yutaka5-162/+0
2022-03-29w32: Fix definition of type to be generated into assuan.h.NIIBE Yutaka1-0/+5
2021-03-22Release 2.5.5.libassuan-2.5.5Werner Koch2-2/+2
2021-03-09Support Unicode when starting servers on Windows.Werner Koch3-21/+36
2020-11-17m4: Update with newer autoconf constructs.NIIBE Yutaka1-1/+2
2020-11-12Fix crash when logging.Ben Kibbey1-1/+1
2020-10-23Release 2.5.4libassuan-2.5.4Werner Koch3-3/+3
2020-10-20Support Unicode socket file names under Windows.Werner Koch2-10/+6
2020-02-25build: Use Requires.private and Libs.private.NIIBE Yutaka1-1/+2
2019-11-27w32: Fix bad-function-cast warning.Werner Koch1-0/+7
2019-11-27doc: Minor comment cleanup and beautification.Werner Koch2-63/+81