summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* w32: Use _putenv_s when available.HEADmasterNIIBE Yutaka2023-05-171-4/+28
* tests: Use -no-fast-install LDFLAGS for Windows.NIIBE Yutaka2023-05-121-0/+4
* Update autogen.sh to better support gpg4winWerner Koch2023-04-131-6/+15
* gpgrt-config: Simplify to set gpgrt_libdir.NIIBE Yutaka2023-04-101-6/+3
* po: Update Japanese Translation.NIIBE Yutaka2023-04-071-11/+7
* Post release updatesWerner Koch2023-04-062-1/+8
* Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch2023-04-065-8/+8
* po: Auto updateWerner Koch2023-04-0620-0/+320
* build: Make distcheck work againWerner Koch2023-04-062-1/+16
* core: New error codes for PUKs and reset codes.Werner Koch2023-04-064-2/+28
* core: Add GPG_ERR_SOURCE_TKD.NIIBE Yutaka2023-04-042-1/+6
* 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
* build: Improve the beta numbering by autogen.shWerner Koch2023-03-151-7/+18
* core: Fix translations of --helpWerner Koch2022-12-161-2/+7
* Add more tests for t-printf and t-strerror.pengyi2022-12-132-1/+29
* 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
* doc: Add man page of gpgrt-config.NIIBE Yutaka2022-11-292-2/+69
* 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-047-127/+191
* 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
* build: Remove potomo from repo.NIIBE Yutaka2022-10-111-64/+0
* Post release updatesWerner Koch2022-10-072-2/+8
* Release 1.46libgpg-error-1.46gpgrt-1.46Werner Koch2022-10-072-3/+27
* m4: Fix detection of gpgrt's libdir.Damien Goutte-Gattat2022-09-211-1/+5
* build: Fix installation of gpg-error-config.1.Damien Goutte-Gattat via Gnupg-devel2022-09-191-1/+5
* yat2m: Use __noreturn__ attribute.NIIBE Yutaka2022-09-151-1/+1
* 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: Omit -L<libdir> for standard paths on some 64-bit systemsIngo Klöcker2022-08-171-2/+2
* build: Only install gpg-error-config when enabled.NIIBE Yutaka2022-08-153-0/+19
* 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
* doc: Update gpgrt.texi for old gpg-error-config script.NIIBE Yutaka2022-07-221-44/+47
* build: Fix configure script.NIIBE Yutaka2022-07-191-14/+0
* build: Update config.guess, config.sub, and config.rpath.NIIBE Yutaka2022-07-193-891/+1259
* Remove Windows CE support.NIIBE Yutaka2022-06-2823-792/+27
* Typo fix in autogen.sh.NIIBE Yutaka2022-06-281-1/+1
* Merge branch 'master' of ssh+git://playfair.gnupg.org/git/libgpg-errorWerner Koch2022-04-079-79/+336
|\
| * 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