aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-06Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch2-3/+3
2023-04-06core: New error codes for PUKs and reset codes.Werner Koch2-1/+4
2023-04-04core: Add GPG_ERR_SOURCE_TKD.NIIBE Yutaka1-1/+2
2023-04-01m4: Fix behavior with older gpg-error-config and gpgrt-config.NIIBE Yutaka1-1/+2
2023-03-23m4: Fallback to $possible_libdir1, when not found with $CC.NIIBE Yutaka1-7/+4
2023-03-21Avoid segv in logging with improper use of the "socket://" .Werner Koch2-2/+6
2022-12-16core: Fix translations of --helpWerner Koch1-2/+7
2022-12-05Handle strerror_r failure on non-GNU systems.NIIBE Yutaka1-1/+15
2022-11-29gpgrt-config: Support a simple invocation.NIIBE Yutaka1-3/+73
2022-11-15gpg-error.m4: Factor out _AM_PATH_GPGRT_CONFIG.NIIBE Yutaka1-17/+32
2022-11-15Revert "spawn: Expose spawn functions."NIIBE Yutaka5-19/+27
2022-11-04spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka6-126/+187
2022-10-31spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka8-24/+63
2022-10-27spawn: Expose spawn functions.NIIBE Yutaka5-29/+17
2022-10-27Fix the comment for _gpgrt_spawn_process_fd, it's a variant.NIIBE Yutaka1-10/+9
2022-10-20gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka5-30/+39
2022-10-19spawn: Update changes from gnupg.NIIBE Yutaka4-10/+32
2022-09-21m4: Fix detection of gpgrt's libdir.Damien Goutte-Gattat1-1/+5
2022-09-15Remove extra semicolons.NIIBE Yutaka2-11/+11
2022-09-08Silence compiler warnings.NIIBE Yutaka2-3/+3
2022-08-25gpgrt-config: Strip system paths for --cflags and --libs.NIIBE Yutaka1-4/+10
2022-08-15build: Only install gpg-error-config when enabled.NIIBE Yutaka1-0/+5
2022-08-02w32: Convert REG_DWORD values to a string.Werner Koch1-0/+15
2022-07-28w32: Fix for bidirectional pipe.NIIBE Yutaka1-0/+6
2022-06-28Remove Windows CE support.NIIBE Yutaka15-423/+22
2022-04-07logging: Fix the previous commit.NIIBE Yutaka1-1/+1
2022-04-07logging: Fix gpgrt_log_get_fd for file.NIIBE Yutaka1-68/+21
2022-04-04w32: Add ES_SYSHD_SOCK support for gpgrt_sysopen.NIIBE Yutaka4-2/+264
2022-03-29w32: Fix handle_to_pid for MinGW-w64.NIIBE Yutaka1-7/+10
2022-03-28core: Fix support of posix-lock for FreeBSD.NIIBE Yutaka1-1/+35
2022-03-25w32: Fix for MinGW which doesn't define EOPNOTSUPP.NIIBE Yutaka1-0/+4
2022-03-04w32: Support file names longer than MAX_PATH.Werner Koch9-58/+327
2022-02-17gpg-error.m4: Fix use with older gpgrt-config (< 1.33).NIIBE Yutaka1-1/+2
2022-01-27Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch3-3/+4
2022-01-25core: Fix returning of option attributes for options with args.Werner Koch1-0/+11
2021-12-16tests: Fix gpg-error-config-test for PKG_CONFIG_LIBDIR.NIIBE Yutaka1-0/+4
2021-11-19build: Fix dependency to gpg-error-config-test.sh.NIIBE Yutaka1-1/+1
2021-11-12build: Fix for configure generated files.NIIBE Yutaka1-3/+3
2021-11-04estream: Only include sys/select.h when needed.NIIBE Yutaka1-3/+4
2021-11-03Release 1.43libgpg-error-1.43gpgrt-1.43Werner Koch2-2/+2
2021-11-03argparse: Add more system variables.Werner Koch1-4/+31
2021-10-31argparse: Add support to read values from the Windows Registry.Werner Koch1-56/+623
2021-10-22core: new internal function _gpgrt_w32_reg_get_string.Werner Koch2-6/+56
2021-09-10gpgrt-config: Fix behavior when PKG_CONFIG_LIBDIR="".NIIBE Yutaka1-1/+1
2021-08-06posix-lock: Support GNU C library 2.34 or later.NIIBE Yutaka1-2/+5
2021-08-05core: Minor clean up.NIIBE Yutaka1-3/+0
2021-06-21build: Fix --disable-threads.NIIBE Yutaka1-1/+1
2021-06-08core: Avoid truncation of error message in the middle of a character.NIIBE Yutaka1-0/+25
2021-05-20core: Make gpgrt_free robust against legacy free implementations.Werner Koch1-0/+12
2021-04-12build,tests: Fix leaks of memory or file pointer.Jakub Jelen1-0/+1