| Commit message (Expand) | Author | Files | Lines |
2016-10-18 | estream: Fix modestring parsing. | Justus Winter | 1 | -1/+1 |
2016-10-07 | Add error code USER_ID_EXISTS, NAME_EXISTS, and DUP_NAME. | Werner Koch | 1 | -1/+3 |
2016-10-07 | syscfg: Add support for {i686,x86_64}-apple-darwin. | Werner Koch | 3 | -0/+56 |
2016-09-01 | Add error WINDOW_TOO_SMALL, WINDOW_TOO_LARGE, and MISSING_ENVVAR. | Werner Koch | 1 | -1/+5 |
2016-08-16 | New error code GPG_ERR_ENGINE_TOO_OLD | Werner Koch | 1 | -1/+2 |
2016-07-12 | Fix build without threads | Yann E. MORIN | 1 | -1/+3 |
2016-07-05 | Define EWOULDBLOCK in case it is not defined | Andre Heinecke | 1 | -0/+5 |
2016-06-27 | estream: Fix bug es_fclose_snatch if a seek has been used. | Werner Koch | 1 | -1/+1 |
2016-06-25 | w32: Silence compiler warnings about redefined macros. | Werner Koch | 1 | -6/+19 |
2016-06-24 | estream: Remove two compiler warning. | Werner Koch | 1 | -40/+41 |
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 |