aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-06tools: Allow error symbol lookup w/o the GPG_ERR_ prefix.Werner Koch1-0/+71
2020-02-06build: Always pass -no-undefined to libtool.Werner Koch1-3/+1
2020-01-07build: Don't use -O0 which is not portable.NIIBE Yutaka1-1/+1
2019-12-13New error codes for SQLiteWerner Koch2-1/+48
2019-09-24Fix gpg-error.c for preprocessor use.NIIBE Yutaka1-4/+4
2019-09-18gpgrt_setenv: Define behavior when value=NULL.NIIBE Yutaka1-1/+1
2019-09-18logging: Fix the case of using socket_dir_cb which may return NULL.NIIBE Yutaka1-3/+4
2019-09-18estream: Care about erroneous case for stream close.NIIBE Yutaka1-10/+5
2019-09-10core: Fix broken strings (first letter missing)Werner Koch1-1/+1
2019-09-08estream: Fix dead assigniment.Werner Koch1-1/+0
2019-09-04gpgrt-config: Support Libs.private and Requires.private.NIIBE Yutaka1-0/+20
2019-08-23estream: Fix gpgrt_poll at EOF.NIIBE Yutaka1-1/+1
2019-08-23estream: Fix gpgrt_poll to prevent waiting indefinitely for others.NIIBE Yutaka1-0/+3
2019-08-22estream: Fix poll condition.NIIBE Yutaka1-3/+4
2019-08-05New error codes NO_KEYBOXD, KEYBOXD, NO_SERVICE, and SERVICE.Werner Koch1-0/+4
2019-07-25w32: Fix cast to internal fd.NIIBE Yutaka1-1/+1
2019-07-25estream: Fix IS_INVALID_FD.NIIBE Yutaka1-5/+1
2019-07-24w32: Fix HANDLE to internal fd conversion.NIIBE Yutaka1-6/+21
2019-07-18build: Use {CFLAGS,CPPFLAGS, LDFLAGS}_FOR_BUILD for helper programsdkg-fix-T4643Daniel Kahn Gillmor1-3/+6
2019-07-11Fix signedness for a single-bit field.NIIBE Yutaka1-3/+3
2019-06-27estream: Add missing malloc check.Werner Koch1-1/+6
2019-06-26estream: Don't use variable length array.NIIBE Yutaka1-1/+7
2019-06-26estream: Use poll(2) when available.NIIBE Yutaka1-0/+82
2019-06-18tests: Skip the test when pkg-config is too old.NIIBE Yutaka1-0/+6
2019-06-18build: Take care of POSIX shell path.NIIBE Yutaka4-4/+4
2019-06-18Portability fix for PID.NIIBE Yutaka1-1/+1
2019-06-18build: Add failure exit for gpg-error-config build.NIIBE Yutaka1-0/+1
2019-05-29Detect to use strerror_s.NIIBE Yutaka1-1/+9
2019-04-15awk: Prepare for Gawk 5.0.NIIBE Yutaka6-10/+10
2019-03-19estream: Increase buffer size for Windows.Werner Koch3-4/+10
2019-03-19syscfg: Add armv7a-unknown-linux-gnueabihf as an alias.Werner Koch1-0/+1
2019-02-11New error codes NO_AUTH and BAD_AUTHWerner Koch1-0/+2
2019-02-04build: Fix for Microsoft MSVC.Werner Koch1-2/+2
2019-01-16Release 1.34libgpg-error-1.34gpgrt-1.34Werner Koch4-4/+4
2019-01-14Fix symbol name typo in gpg-error.def.inAndre Heinecke1-1/+1
2019-01-04core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch15-46/+155
2018-12-12estream: Use correct POSIX name THOUSEP.Werner Koch1-5/+5
2018-12-11syscfg: Add a riscv32 architectureAlistair Francis2-0/+24
2018-12-09gpgrt-config: Portability fix for use of expr.NIIBE Yutaka1-3/+3
2018-12-07Silence cc warning about snprintf redefinitionWerner Koch1-0/+1
2018-12-07Add W32-only function gpgrt_w32_override_locale.Werner Koch4-21/+95
2018-12-06logging: Escape controls in string arguments of log_ functions.Werner Koch1-1/+103
2018-12-05core: Allow logging to an estream.Werner Koch1-7/+14
2018-12-05Fix gpgrt_ftruncate declaration.Marcus Brinkmann1-1/+1
2018-11-26core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch10-35/+123
2018-11-26core: Add a limited version of gpgrt_ftruncate.Werner Koch7-1/+45
2018-11-15core: New API gpgrt_cmp_versionWerner Koch7-27/+183
2018-11-14gpgrt-config: Prepend PKG_CONFIG_LIBDIR to PKG_CONFIG_PATH.NIIBE Yutaka1-8/+23
2018-11-13Fix typo in the annotation.NIIBE Yutaka1-1/+1
2018-11-13gpgrt.m4: Don't support --with-*-prefix or SYSROOT.NIIBE Yutaka1-52/+4