aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h (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/+13
2018-03-22core: Add Base-64 encoder.Werner Koch1-3/+23
2018-03-21core: Add public function gpgrt_usage.Werner Koch1-0/+1
2018-03-21core: Add the group of argparse functions.Werner Koch1-0/+9
2017-11-29core: Unify syscall_clamp functions.Werner Koch1-1/+2
2017-11-29core: Implement the spawn functions.Werner Koch1-59/+51
2017-11-29Import and relicense exechelp* functions from GnuPG.Werner Koch1-0/+168
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/+7
2017-11-28core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch1-0/+8
2017-11-17w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch1-0/+37
2017-11-17core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch1-1/+13
2017-11-17core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch1-0/+1
2017-11-17core: Add logging API.Werner Koch1-0/+67
2017-11-17New configure options and macros for internal use.Werner Koch1-9/+109
2017-02-28Improve tracing of estream.Werner Koch1-15/+26
2017-02-26Add a tracing framework.Werner Koch1-0/+44
2017-02-26Rename internal functions of estream.Werner Koch1-1/+1
2017-02-01Add Base64 decoder.NIIBE Yutaka1-0/+6
2016-11-12estream: Minor portability fix.Werner Koch1-1/+1
2016-11-12estream: Support 'es_poll' on Windows.Justus Winter1-0/+74
2016-11-12estream: Track the kind of backend used.Justus Winter1-0/+11
2016-11-12estream: Rework how the cookie functions are handled.Justus Winter1-0/+20
2016-11-12Add new interface gpgrt_get_syscall_clamp.Werner Koch1-0/+1
2016-02-08Convert http links to https where possible in the source.Daniel Kahn Gillmor1-1/+1
2015-09-25estream: Add gpgrt_set_nonblock and gpgrt_poll.Werner Koch1-0/+4
2015-07-24Add new public macros for GCC attributes.Werner Koch1-4/+4
2014-10-03Change gpgrt_pending{,_unlocked} to macros.Werner Koch1-2/+2
2014-10-02Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.Werner Koch1-0/+2
2014-09-12Fix a prototypeWerner Koch1-2/+2
2014-09-11Fix problems with ssize_t and off_t.Werner Koch1-6/+6
2014-08-26Add gpgrt_set_alloc_func.Werner Koch1-1/+6
2014-08-26Export missing init functions.Werner Koch1-0/+2
2014-08-25Replace locking code in estream functions.Werner Koch1-0/+2
2014-08-25Finish inclusion of estream into the API.Werner Koch1-0/+145
2014-08-25Implement symbol visibility.Werner Koch1-0/+49