| Commit message (Expand) | Author | Files | Lines |
2016-06-15 | estream: Fix assertion failure due to es_flush. | NIIBE Yutaka | 1 | -3/+1 |
2016-06-15 | Adjust memory limit of es_fopenmem to the block size. | Werner Koch | 1 | -0/+8 |
2016-05-17 | Add GPG_ERR_SUBKEYS_EXP_OR_REV. | Werner Koch | 1 | -1/+2 |
2016-05-07 | syscfg: Add a powerpc and a tilgegx architecture. | Werner Koch | 3 | -0/+50 |
2016-04-25 | Release 1.22.libgpg-error-1.22 | Werner Koch | 3 | -3/+3 |
2016-04-25 | Fix for HPPA. | NIIBE Yutaka | 2 | -4/+11 |
2016-04-22 | syscfg: Add powerpc-unknown-linux-gnuspe | Werner Koch | 1 | -0/+1 |
2016-04-21 | w32: Add iconv functions. | Werner Koch | 4 | -399/+130 |
2016-04-20 | Add file w32-iconv.c | Werner Koch | 1 | -0/+2086 |
2016-04-05 | estream,w32: Temporary fix for gpgrt_poll. | Werner Koch | 1 | -0/+4 |
2016-03-29 | estream: Prepare for new mode flag "sysopen". | Werner Koch | 1 | -14/+47 |
2016-03-29 | estream: Use simpler names for static functions. | Werner Koch | 1 | -44/+44 |
2016-03-29 | doc: Re-format comments in estream.c | Werner Koch | 1 | -150/+311 |
2016-03-29 | estream: Remove strange macro for better readability. | Werner Koch | 1 | -15/+11 |
2016-03-24 | Add function gpgrt_annotate_leaked_object. | Peter Wu | 1 | -0/+30 |
2016-03-14 | syscfg: Add lock-obj-pub files for {armv5, armv6, x86_64}-musl targets | Kylie McClain | 4 | -0/+74 |
2016-03-03 | Fix detecting Solaris operating system. | NIIBE Yutaka | 1 | -1/+2 |
2016-03-01 | Fix for Solaris. | NIIBE Yutaka | 1 | -1/+1 |
2016-02-26 | Add support for Solaris, fixing HPPA. | NIIBE Yutaka | 2 | -10/+12 |
2016-02-08 | w32: Confirm the 639-1 code for Venda is "ve" | Daniel Kahn Gillmor | 1 | -5/+1 |
2016-02-08 | Convert http links to https where possible in the source. | Daniel Kahn Gillmor | 26 | -27/+27 |
2016-01-27 | Add syscfg alias for x86_64-pc-linux-gnuhardened1 | Werner Koch | 1 | -0/+1 |
2016-01-19 | Add GPG_ERR_DB_CORRUPTED. | Werner Koch | 1 | -2/+2 |
2016-01-13 | Add new lock-obj-pub for NIOS2. | Marek Vasut | 2 | -0/+24 |
2015-12-07 | Fix windows 8bit encoding conversion | Andre Heinecke | 1 | -5/+13 |
2015-11-19 | Fix typos found by codespell. | Justus Winter | 3 | -6/+6 |
2015-11-19 | Avoid 'malloc' corner case. | Justus Winter | 1 | -3/+3 |
2015-10-21 | Add error codes NO_NAME, NO_KEY, and SERVER_FAILURE. | Werner Koch | 1 | -1/+4 |
2015-10-18 | estream: Avoid calling write(fd,NULL,n). | Werner Koch | 1 | -20/+32 |
2015-09-28 | estream: Keep track of EPIPE. | Werner Koch | 1 | -4/+25 |
2015-09-28 | Add GPG_ERR_FALSE and GPG_ERR_TRUE error codes. | Werner Koch | 1 | -1/+2 |
2015-09-25 | estream: Add gpgrt_set_nonblock and gpgrt_poll. | Werner Koch | 7 | -4/+413 |
2015-09-24 | estream: Replace indicator help functions to ease code reading. | Werner Koch | 1 | -33/+13 |
2015-09-17 | Support i[456]86-pc{,-linux,-kfreebsd}-gnu.h | Daniel Kahn Gillmor | 5 | -27/+8 |
2015-08-26 | Add new version macros. | Werner Koch | 1 | -6/+9 |
2015-08-26 | Add macro GPGRT_INLINE and avoid -Wundef warnings | Werner Koch | 1 | -27/+28 |
2015-08-25 | w32: Make sure the setmode is called. | Werner Koch | 1 | -1/+7 |
2015-07-27 | Add option --lib-version to the gpg-error tool. | Werner Koch | 1 | -4/+14 |
2015-07-24 | Add new public macros for GCC attributes. | Werner Koch | 2 | -22/+100 |
2015-06-15 | Allow building with --disable-threads. | Werner Koch | 4 | -20/+64 |
2015-04-10 | Changed LDAP error strings. | Werner Koch | 1 | -78/+78 |
2015-04-10 | w32: Remove compiler warnings. | Werner Koch | 2 | -81/+15 |
2015-03-24 | Use assert to print diagnosicts before calling abort. | Werner Koch | 1 | -4/+17 |
2015-03-24 | Avoid breakage with gcc 5 | Daniel Kahn Gillmor | 1 | -1/+1 |
2015-03-19 | Add option --defines to gpg-error. | Werner Koch | 1 | -17/+75 |
2015-03-19 | Add GPG_ERR_LDAP_* error codes. | Werner Koch | 1 | -2/+103 |
2015-03-16 | Remove useless conditions. | Werner Koch | 2 | -7/+4 |
2015-03-06 | Add host-triplet aliasing feature to mkheader. | Werner Koch | 3 | -7/+48 |
2015-03-06 | w32: Add a manifest to libgpg-error. | Werner Koch | 3 | -1/+21 |
2015-01-30 | w32: Use -static-libgcc to avoid linking to libgcc_s_sjlj-1.dll. | Werner Koch | 1 | -1/+9 |