aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h.in (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-07secmem: Exposed function should have consistent name.gniibe/secmemNIIBE Yutaka1-1/+1
2018-09-06secmem: Export symbols and the interface.NIIBE Yutaka1-0/+21
2018-07-05Remove leftover debug output from gpg-error.Werner Koch1-2/+2
2018-05-30core: Fix problem with C11 and stdnoreturn.h.Werner Koch1-3/+3
2018-04-11doc: Beautify comments in gpg-error.h.Werner Koch1-74/+84
2018-04-11core: Finalize the API for argparse.Werner Koch1-6/+2
2018-03-22core: Add Base-64 encoder.Werner Koch1-4/+10
2018-03-21core: Add public function gpgrt_usage.Werner Koch1-0/+1
2018-03-21core: Add the group of argparse functions.Werner Koch1-0/+181
2018-03-14core: Fix building on W64Werner Koch1-0/+1
2018-03-13build: Update copyright notices and remove gpgscm from the release.Werner Koch1-1/+1
2018-03-13core: Fix regression due to not exporting the process API.Werner Koch1-2/+2
2018-03-12core: Remove accidently committed time function API.Werner Koch1-31/+0
2018-03-12core: Do not export the process APIWerner Koch1-1/+4
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 Koch1-9/+9
2017-11-29core: Implement the spawn functions.Werner Koch1-0/+51
2017-11-28core: Change new functions to return gpg_err_code_t.Werner Koch1-3/+4
2017-11-28core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch1-0/+9
2017-11-28core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch1-0/+13
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-17core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch1-0/+2
2017-11-17core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch1-1/+11
2017-11-17core: Add logging API.Werner Koch1-4/+118
2017-02-28Release 1.27libgpg-error-1.27Werner Koch1-1/+1
2017-02-28New public header gpgrt.h as alias for gpg-error.hWerner Koch1-1/+4
2017-02-01Add Base64 decoder.NIIBE Yutaka1-0/+10
2017-01-03Fix macro GPGRT_GCC_VERSIONWerner Koch1-1/+1
2016-11-14Fix typo in two new error descriptions.Werner Koch1-1/+1
2016-11-12Add new interface gpgrt_get_syscall_clamp.Werner Koch1-0/+3
2016-04-25Release 1.22.libgpg-error-1.22Werner Koch1-1/+1
2016-03-24Add function gpgrt_annotate_leaked_object.Peter Wu1-0/+30
2016-02-08Convert http links to https where possible in the source.Daniel Kahn Gillmor1-1/+1
2015-11-19Fix typos found by codespell.Justus Winter1-2/+2
2015-09-25estream: Add gpgrt_set_nonblock and gpgrt_poll.Werner Koch1-0/+33
2015-08-26Add new version macros.Werner Koch1-6/+9
2015-08-26Add macro GPGRT_INLINE and avoid -Wundef warningsWerner Koch1-27/+28
2015-07-24Add new public macros for GCC attributes.Werner Koch1-18/+96
2015-01-26Update copyright notices.Werner Koch1-1/+1
2014-10-03Change gpgrt_pending{,_unlocked} to macros.Werner Koch1-4/+13
2014-10-02Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.Werner Koch1-0/+4
2014-09-11Fix problems with ssize_t and off_t.Werner Koch1-10/+11
2014-08-26Add gpgrt_set_alloc_func.Werner Koch1-3/+7
2014-08-26Export missing init functions.Werner Koch1-2/+6
2014-08-26Include required headers into gpg-error.h.Werner Koch1-0/+1
2014-08-25Replace locking code in estream functions.Werner Koch1-0/+4
2014-08-25Add gpgrt_snprintf and gpgrt_vsnprintf.Werner Koch1-4/+10
2014-08-25Finish inclusion of estream into the API.Werner Koch1-7/+14
2014-08-25First set of changes to include estream into the API.Werner Koch1-9/+364