aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-03-13build: Update copyright notices and remove gpgscm from the release.Werner Koch2-3/+3
2018-03-13core: Fix regression due to not exporting the process API.Werner Koch2-3/+4
2018-03-12core: Remove accidently committed time function API.Werner Koch1-31/+0
2018-03-12core: Do not export the process APIWerner Koch5-19/+25
2018-02-28syscfg: Add a riscv64 architecture.NIIBE Yutaka2-0/+26
2018-02-21doc: Typo fixes.Werner Koch2-2/+2
2017-12-11core: Avoid using estream_t in the public API.Werner Koch1-4/+33
2017-12-08core: Rename the gpgrt_log_levels enum values.Werner Koch3-42/+44
2017-11-29core: Wrap blocking system calls of the spawn functions.Werner Koch2-10/+44
2017-11-29core: Unify syscall_clamp functions.Werner Koch10-203/+138
2017-11-29core: Implement the spawn functions.Werner Koch10-486/+569
2017-11-29Import and relicense exechelp* functions from GnuPG.Werner Koch3-0/+1980
2017-11-28core: Change new functions to return gpg_err_code_t.Werner Koch4-39/+51
2017-11-28core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch7-81/+248
2017-11-28core: Prepare to build with gpgscm.Werner Koch1-1/+1
2017-11-28core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch7-0/+218
2017-11-27core: Install new files gpgrt.m4 and gpgrt-config.Werner Koch3-7/+141
2017-11-27doc: Add a comment to the Windows registry functions.Werner Koch1-1/+5
2017-11-27core: Avoid endless recursion if log_set_sink has not been used.Werner Koch1-2/+3
2017-11-27core: Add new macro log_assert to the API.Werner Koch1-2/+13
2017-11-22core: Do not use the estream_t alias in gpg-error.h.Werner Koch1-2/+2
2017-11-17w32: Avoid unused code warning.Werner Koch1-0/+8
2017-11-17w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch8-6/+224
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