summaryrefslogtreecommitdiff
path: root/src/gpgrt-int.h
Commit message (Expand)AuthorAgeFilesLines
* spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka2022-11-041-16/+19
* spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka2022-10-311-5/+12
* Fix the comment for _gpgrt_spawn_process_fd, it's a variant.NIIBE Yutaka2022-10-271-10/+9
* gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka2022-10-201-5/+8
* spawn: Update changes from gnupg.NIIBE Yutaka2022-10-191-0/+7
* Remove extra semicolons.NIIBE Yutaka2022-09-151-4/+4
* Remove Windows CE support.NIIBE Yutaka2022-06-281-6/+6
* w32: Add ES_SYSHD_SOCK support for gpgrt_sysopen.NIIBE Yutaka2022-04-041-0/+1
* w32: Support file names longer than MAX_PATH.Werner Koch2022-03-041-0/+2
* core: new internal function _gpgrt_w32_reg_get_string.Werner Koch2021-10-221-0/+1
* New public function gpgrt_access.Werner Koch2020-10-191-0/+3
* core,w32: Add UTF-8 support to gpgrt_fopen, gpgrt_mkdir and gpgrt_chdir.Werner Koch2020-08-211-0/+1
* estream: Add gpgrt_fcancelWerner Koch2020-06-261-0/+1
* core: Implement meta command [user] for the arg parser.Werner Koch2020-04-031-0/+3
* core: New function gpgrt_reallocarray.Werner Koch2020-03-031-0/+2
* core: Add a high level option/argument parser.Werner Koch2020-02-181-0/+3
* core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch2020-02-181-0/+11
* 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-271-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