aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-02New function: assuan_control.NIIBE Yutaka1-0/+21
2023-05-17Don't use ASSUAN_INVALID_PID for assuan_pid_t value.NIIBE Yutaka1-1/+1
2023-05-17w32: Cleaner semantics for PID and Process handle.NIIBE Yutaka1-0/+7
2023-05-11Fix the previous commit.NIIBE Yutaka1-0/+2
2023-05-11Fix calling gpgrt_get_syscall_clamp.NIIBE Yutaka1-6/+5
2022-04-05Take advantage of gpgrt_get_syscall_clamp function.NIIBE Yutaka1-0/+31
2017-11-15Add special check version request \001\001Werner Koch1-0/+2
2017-11-15Add an SPDX tag to all core files.Werner Koch1-17/+18
2015-08-07Wipe the context before releasing as an extra safeguard.Werner Koch1-1/+5
2013-02-22Add assuan_check_version and ASSUAN_VERSION_NUMBER.Werner Koch1-2/+93
2010-03-11Cleaned up the loggingWerner Koch1-0/+1
2010-01-14Fix NULL de-reference in debug code.Werner Koch1-2/+2
2009-10-162009-10-16 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-9/+17
2009-10-14Add new ducntion assuan_get_command_name. This makesWerner Koch1-1/+1
2009-09-29Allow apssing NULL to assuan_release.Werner Koch1-6/+9
2009-09-212009-09-19 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+177