aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup spawn API implementation.NIIBE Yutaka2024-06-063-95/+57
* Fix return type of gpgrt_b64dec_*.NIIBE Yutaka2024-06-062-4/+4
* spawn:w32: Allow for up to 32 inherited handles.Werner Koch2024-06-051-2/+2
* spawn: Avoid bumping the error counter.Werner Koch2024-06-052-20/+22
* spawn: Expose spawn functions API.NIIBE Yutaka2024-06-059-129/+184
* spawn:w32: Fix setting of dwFlags for CreateProcess.NIIBE Yutaka2024-06-041-1/+2
* spawn: Allow NULL for ACT.NIIBE Yutaka2024-05-302-2/+19
* Fix process termination check at release.NIIBE Yutaka2024-05-292-2/+2
* Fix how environment variables are specified for spawn.NIIBE Yutaka2024-05-293-10/+12
* Cleaner semantics for _gpgrt_process_spawn without a callback.NIIBE Yutaka2024-05-295-108/+211
* Import spawn functions from GnuPG master.NIIBE Yutaka2024-05-285-1132/+1245
* argparse: Fix a theoretical memory leak.Werner Koch2024-04-261-3/+4
* logging: New function gpgrt_logv_domain.Werner Koch2024-04-255-3/+22
* core: New function gpgrt_add_post_log_func.Werner Koch2024-04-227-2/+83
* logging: Indent continuation lines of log_printhex.Werner Koch2024-04-191-6/+14
* logging: Add a truncate keyword to log_printhex.Werner Koch2024-04-121-0/+19
* argparser: avoid endless loop due to a conf file read error.Werner Koch2024-04-081-3/+18
* argparse: Adjust help output for command mode.Werner Koch2024-02-211-1/+7
* core: Add "wipe" mode flag.Werner Koch2024-02-062-9/+44
* core: New function gpgrt_wipememory.Werner Koch2024-02-067-1/+37
* argparser: Implement a command mode.Werner Koch2024-02-062-42/+115
* gpgrt-config: Avoid warning about literals for curly braces.Jakub Jelen2024-02-011-1/+1
* estream: Fix call to string filter for estream-printf.NIIBE Yutaka2024-01-161-18/+26
* estream: String filter should NOT be called with non-nul string.NIIBE Yutaka2023-09-271-3/+8
* build: Support --verbose option for mkheader.NIIBE Yutaka2023-07-281-4/+15
* w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-06-091-0/+3
* doc: Typo fixWerner Koch2023-05-261-1/+1
* core: Add hurd-amd64 supportSamuel Thibault2023-05-243-0/+27
* core: New mode flag "sequential" for gpgrt_fopen.Werner Koch2023-05-241-3/+24
* w32: Use _putenv_s when available.NIIBE Yutaka2023-05-171-4/+28
* gpgrt-config: Simplify to set gpgrt_libdir.NIIBE Yutaka2023-04-101-6/+3
* Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch2023-04-062-3/+3
* core: New error codes for PUKs and reset codes.Werner Koch2023-04-062-1/+4
* core: Add GPG_ERR_SOURCE_TKD.NIIBE Yutaka2023-04-041-1/+2
* m4: Fix behavior with older gpg-error-config and gpgrt-config.NIIBE Yutaka2023-04-011-1/+2
* m4: Fallback to $possible_libdir1, when not found with $CC.NIIBE Yutaka2023-03-231-7/+4
* Avoid segv in logging with improper use of the "socket://" .Werner Koch2023-03-212-2/+6
* core: Fix translations of --helpWerner Koch2022-12-161-2/+7
* Handle strerror_r failure on non-GNU systems.NIIBE Yutaka2022-12-051-1/+15
* gpgrt-config: Support a simple invocation.NIIBE Yutaka2022-11-291-3/+73
* gpg-error.m4: Factor out _AM_PATH_GPGRT_CONFIG.NIIBE Yutaka2022-11-151-17/+32
* Revert "spawn: Expose spawn functions."NIIBE Yutaka2022-11-155-19/+27
* spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka2022-11-046-126/+187
* spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka2022-10-318-24/+63
* spawn: Expose spawn functions.NIIBE Yutaka2022-10-275-29/+17
* Fix the comment for _gpgrt_spawn_process_fd, it's a variant.NIIBE Yutaka2022-10-271-10/+9
* gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka2022-10-205-30/+39
* spawn: Update changes from gnupg.NIIBE Yutaka2022-10-194-10/+32
* m4: Fix detection of gpgrt's libdir.Damien Goutte-Gattat2022-09-211-1/+5
* Remove extra semicolons.NIIBE Yutaka2022-09-152-11/+11