summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix build without threadsYann E. MORIN2016-07-121-1/+3
* Define EWOULDBLOCK in case it is not definedAndre Heinecke2016-07-051-0/+5
* estream: Fix bug es_fclose_snatch if a seek has been used.Werner Koch2016-06-271-1/+1
* w32: Silence compiler warnings about redefined macros.Werner Koch2016-06-251-6/+19
* estream: Remove two compiler warning.Werner Koch2016-06-241-40/+41
* estream: Fix assertion failure due to es_flush.NIIBE Yutaka2016-06-151-3/+1
* Adjust memory limit of es_fopenmem to the block size.Werner Koch2016-06-151-0/+8
* Add GPG_ERR_SUBKEYS_EXP_OR_REV.Werner Koch2016-05-171-1/+2
* syscfg: Add a powerpc and a tilgegx architecture.Werner Koch2016-05-073-0/+50
* Release 1.22.libgpg-error-1.22Werner Koch2016-04-253-3/+3
* Fix for HPPA.NIIBE Yutaka2016-04-252-4/+11
* syscfg: Add powerpc-unknown-linux-gnuspeWerner Koch2016-04-221-0/+1
* w32: Add iconv functions.Werner Koch2016-04-214-399/+130
* Add file w32-iconv.cWerner Koch2016-04-201-0/+2086
* estream,w32: Temporary fix for gpgrt_poll.Werner Koch2016-04-051-0/+4
* estream: Prepare for new mode flag "sysopen".Werner Koch2016-03-291-14/+47
* estream: Use simpler names for static functions.Werner Koch2016-03-291-44/+44
* doc: Re-format comments in estream.cWerner Koch2016-03-291-150/+311
* estream: Remove strange macro for better readability.Werner Koch2016-03-291-15/+11
* Add function gpgrt_annotate_leaked_object.Peter Wu2016-03-241-0/+30
* syscfg: Add lock-obj-pub files for {armv5, armv6, x86_64}-musl targetsKylie McClain2016-03-144-0/+74
* Fix detecting Solaris operating system.NIIBE Yutaka2016-03-041-1/+2
* Fix for Solaris.NIIBE Yutaka2016-03-011-1/+1
* Add support for Solaris, fixing HPPA.NIIBE Yutaka2016-02-262-10/+12
* w32: Confirm the 639-1 code for Venda is "ve"Daniel Kahn Gillmor2016-02-081-5/+1
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-0826-27/+27
* Add syscfg alias for x86_64-pc-linux-gnuhardened1Werner Koch2016-01-271-0/+1
* Add GPG_ERR_DB_CORRUPTED.Werner Koch2016-01-191-2/+2
* Add new lock-obj-pub for NIOS2.Marek Vasut2016-01-132-0/+24
* Fix windows 8bit encoding conversionAndre Heinecke2015-12-071-5/+13
* Fix typos found by codespell.Justus Winter2015-11-193-6/+6
* Avoid 'malloc' corner case.Justus Winter2015-11-191-3/+3
* Add error codes NO_NAME, NO_KEY, and SERVER_FAILURE.Werner Koch2015-10-211-1/+4
* estream: Avoid calling write(fd,NULL,n).Werner Koch2015-10-181-20/+32
* estream: Keep track of EPIPE.Werner Koch2015-09-281-4/+25
* Add GPG_ERR_FALSE and GPG_ERR_TRUE error codes.Werner Koch2015-09-281-1/+2
* estream: Add gpgrt_set_nonblock and gpgrt_poll.Werner Koch2015-09-257-4/+413
* estream: Replace indicator help functions to ease code reading.Werner Koch2015-09-241-33/+13
* Support i[456]86-pc{,-linux,-kfreebsd}-gnu.hDaniel Kahn Gillmor2015-09-175-27/+8
* Add new version macros.Werner Koch2015-08-261-6/+9
* Add macro GPGRT_INLINE and avoid -Wundef warningsWerner Koch2015-08-261-27/+28
* w32: Make sure the setmode is called.Werner Koch2015-08-251-1/+7
* Add option --lib-version to the gpg-error tool.Werner Koch2015-07-271-4/+14
* Add new public macros for GCC attributes.Werner Koch2015-07-242-22/+100
* Allow building with --disable-threads.Werner Koch2015-06-154-20/+64
* Changed LDAP error strings.Werner Koch2015-04-101-78/+78
* w32: Remove compiler warnings.Werner Koch2015-04-102-81/+15
* Use assert to print diagnosicts before calling abort.Werner Koch2015-03-241-4/+17
* Avoid breakage with gcc 5Daniel Kahn Gillmor2015-03-241-1/+1
* Add option --defines to gpg-error.Werner Koch2015-03-191-17/+75