aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-28New public header gpgrt.h as alias for gpg-error.hWerner Koch2-4/+10
2017-02-28Improve tracing of estream.Werner Koch4-94/+191
2017-02-28w32: Fix gpgrt_poll for Windows.Werner Koch1-6/+0
2017-02-26Use the new tracing ramework for estream.Werner Koch2-103/+159
2017-02-26Add a tracing framework.Werner Koch2-0/+121
2017-02-26Rename internal functions of estream.Werner Koch4-93/+94
2017-02-24w32: Do not use the syscall clamps in pollable mode.Werner Koch1-10/+36
2017-02-23w32: Replace gpgrt locks in w32-streams by native critical sections.Werner Koch1-49/+50
2017-02-19New error code GPG_ERR_INV_NAME.Werner Koch1-0/+1
2017-02-02syscfg: Add a sh3 architecture.NIIBE Yutaka2-0/+24
2017-02-01Add Base64 decoder.NIIBE Yutaka8-1/+330
2017-01-19estream: Correctly set ERRNO to EOPNOTSUPP.Werner Koch1-2/+4
2017-01-10doc,configure: Be consistent about preferring --with-libgpg-error-prefixDaniel Kahn Gillmor1-1/+1
2017-01-03Fix macro GPGRT_GCC_VERSIONWerner Koch1-1/+1
2016-12-13New error code GPG_ERR_TRY_LATER.Werner Koch1-0/+1
2016-12-12New error code GPG_ERR_DNS_TIMEOUT.Werner Koch1-1/+2
2016-12-12New error codes to support libdns.Werner Koch1-0/+15
2016-12-02Fix NULL segv in new option --descWerner Koch1-0/+3
2016-12-02New error code GPG_ERR_INV_FLAGWerner Koch1-0/+1
2016-12-02New option --desc for gpg-error.Werner Koch2-47/+166
2016-11-18w32-iconv: Remove invalid link to unicode.org in comment.Daniel Kahn Gillmor1-1/+0
2016-11-18w32: Update links from http to https.Daniel Kahn Gillmor1-2/+2
2016-11-18Fix more misspellings.Daniel Kahn Gillmor1-1/+1
2016-11-18Fix misspellings in error descriptions.Daniel Kahn Gillmor1-2/+2
2016-11-17Fix EXEEXT for lock obj creation.NIIBE Yutaka1-1/+1
2016-11-14Fix typo in two new error descriptions.Werner Koch2-3/+3
2016-11-12estream: Minor portability fix.Werner Koch2-4/+4
2016-11-12estream: Support 'es_poll' on Windows.Justus Winter4-74/+1175
2016-11-12estream: Track the kind of backend used.Justus Winter2-17/+33
2016-11-12estream: Rework how the cookie functions are handled.Justus Winter2-49/+69
2016-11-12estream: Rework modestring handling.Justus Winter1-46/+44
2016-11-12Add new interface gpgrt_get_syscall_clamp.Werner Koch7-0/+26
2016-11-11Use the syscall clamp functions also for lock functionsWerner Koch7-1/+104
2016-11-11w32: Fix lock c++ narrowing conversion warningAndre Heinecke1-2/+2
2016-11-10Change description of GPG_ERR_OPEN_KEYRING.Werner Koch1-1/+1
2016-11-02Add error codes GPG_ERR_TOO_YOUNG and GPG_ERR_TOO_OLD.Werner Koch1-0/+2
2016-10-18estream: Fix modestring parsing.Justus Winter1-1/+1
2016-10-07Add error code USER_ID_EXISTS, NAME_EXISTS, and DUP_NAME.Werner Koch1-1/+3
2016-10-07syscfg: Add support for {i686,x86_64}-apple-darwin.Werner Koch3-0/+56
2016-09-01Add error WINDOW_TOO_SMALL, WINDOW_TOO_LARGE, and MISSING_ENVVAR.Werner Koch1-1/+5
2016-08-16New error code GPG_ERR_ENGINE_TOO_OLDWerner Koch1-1/+2
2016-07-12Fix build without threadsYann E. MORIN1-1/+3
2016-07-05Define EWOULDBLOCK in case it is not definedAndre Heinecke1-0/+5
2016-06-27estream: Fix bug es_fclose_snatch if a seek has been used.Werner Koch1-1/+1
2016-06-25w32: Silence compiler warnings about redefined macros.Werner Koch1-6/+19
2016-06-24estream: Remove two compiler warning.Werner Koch1-40/+41
2016-06-15estream: Fix assertion failure due to es_flush.NIIBE Yutaka1-3/+1
2016-06-15Adjust memory limit of es_fopenmem to the block size.Werner Koch1-0/+8
2016-05-17Add GPG_ERR_SUBKEYS_EXP_OR_REV.Werner Koch1-1/+2
2016-05-07syscfg: Add a powerpc and a tilgegx architecture.Werner Koch3-0/+50