aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-17core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch7-2/+111
2017-11-17core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch7-1/+63
2017-11-17core: Add logging API.Werner Koch8-298/+803
2017-11-17New configure options and macros for internal use.Werner Koch3-11/+158
2017-10-05core: Change license of logging.[ch] to LGPLv2.1Werner Koch2-48/+32
2017-10-05core: Import of logging.[ch] from GnuPGWerner Koch2-0/+1218
2017-07-05syscfg: Add lock-obj-pub file for ia64-unknown-linux-gnu.Werner Koch2-0/+26
2017-07-05doc: Typo fixWerner Koch1-1/+1
2017-05-31Align 'es_poll' semantics closer with POSIX.Justus Winter1-3/+0
2017-05-30Fix memory leak for estream.NIIBE Yutaka1-5/+20
2017-04-19Minor clean up.NIIBE Yutaka3-4/+6
2017-03-07w32: Conditionalize ISO 2022 definitions.NIIBE Yutaka1-0/+2
2017-02-28Release 1.27libgpg-error-1.27Werner Koch3-3/+3
2017-02-28Add support for armv7-unknown-linux-gnueabihf.Werner Koch5-72/+7
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