aboutsummaryrefslogtreecommitdiffstats
path: root/src/logging.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-22core: New function gpgrt_add_post_log_func.Werner Koch1-0/+67
2024-04-19logging: Indent continuation lines of log_printhex.Werner Koch1-6/+14
2024-04-12logging: Add a truncate keyword to log_printhex.Werner Koch1-0/+19
2023-03-21Avoid segv in logging with improper use of the "socket://" .Werner Koch1-2/+2
2022-09-08Silence compiler warnings.NIIBE Yutaka1-2/+2
2022-04-07logging: Fix the previous commit.NIIBE Yutaka1-1/+1
2022-04-07logging: Fix gpgrt_log_get_fd for file.NIIBE Yutaka1-68/+21
2020-02-10logging: Also protect gpgrt_inc_errorcount against counter overflow.Werner Koch1-7/+5
2019-09-18logging: Fix the case of using socket_dir_cb which may return NULL.NIIBE Yutaka1-3/+4
2019-03-19estream: Increase buffer size for Windows.Werner Koch1-1/+1
2019-01-04core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch1-7/+14
2018-12-06logging: Escape controls in string arguments of log_ functions.Werner Koch1-1/+103
2018-12-05core: Allow logging to an estream.Werner Koch1-7/+14
2018-11-26core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch1-1/+1
2018-03-18core: Fix regression on arm64 due to invalid use of va_list.Werner Koch1-4/+14
2017-12-08core: Rename the gpgrt_log_levels enum values.Werner Koch1-26/+28
2017-11-28core: Prepare to build with gpgscm.Werner Koch1-1/+1
2017-11-27core: Avoid endless recursion if log_set_sink has not been used.Werner Koch1-2/+3
2017-11-17w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch1-4/+4
2017-11-17core: Add logging API.Werner Koch1-187/+305
2017-10-05core: Change license of logging.[ch] to LGPLv2.1Werner Koch1-22/+14
2017-10-05core: Import of logging.[ch] from GnuPGWerner Koch1-0/+1103