summaryrefslogtreecommitdiff
path: root/src/logging.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid segv in logging with improper use of the "socket://" .Werner Koch2023-03-211-2/+2
* Silence compiler warnings.NIIBE Yutaka2022-09-081-2/+2
* logging: Fix the previous commit.NIIBE Yutaka2022-04-071-1/+1
* logging: Fix gpgrt_log_get_fd for file.NIIBE Yutaka2022-04-071-68/+21
* logging: Also protect gpgrt_inc_errorcount against counter overflow.Werner Koch2020-02-101-7/+5
* logging: Fix the case of using socket_dir_cb which may return NULL.NIIBE Yutaka2019-09-181-3/+4
* estream: Increase buffer size for Windows.Werner Koch2019-03-191-1/+1
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-041-7/+14
* logging: Escape controls in string arguments of log_ functions.Werner Koch2018-12-061-1/+103
* core: Allow logging to an estream.Werner Koch2018-12-051-7/+14
* core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch2018-11-261-1/+1
* core: Fix regression on arm64 due to invalid use of va_list.Werner Koch2018-03-181-4/+14
* core: Rename the gpgrt_log_levels enum values.Werner Koch2017-12-081-26/+28
* core: Prepare to build with gpgscm.Werner Koch2017-11-281-1/+1
* core: Avoid endless recursion if log_set_sink has not been used.Werner Koch2017-11-271-2/+3
* w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch2017-11-171-4/+4
* core: Add logging API.Werner Koch2017-11-171-187/+305
* core: Change license of logging.[ch] to LGPLv2.1Werner Koch2017-10-051-22/+14
* core: Import of logging.[ch] from GnuPGWerner Koch2017-10-051-0/+1103