aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* argparse: Fix a memory leak.NIIBE Yutaka10 days1-0/+1
* Time for a new error code; this time GPG_ERR_UNEXPECTED_PACKETWerner Koch2025-05-161-0/+1
* Add commands mkdir and chdir to gpg-errorWerner Koch2025-04-241-32/+62
* w32: Yet another extended length path kludge.Werner Koch2025-04-241-3/+7
* w32: More changes to the extended length path handling.Werner Koch2025-04-221-32/+90
* Mark the initializations with __nonstring__ attribute.NIIBE Yutaka2025-04-212-0/+7
* Release 1.54libgpg-error-1.54gpgrt-1.54Werner Koch2025-04-171-1/+1
* w32: Fix extended length path handling for UNC specified files.Werner Koch2025-04-161-4/+26
* Add command --fopen to gpg-error to help testingWerner Koch2025-04-161-2/+22
* Use gpgrt_stream_t for the API of gpgrt_nvc_*.NIIBE Yutaka2025-04-091-2/+2
* Release 1.52libgpg-error-1.52gpgrt-1.52Werner Koch2025-04-083-3/+7
* argparse: Make getreg meta command work on Unix.Werner Koch2025-04-071-7/+93
* Add a section mode to the name-value functions.Werner Koch2025-04-072-9/+74
* Allow name-value lookup w/o a trailing colon for the name.Werner Koch2025-04-071-24/+59
* New public API gpgrt_nvc_* and gpgrt_nve_*Werner Koch2025-04-078-4/+1155
* Update the copyright notice.Werner Koch2025-04-071-1/+1
* w32: Improve the detection of the need for a \\?\ prefixWerner Koch2025-04-041-3/+5
* New public API gpgrt_strlist_*Werner Koch2025-04-0110-212/+353
* Add source file strlist.cWerner Koch2025-03-281-0/+355
* gpgrt-config: Append default directory to PKG_CONFIG_PATH.NIIBE Yutaka2025-02-061-11/+6
* Skip gpg-error-config-test.sh for specific incompatible pkg-config.NIIBE Yutaka2025-01-221-0/+9
* spawn: Care about closefrom/close call is interrupted.NIIBE Yutaka2025-01-141-62/+54
* spawn: Use closefrom when available.NIIBE Yutaka2025-01-081-2/+46
* New Windows API gpgrt_w32_reg_get_string.Werner Koch2024-12-126-8/+90
* spawn:w32: Fix a memory leak on an error path.NIIBE Yutaka2024-11-141-4/+4
* spawn: Shorter identifier gpgrt_spawn_actions_set_env_rev.NIIBE Yutaka2024-10-168-15/+15
* spawn: Add new function to modify environment.NIIBE Yutaka2024-10-118-8/+264
* 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
* 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