aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgrt-int.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix signedness for a single-bit field.NIIBE Yutaka2019-07-111-3/+3
* estream: Increase buffer size for Windows.Werner Koch2019-03-191-1/+7
* build: Fix for Microsoft MSVC.Werner Koch2019-02-041-2/+2
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-041-0/+4
* Silence cc warning about snprintf redefinitionWerner Koch2018-12-071-0/+1
* core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch2018-11-261-2/+4
* core: Add a limited version of gpgrt_ftruncate.Werner Koch2018-11-261-1/+2
* core: New API gpgrt_cmp_versionWerner Koch2018-11-151-0/+6
* core: Add Base-64 encoder.Werner Koch2018-03-221-3/+23
* core: Add public function gpgrt_usage.Werner Koch2018-03-211-0/+1
* core: Add the group of argparse functions.Werner Koch2018-03-211-0/+9
* core: Unify syscall_clamp functions.Werner Koch2017-11-291-1/+2
* core: Implement the spawn functions.Werner Koch2017-11-291-59/+51
* Import and relicense exechelp* functions from GnuPG.Werner Koch2017-11-291-0/+168
* core: Change new functions to return gpg_err_code_t.Werner Koch2017-11-281-3/+4
* core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch2017-11-281-0/+7
* core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch2017-11-281-0/+8
* w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch2017-11-171-0/+37
* core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch2017-11-171-1/+13
* core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch2017-11-171-0/+1
* core: Add logging API.Werner Koch2017-11-171-0/+67
* New configure options and macros for internal use.Werner Koch2017-11-171-9/+109
* Improve tracing of estream.Werner Koch2017-02-281-15/+26
* Add a tracing framework.Werner Koch2017-02-261-0/+44
* Rename internal functions of estream.Werner Koch2017-02-261-1/+1
* Add Base64 decoder.NIIBE Yutaka2017-02-011-0/+6
* estream: Minor portability fix.Werner Koch2016-11-121-1/+1
* estream: Support 'es_poll' on Windows.Justus Winter2016-11-121-0/+74
* estream: Track the kind of backend used.Justus Winter2016-11-121-0/+11
* estream: Rework how the cookie functions are handled.Justus Winter2016-11-121-0/+20
* Add new interface gpgrt_get_syscall_clamp.Werner Koch2016-11-121-0/+1
* Convert http links to https where possible in the source.Daniel Kahn Gillmor2016-02-081-1/+1
* estream: Add gpgrt_set_nonblock and gpgrt_poll.Werner Koch2015-09-251-0/+4
* Add new public macros for GCC attributes.Werner Koch2015-07-241-4/+4
* Change gpgrt_pending{,_unlocked} to macros.Werner Koch2014-10-031-2/+2
* Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.Werner Koch2014-10-021-0/+2
* Fix a prototypeWerner Koch2014-09-121-2/+2
* Fix problems with ssize_t and off_t.Werner Koch2014-09-111-6/+6
* Add gpgrt_set_alloc_func.Werner Koch2014-08-261-1/+6
* Export missing init functions.Werner Koch2014-08-261-0/+2
* Replace locking code in estream functions.Werner Koch2014-08-251-0/+2
* Finish inclusion of estream into the API.Werner Koch2014-08-251-0/+145
* Implement symbol visibility.Werner Koch2014-08-251-0/+49