aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix memory leak for spawn.NIIBE Yutaka2024-09-191-0/+1
* w32:spawn: Remove unused function get_max_fds.NIIBE Yutaka2024-09-161-21/+0
* w32: Clarify the environment block encoding.NIIBE Yutaka2024-09-061-0/+3
* w32: Add GPGRT_PROCESS_ALLOW_SET_FG for gpgrt_process_spawn.NIIBE Yutaka2024-08-272-2/+4
* w32: Allow initialization of new threads to utf8 mode.Werner Koch2024-08-024-9/+35
* Put the full commit id into VERSION.Werner Koch2024-07-041-2/+2
* core: Declare environ for macOS and others.Werner Koch2024-06-201-0/+3
* spawn: New flag GPGRT_PROCESS_NO_EUID_CHECKWerner Koch2024-06-192-8/+13
* spawn: Keep struct definitions at the top of the file.Werner Koch2024-06-192-34/+51
* Apply spell fix.NIIBE Yutaka2024-06-131-1/+1
* Fix gpg-error.m4.NIIBE Yutaka2024-06-131-14/+23
* spawn: Support the use case in libassuan where PGMNAME==NULL.NIIBE Yutaka2024-06-072-5/+24
* spawn: Expose gpgrt_spawn_actions functions.NIIBE Yutaka2024-06-066-8/+30
* spawn: Add new GPGRT_PROCESS_NO_CONSOLE for Windows.NIIBE Yutaka2024-06-062-0/+5
* 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