summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gniibe/t6236gniibe/t6236NIIBE Yutaka2022-11-070-0/+0
|\
| * w32: Support fd passing through socket.NIIBE Yutaka2022-11-072-1/+29
* | Use higher-layer assuan_transact for fdpassing.NIIBE Yutaka2022-11-072-79/+5
* | Merge branch 'master' into gniibe/t6236NIIBE Yutaka2022-11-074-18/+27
|\ \ | |/
| * 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
* | Merge branch 'master' into gniibe/t6236NIIBE Yutaka2022-11-072-37/+8
|\ \ | |/
| * 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
* | Merge branch 'master' into gniibe/t6236NIIBE Yutaka2022-11-044-5/+9
|\ \ | |/
| * 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
* | fdpassing using pipe works on Windows.NIIBE Yutaka2022-10-284-24/+46
* | testing fdpassing.NIIBE Yutaka2022-10-274-14/+11
* | experiment: New SENDFD command to implement sendfd feature.NIIBE Yutaka2022-10-202-0/+56
* | experiment: Reliably send/recv fd passing, part 5/N.NIIBE Yutaka2022-10-141-21/+23
* | experiment: Implement receving fd for Windows, part 4/N.NIIBE Yutaka2022-10-143-34/+168
* | Remove debug printf.NIIBE Yutaka2022-10-141-6/+1
* | Set ctx->pid even with TCP connection, useful for Windows.NIIBE Yutaka2022-10-133-3/+29
* | Merge branch 'master' into gniibe/t6236NIIBE Yutaka2022-10-132-30/+3
|\ \ | |/
| * build: Remove WindowsCE support from mkheader.NIIBE Yutaka2022-10-122-30/+3
* | experiment: Add fdpassing-socket test for Windows, part 3/N.NIIBE Yutaka2022-10-122-2/+361
* | experiment: sendfd/recvfd on Windows, part 2/N.NIIBE Yutaka2022-10-123-0/+20
* | experiment: sendfd/recvfd on Windows, part 1/N.NIIBE Yutaka2022-10-121-2/+42
|/
* 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
* Add assuan_sock_accept function.NIIBE Yutaka2022-04-083-0/+35
* w32: Store a flag if it's socket or not in Assuan CTX.NIIBE Yutaka2022-04-065-34/+16
* Fix API break.NIIBE Yutaka2022-04-053-10/+20
* build: Remove unused putc_unlocked.c.NIIBE Yutaka2022-04-052-32/+0
* Take advantage of gpgrt_get_syscall_clamp function.NIIBE Yutaka2022-04-056-22/+182
* build: Fix listing m4 files.NIIBE Yutaka2022-04-051-1/+1
* w32: Fix assuan_socket_connect_fd to be usable.NIIBE Yutaka2022-04-045-27/+16
* build: Better cross build support.NIIBE Yutaka2022-04-013-18/+82
* Fix internal socket API to be consistent for SOCKET.NIIBE Yutaka2022-03-315-34/+44