summaryrefslogtreecommitdiff
path: root/src/visibility.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "spawn: Expose spawn functions."NIIBE Yutaka2022-11-151-0/+2
* spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka2022-11-041-13/+14
* spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka2022-10-311-3/+9
* spawn: Expose spawn functions.NIIBE Yutaka2022-10-271-2/+0
* gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka2022-10-201-4/+8
* w32: Support file names longer than MAX_PATH.Werner Koch2022-03-041-0/+25
* New public function gpgrt_access.Werner Koch2020-10-191-0/+6
* estream: Add gpgrt_fcancelWerner Koch2020-06-261-0/+6
* core: New function gpgrt_reallocarray.Werner Koch2020-03-031-0/+6
* core: Add a high level option/argument parser.Werner Koch2020-02-181-0/+12
* core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch2020-02-181-0/+27
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-041-2/+14
* core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch2018-11-261-6/+36
* core: Add a limited version of gpgrt_ftruncate.Werner Koch2018-11-261-0/+6
* core: New API gpgrt_cmp_versionWerner Koch2018-11-151-0/+9
* core: Add Base-64 encoder.Werner Koch2018-03-221-0/+18
* core: Add public function gpgrt_usage.Werner Koch2018-03-211-0/+6
* core: Add the group of argparse functions.Werner Koch2018-03-211-0/+32
* core: Do not export the process APIWerner Koch2018-03-121-1/+2
* core: Rename the gpgrt_log_levels enum values.Werner Koch2017-12-081-7/+7
* core: Implement the spawn functions.Werner Koch2017-11-291-0/+53
* core: Change new functions to return gpg_err_code_t.Werner Koch2017-11-281-4/+5
* core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch2017-11-281-60/+81
* core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch2017-11-281-0/+12
* w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch2017-11-171-0/+15
* core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch2017-11-171-0/+23
* core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch2017-11-171-0/+18
* core: Add logging API.Werner Koch2017-11-171-0/+204
* Add Base64 decoder.NIIBE Yutaka2017-02-011-0/+19
* Add new interface gpgrt_get_syscall_clamp.Werner Koch2016-11-121-0/+6
* 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/+18
* Change gpgrt_pending{,_unlocked} to macros.Werner Koch2014-10-031-4/+4
* Add GPG_ERR_BOGUS_STRING and an experimental gpgrt_pending.Werner Koch2014-10-021-0/+12
* Fix problems with ssize_t and off_t.Werner Koch2014-09-111-4/+4
* Add gpgrt_set_alloc_func.Werner Koch2014-08-261-0/+6
* Export missing init functions.Werner Koch2014-08-261-0/+17
* Replace locking code in estream functions.Werner Koch2014-08-251-2/+15
* Add gpgrt_snprintf and gpgrt_vsnprintf.Werner Koch2014-08-251-0/+20
* Finish inclusion of estream into the API.Werner Koch2014-08-251-0/+517
* Implement symbol visibility.Werner Koch2014-08-251-0/+104