aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* w32: Fix gpgrt_poll for Windows.Werner Koch2017-02-281-6/+0
* Use the new tracing ramework for estream.Werner Koch2017-02-262-103/+159
* Add a tracing framework.Werner Koch2017-02-262-0/+121
* Rename internal functions of estream.Werner Koch2017-02-264-93/+94
* w32: Do not use the syscall clamps in pollable mode.Werner Koch2017-02-241-10/+36
* w32: Replace gpgrt locks in w32-streams by native critical sections.Werner Koch2017-02-231-49/+50
* New error code GPG_ERR_INV_NAME.Werner Koch2017-02-191-0/+1
* syscfg: Add a sh3 architecture.NIIBE Yutaka2017-02-022-0/+24
* Add Base64 decoder.NIIBE Yutaka2017-02-018-1/+330
* estream: Correctly set ERRNO to EOPNOTSUPP.Werner Koch2017-01-191-2/+4
* doc,configure: Be consistent about preferring --with-libgpg-error-prefixDaniel Kahn Gillmor2017-01-101-1/+1
* Fix macro GPGRT_GCC_VERSIONWerner Koch2017-01-031-1/+1
* New error code GPG_ERR_TRY_LATER.Werner Koch2016-12-131-0/+1
* New error code GPG_ERR_DNS_TIMEOUT.Werner Koch2016-12-121-1/+2
* New error codes to support libdns.Werner Koch2016-12-121-0/+15
* Fix NULL segv in new option --descWerner Koch2016-12-021-0/+3
* New error code GPG_ERR_INV_FLAGWerner Koch2016-12-021-0/+1
* New option --desc for gpg-error.Werner Koch2016-12-022-47/+166
* w32-iconv: Remove invalid link to unicode.org in comment.Daniel Kahn Gillmor2016-11-181-1/+0
* w32: Update links from http to https.Daniel Kahn Gillmor2016-11-181-2/+2
* Fix more misspellings.Daniel Kahn Gillmor2016-11-181-1/+1
* Fix misspellings in error descriptions.Daniel Kahn Gillmor2016-11-181-2/+2
* Fix EXEEXT for lock obj creation.NIIBE Yutaka2016-11-171-1/+1
* Fix typo in two new error descriptions.Werner Koch2016-11-142-3/+3
* estream: Minor portability fix.Werner Koch2016-11-122-4/+4
* estream: Support 'es_poll' on Windows.Justus Winter2016-11-124-74/+1175
* estream: Track the kind of backend used.Justus Winter2016-11-122-17/+33
* estream: Rework how the cookie functions are handled.Justus Winter2016-11-122-49/+69
* estream: Rework modestring handling.Justus Winter2016-11-121-46/+44
* Add new interface gpgrt_get_syscall_clamp.Werner Koch2016-11-127-0/+26
* 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