aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 1.51libgpg-error-1.51gpgrt-1.51Werner Koch2024-11-112-3/+24
* Avoid use of 'nullptr' for an identifier.NIIBE Yutaka2024-10-221-4/+4
* spawn: Shorter identifier gpgrt_spawn_actions_set_env_rev.NIIBE Yutaka2024-10-169-16/+16
* spawn: Add new function to modify environment.NIIBE Yutaka2024-10-1110-9/+485
* w32: Fix releasing memory for UTF-8 text.NIIBE Yutaka2024-10-101-8/+8
* estream: Let poll return an error for a closed fd.Werner Koch2024-09-241-0/+5
* posix: Fix forgotten _gpgrt_post_syscall on error path.NIIBE Yutaka2024-09-191-0/+1
* 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
* Update version date of autogen.shWerner Koch2024-07-041-1/+1
* Put the full commit id into VERSION.Werner Koch2024-07-043-5/+10
* core: Declare environ for macOS and others.Werner Koch2024-06-201-0/+3
* Post release updatesWerner Koch2024-06-192-1/+7
* Release 1.50libgpg-error-1.50gpgrt-1.50Werner Koch2024-06-193-4/+48
* po: msgmergeWerner Koch2024-06-192-2/+134
* 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
* Post release updatesWerner Koch2024-04-252-1/+7
* Release 1.49libgpg-error-1.49Werner Koch2024-04-252-3/+8
* yat2m: Improve html output.Werner Koch2024-04-251-5/+25
* logging: New function gpgrt_logv_domain.Werner Koch2024-04-256-4/+28
* core: New function gpgrt_add_post_log_func.Werner Koch2024-04-228-2/+88
* 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
* Post release updatesWerner Koch2024-02-232-1/+8
* Release 1.48libgpg-error-1.48gpgrt-1.48Werner Koch2024-02-233-8/+10
* argparse: Adjust help output for command mode.Werner Koch2024-02-211-1/+7
* core: Add "wipe" mode flag.Werner Koch2024-02-063-10/+62
* core: New function gpgrt_wipememory.Werner Koch2024-02-067-1/+37