aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg-error.h.in (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-25logging: New function gpgrt_logv_domain.Werner Koch1-3/+7
2024-04-22core: New function gpgrt_add_post_log_func.Werner Koch1-1/+2
2024-02-06core: New function gpgrt_wipememory.Werner Koch1-0/+1
2024-02-06argparser: Implement a command mode.Werner Koch1-0/+2
2023-04-06Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch1-2/+2
2023-04-06core: New error codes for PUKs and reset codes.Werner Koch1-1/+1
2022-11-15Revert "spawn: Expose spawn functions."NIIBE Yutaka1-1/+3
2022-11-04spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka1-10/+12
2022-10-31spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka1-3/+9
2022-10-27spawn: Expose spawn functions.NIIBE Yutaka1-7/+1
2022-10-20gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka1-2/+3
2022-10-19spawn: Update changes from gnupg.NIIBE Yutaka1-0/+3
2022-04-04w32: Add ES_SYSHD_SOCK support for gpgrt_sysopen.NIIBE Yutaka1-1/+1
2022-01-27Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch1-1/+2
2020-10-19New public function gpgrt_access.Werner Koch1-0/+3
2020-06-26estream: Add gpgrt_fcancelWerner Koch1-0/+1
2020-03-06core: Tweak the printing of headers in the --help output.Werner Koch1-1/+2
2020-03-06core: Add features for pretty printing the helpWerner Koch1-3/+18
2020-03-03core: New function gpgrt_reallocarray.Werner Koch1-0/+1
2020-03-02core: Allow returning of attributes from gpgrt_argparser.Werner Koch1-2/+11
2020-02-25core: Add parser for meta commands to gpgrt_argparser.Werner Koch1-0/+3
2020-02-25core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.Werner Koch1-0/+1
2020-02-25core: New pseudo option ARGPARSE_PERMISSION_ERROR.Werner Koch1-0/+1
2020-02-18core: Add a high level option/argument parser.Werner Koch1-3/+22
2020-02-18core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch1-0/+6
2019-12-13New error codes for SQLiteWerner Koch1-0/+7
2019-01-16Release 1.34libgpg-error-1.34gpgrt-1.34Werner Koch1-1/+1
2019-01-04core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch1-0/+6
2018-12-05Fix gpgrt_ftruncate declaration.Marcus Brinkmann1-1/+1
2018-11-26core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch1-0/+14
2018-11-26core: Add a limited version of gpgrt_ftruncate.Werner Koch1-0/+2
2018-11-15core: New API gpgrt_cmp_versionWerner Koch1-0/+9
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