aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-06Cleanup spawn API implementation.NIIBE Yutaka3-95/+57
2024-06-06Fix return type of gpgrt_b64dec_*.NIIBE Yutaka2-4/+4
2024-06-05spawn:w32: Allow for up to 32 inherited handles.Werner Koch1-2/+2
2024-06-05spawn: Avoid bumping the error counter.Werner Koch2-20/+22
2024-06-05spawn: Expose spawn functions API.NIIBE Yutaka9-129/+184
2024-06-04spawn:w32: Fix setting of dwFlags for CreateProcess.NIIBE Yutaka1-1/+2
2024-05-30spawn: Allow NULL for ACT.NIIBE Yutaka2-2/+19
2024-05-29Fix process termination check at release.NIIBE Yutaka2-2/+2
2024-05-29Fix how environment variables are specified for spawn.NIIBE Yutaka3-10/+12
2024-05-29Cleaner semantics for _gpgrt_process_spawn without a callback.NIIBE Yutaka5-108/+211
2024-05-28Import spawn functions from GnuPG master.NIIBE Yutaka5-1132/+1245
2024-04-26argparse: Fix a theoretical memory leak.Werner Koch1-3/+4
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