summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* w32: Use _putenv_s when available.HEADmasterNIIBE 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
* Avoid segv in logging with improper use of the "socket://" .Werner Koch2023-03-212-2/+6
* core: Fix translations of --helpWerner Koch2022-12-161-2/+7
* Handle strerror_r failure on non-GNU systems.NIIBE Yutaka2022-12-051-1/+15
* gpgrt-config: Support a simple invocation.NIIBE Yutaka2022-11-291-3/+73
* gpg-error.m4: Factor out _AM_PATH_GPGRT_CONFIG.NIIBE Yutaka2022-11-151-17/+32
* Revert "spawn: Expose spawn functions."NIIBE Yutaka2022-11-155-19/+27
* spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka2022-11-046-126/+187
* spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka2022-10-318-24/+63
* spawn: Expose spawn functions.NIIBE Yutaka2022-10-275-29/+17
* Fix the comment for _gpgrt_spawn_process_fd, it's a variant.NIIBE Yutaka2022-10-271-10/+9
* gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka2022-10-205-30/+39
* spawn: Update changes from gnupg.NIIBE Yutaka2022-10-194-10/+32
* m4: Fix detection of gpgrt's libdir.Damien Goutte-Gattat2022-09-211-1/+5
* Remove extra semicolons.NIIBE Yutaka2022-09-152-11/+11
* Silence compiler warnings.NIIBE Yutaka2022-09-082-3/+3
* gpgrt-config: Strip system paths for --cflags and --libs.NIIBE Yutaka2022-08-251-4/+10
* build: Only install gpg-error-config when enabled.NIIBE Yutaka2022-08-151-0/+5
* w32: Convert REG_DWORD values to a string.Werner Koch2022-08-021-0/+15
* w32: Fix for bidirectional pipe.NIIBE Yutaka2022-07-281-0/+6
* Remove Windows CE support.NIIBE Yutaka2022-06-2815-423/+22
* logging: Fix the previous commit.NIIBE Yutaka2022-04-071-1/+1
* logging: Fix gpgrt_log_get_fd for file.NIIBE Yutaka2022-04-071-68/+21
* w32: Add ES_SYSHD_SOCK support for gpgrt_sysopen.NIIBE Yutaka2022-04-044-2/+264
* w32: Fix handle_to_pid for MinGW-w64.NIIBE Yutaka2022-03-291-7/+10
* core: Fix support of posix-lock for FreeBSD.NIIBE Yutaka2022-03-281-1/+35
* w32: Fix for MinGW which doesn't define EOPNOTSUPP.NIIBE Yutaka2022-03-251-0/+4
* w32: Support file names longer than MAX_PATH.Werner Koch2022-03-049-58/+327
* gpg-error.m4: Fix use with older gpgrt-config (< 1.33).NIIBE Yutaka2022-02-171-1/+2
* Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch2022-01-273-3/+4
* core: Fix returning of option attributes for options with args.Werner Koch2022-01-251-0/+11
* tests: Fix gpg-error-config-test for PKG_CONFIG_LIBDIR.NIIBE Yutaka2021-12-171-0/+4
* build: Fix dependency to gpg-error-config-test.sh.NIIBE Yutaka2021-11-191-1/+1
* build: Fix for configure generated files.NIIBE Yutaka2021-11-121-3/+3
* estream: Only include sys/select.h when needed.NIIBE Yutaka2021-11-041-3/+4
* Release 1.43libgpg-error-1.43gpgrt-1.43Werner Koch2021-11-032-2/+2
* argparse: Add more system variables.Werner Koch2021-11-031-4/+31
* argparse: Add support to read values from the Windows Registry.Werner Koch2021-10-311-56/+623
* core: new internal function _gpgrt_w32_reg_get_string.Werner Koch2021-10-222-6/+56
* gpgrt-config: Fix behavior when PKG_CONFIG_LIBDIR="".NIIBE Yutaka2021-09-101-1/+1
* posix-lock: Support GNU C library 2.34 or later.NIIBE Yutaka2021-08-061-2/+5
* core: Minor clean up.NIIBE Yutaka2021-08-051-3/+0
* build: Fix --disable-threads.NIIBE Yutaka2021-06-211-1/+1
* core: Avoid truncation of error message in the middle of a character.NIIBE Yutaka2021-06-081-0/+25