aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix gpg-error.c for preprocessor use.NIIBE Yutaka2019-09-241-4/+4
* gpgrt_setenv: Define behavior when value=NULL.NIIBE Yutaka2019-09-181-1/+1
* logging: Fix the case of using socket_dir_cb which may return NULL.NIIBE Yutaka2019-09-181-3/+4
* estream: Care about erroneous case for stream close.NIIBE Yutaka2019-09-181-10/+5
* core: Fix broken strings (first letter missing)Werner Koch2019-09-101-1/+1
* estream: Fix dead assigniment.Werner Koch2019-09-081-1/+0
* gpgrt-config: Support Libs.private and Requires.private.NIIBE Yutaka2019-09-041-0/+20
* estream: Fix gpgrt_poll at EOF.NIIBE Yutaka2019-08-231-1/+1
* estream: Fix gpgrt_poll to prevent waiting indefinitely for others.NIIBE Yutaka2019-08-231-0/+3
* estream: Fix poll condition.NIIBE Yutaka2019-08-221-3/+4
* New error codes NO_KEYBOXD, KEYBOXD, NO_SERVICE, and SERVICE.Werner Koch2019-08-051-0/+4
* w32: Fix cast to internal fd.NIIBE Yutaka2019-07-251-1/+1
* estream: Fix IS_INVALID_FD.NIIBE Yutaka2019-07-251-5/+1
* w32: Fix HANDLE to internal fd conversion.NIIBE Yutaka2019-07-241-6/+21
* build: Use {CFLAGS,CPPFLAGS, LDFLAGS}_FOR_BUILD for helper programsdkg-fix-T4643Daniel Kahn Gillmor2019-07-181-3/+6
* Fix signedness for a single-bit field.NIIBE Yutaka2019-07-111-3/+3
* estream: Add missing malloc check.Werner Koch2019-06-271-1/+6
* estream: Don't use variable length array.NIIBE Yutaka2019-06-261-1/+7
* estream: Use poll(2) when available.NIIBE Yutaka2019-06-261-0/+82
* tests: Skip the test when pkg-config is too old.NIIBE Yutaka2019-06-181-0/+6
* build: Take care of POSIX shell path.NIIBE Yutaka2019-06-184-4/+4
* Portability fix for PID.NIIBE Yutaka2019-06-181-1/+1
* build: Add failure exit for gpg-error-config build.NIIBE Yutaka2019-06-181-0/+1
* Detect to use strerror_s.NIIBE Yutaka2019-05-291-1/+9
* awk: Prepare for Gawk 5.0.NIIBE Yutaka2019-04-156-10/+10
* estream: Increase buffer size for Windows.Werner Koch2019-03-193-4/+10
* syscfg: Add armv7a-unknown-linux-gnueabihf as an alias.Werner Koch2019-03-191-0/+1
* New error codes NO_AUTH and BAD_AUTHWerner Koch2019-02-111-0/+2
* build: Fix for Microsoft MSVC.Werner Koch2019-02-041-2/+2
* Release 1.34libgpg-error-1.34gpgrt-1.34Werner Koch2019-01-164-4/+4
* Fix symbol name typo in gpg-error.def.inAndre Heinecke2019-01-141-1/+1
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-0415-46/+155
* estream: Use correct POSIX name THOUSEP.Werner Koch2018-12-121-5/+5
* syscfg: Add a riscv32 architectureAlistair Francis2018-12-112-0/+24
* gpgrt-config: Portability fix for use of expr.NIIBE Yutaka2018-12-091-3/+3
* Silence cc warning about snprintf redefinitionWerner Koch2018-12-071-0/+1
* Add W32-only function gpgrt_w32_override_locale.Werner Koch2018-12-074-21/+95
* logging: Escape controls in string arguments of log_ functions.Werner Koch2018-12-061-1/+103
* core: Allow logging to an estream.Werner Koch2018-12-051-7/+14
* Fix gpgrt_ftruncate declaration.Marcus Brinkmann2018-12-051-1/+1
* core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch2018-11-2610-35/+123
* core: Add a limited version of gpgrt_ftruncate.Werner Koch2018-11-267-1/+45
* core: New API gpgrt_cmp_versionWerner Koch2018-11-157-27/+183
* gpgrt-config: Prepend PKG_CONFIG_LIBDIR to PKG_CONFIG_PATH.NIIBE Yutaka2018-11-141-8/+23
* Fix typo in the annotation.NIIBE Yutaka2018-11-131-1/+1
* gpgrt.m4: Don't support --with-*-prefix or SYSROOT.NIIBE Yutaka2018-11-131-52/+4
* Fix a typo.NIIBE Yutaka2018-11-071-1/+1
* gpgrt-config: Don't support variable reference in --libdir option.NIIBE Yutaka2018-11-023-44/+36
* gpg-error.m4: Emit message when using gpgrt-config.NIIBE Yutaka2018-11-021-0/+2
* gpg-error.m4: Find gpgrt_libdir by CC.NIIBE Yutaka2018-11-022-18/+44