aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-25logging: New function gpgrt_logv_domain.Werner Koch5-3/+22
2024-04-22core: New function gpgrt_add_post_log_func.Werner Koch7-2/+83
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
2024-04-08argparser: avoid endless loop due to a conf file read error.Werner Koch1-3/+18
2024-02-21argparse: Adjust help output for command mode.Werner Koch1-1/+7
2024-02-06core: Add "wipe" mode flag.Werner Koch2-9/+44
2024-02-06core: New function gpgrt_wipememory.Werner Koch7-1/+37
2024-02-06argparser: Implement a command mode.Werner Koch2-42/+115
2024-02-01gpgrt-config: Avoid warning about literals for curly braces.Jakub Jelen1-1/+1
2024-01-16estream: Fix call to string filter for estream-printf.NIIBE Yutaka1-18/+26
2023-09-27estream: String filter should NOT be called with non-nul string.NIIBE Yutaka1-3/+8
2023-07-28build: Support --verbose option for mkheader.NIIBE Yutaka1-4/+15
2023-06-09w32: Map ERROR_FILE_INVALID to EIO.Werner Koch1-0/+3
2023-05-26doc: Typo fixWerner Koch1-1/+1
2023-05-24core: Add hurd-amd64 supportSamuel Thibault3-0/+27
2023-05-24core: New mode flag "sequential" for gpgrt_fopen.Werner Koch1-3/+24
2023-05-17w32: Use _putenv_s when available.NIIBE Yutaka1-4/+28
2023-04-10gpgrt-config: Simplify to set gpgrt_libdir.NIIBE Yutaka1-6/+3
2023-04-06Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch2-3/+3
2023-04-06core: New error codes for PUKs and reset codes.Werner Koch2-1/+4
2023-04-04core: Add GPG_ERR_SOURCE_TKD.NIIBE Yutaka1-1/+2
2023-04-01m4: Fix behavior with older gpg-error-config and gpgrt-config.NIIBE Yutaka1-1/+2
2023-03-23m4: Fallback to $possible_libdir1, when not found with $CC.NIIBE Yutaka1-7/+4
2023-03-21Avoid segv in logging with improper use of the "socket://" .Werner Koch2-2/+6
2022-12-16core: Fix translations of --helpWerner Koch1-2/+7
2022-12-05Handle strerror_r failure on non-GNU systems.NIIBE Yutaka1-1/+15
2022-11-29gpgrt-config: Support a simple invocation.NIIBE Yutaka1-3/+73
2022-11-15gpg-error.m4: Factor out _AM_PATH_GPGRT_CONFIG.NIIBE Yutaka1-17/+32
2022-11-15Revert "spawn: Expose spawn functions."NIIBE Yutaka5-19/+27
2022-11-04spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka6-126/+187
2022-10-31spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka8-24/+63
2022-10-27spawn: Expose spawn functions.NIIBE Yutaka5-29/+17
2022-10-27Fix the comment for _gpgrt_spawn_process_fd, it's a variant.NIIBE Yutaka1-10/+9
2022-10-20gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka5-30/+39
2022-10-19spawn: Update changes from gnupg.NIIBE Yutaka4-10/+32
2022-09-21m4: Fix detection of gpgrt's libdir.Damien Goutte-Gattat1-1/+5
2022-09-15Remove extra semicolons.NIIBE Yutaka2-11/+11
2022-09-08Silence compiler warnings.NIIBE Yutaka2-3/+3
2022-08-25gpgrt-config: Strip system paths for --cflags and --libs.NIIBE Yutaka1-4/+10
2022-08-15build: Only install gpg-error-config when enabled.NIIBE Yutaka1-0/+5
2022-08-02w32: Convert REG_DWORD values to a string.Werner Koch1-0/+15
2022-07-28w32: Fix for bidirectional pipe.NIIBE Yutaka1-0/+6
2022-06-28Remove Windows CE support.NIIBE Yutaka15-423/+22
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
2022-04-04w32: Add ES_SYSHD_SOCK support for gpgrt_sysopen.NIIBE Yutaka4-2/+264
2022-03-29w32: Fix handle_to_pid for MinGW-w64.NIIBE Yutaka1-7/+10
2022-03-28core: Fix support of posix-lock for FreeBSD.NIIBE Yutaka1-1/+35
2022-03-25w32: Fix for MinGW which doesn't define EOPNOTSUPP.NIIBE Yutaka1-0/+4