aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the syscall clamp functions also for lock functionsWerner Koch2016-11-117-1/+104
* w32: Fix lock c++ narrowing conversion warningAndre Heinecke2016-11-111-2/+2
* Change description of GPG_ERR_OPEN_KEYRING.Werner Koch2016-11-101-1/+1
* Add error codes GPG_ERR_TOO_YOUNG and GPG_ERR_TOO_OLD.Werner Koch2016-11-021-0/+2
* estream: Fix modestring parsing.Justus Winter2016-10-181-1/+1
* Add error code USER_ID_EXISTS, NAME_EXISTS, and DUP_NAME.Werner Koch2016-10-071-1/+3
* syscfg: Add support for {i686,x86_64}-apple-darwin.Werner Koch2016-10-073-0/+56
* Add error WINDOW_TOO_SMALL, WINDOW_TOO_LARGE, and MISSING_ENVVAR.Werner Koch2016-09-011-1/+5
* New error code GPG_ERR_ENGINE_TOO_OLDWerner Koch2016-08-161-1/+2
* 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-031-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