aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32:spawn: Support pipe I/O for GPGRT_PROCESS_DETACHED.HEADmasterNIIBE Yutaka4 days1-208/+69
* w32:spawn: New flag GPGRT_PROCESS_STDIO_NUL.NIIBE Yutaka4 days2-11/+27
* w32:spawn: Fix resource leaks for HANDLEs by w32_open_null.NIIBE Yutaka4 days1-125/+126
* w32:spawn: Fix inheriting HANDLEs.NIIBE Yutaka5 days1-2/+2
* gpgrt-config: It's gcc which supports -print-search-dirs option.NIIBE Yutaka2025-07-021-1/+1
* spawn: Define _GPGRT_NEED_AFLOCAL for OS without AF_LOCAL.NIIBE Yutaka2025-06-301-0/+1
* spawn:posix: Use 1024 for arbitrary limit, following GPGME.NIIBE Yutaka2025-06-261-2/+2
* spawn:posix: Add an improvement when closefrom is not available.NIIBE Yutaka2025-06-262-25/+35
* posix:spawn: Use getdents64 when closefrom is not available.NIIBE Yutaka2025-06-261-24/+46
* spawn:posix: Fix spawning a process on POSIX machine.NIIBE Yutaka2025-06-231-5/+0
* w32: Allow building on Windows with gcc < 12Werner Koch2025-06-161-0/+4
* argparse: Remove a duplicated condition.Collin Funk via Gnupg-devel2025-06-101-1/+1
* argparse: Fix a memory leak.NIIBE Yutaka2025-05-281-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