aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Fix building on W64Werner Koch2018-03-143-6/+35
* build: Update copyright notices and remove gpgscm from the release.Werner Koch2018-03-132-3/+3
* core: Fix regression due to not exporting the process API.Werner Koch2018-03-132-3/+4
* core: Remove accidently committed time function API.Werner Koch2018-03-121-31/+0
* core: Do not export the process APIWerner Koch2018-03-125-19/+25
* syscfg: Add a riscv64 architecture.NIIBE Yutaka2018-02-282-0/+26
* doc: Typo fixes.Werner Koch2018-02-212-2/+2
* core: Avoid using estream_t in the public API.Werner Koch2017-12-111-4/+33
* core: Rename the gpgrt_log_levels enum values.Werner Koch2017-12-083-42/+44
* core: Wrap blocking system calls of the spawn functions.Werner Koch2017-11-292-10/+44
* core: Unify syscall_clamp functions.Werner Koch2017-11-2910-203/+138
* core: Implement the spawn functions.Werner Koch2017-11-2910-486/+569
* Import and relicense exechelp* functions from GnuPG.Werner Koch2017-11-293-0/+1980
* core: Change new functions to return gpg_err_code_t.Werner Koch2017-11-284-39/+51
* core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch2017-11-287-81/+248
* core: Prepare to build with gpgscm.Werner Koch2017-11-281-1/+1
* core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch2017-11-287-0/+218
* core: Install new files gpgrt.m4 and gpgrt-config.Werner Koch2017-11-273-7/+141
* doc: Add a comment to the Windows registry functions.Werner Koch2017-11-271-1/+5
* core: Avoid endless recursion if log_set_sink has not been used.Werner Koch2017-11-271-2/+3
* core: Add new macro log_assert to the API.Werner Koch2017-11-271-2/+13
* core: Do not use the estream_t alias in gpg-error.h.Werner Koch2017-11-221-2/+2
* w32: Avoid unused code warning.Werner Koch2017-11-171-0/+8
* w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch2017-11-178-6/+224
* core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch2017-11-177-2/+111
* core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch2017-11-177-1/+63
* core: Add logging API.Werner Koch2017-11-178-298/+803
* New configure options and macros for internal use.Werner Koch2017-11-173-11/+158
* core: Change license of logging.[ch] to LGPLv2.1Werner Koch2017-10-052-48/+32
* core: Import of logging.[ch] from GnuPGWerner Koch2017-10-052-0/+1218
* syscfg: Add lock-obj-pub file for ia64-unknown-linux-gnu.Werner Koch2017-07-052-0/+26
* doc: Typo fixWerner Koch2017-07-051-1/+1
* Align 'es_poll' semantics closer with POSIX.Justus Winter2017-05-311-3/+0
* Fix memory leak for estream.NIIBE Yutaka2017-05-301-5/+20
* Minor clean up.NIIBE Yutaka2017-04-193-4/+6
* w32: Conditionalize ISO 2022 definitions.NIIBE Yutaka2017-03-071-0/+2
* Release 1.27libgpg-error-1.27Werner Koch2017-02-283-3/+3
* Add support for armv7-unknown-linux-gnueabihf.Werner Koch2017-02-285-72/+7
* New public header gpgrt.h as alias for gpg-error.hWerner Koch2017-02-282-4/+10
* Improve tracing of estream.Werner Koch2017-02-284-94/+191
* 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