summaryrefslogtreecommitdiff
path: root/src/gpg-error.h.in
Commit message (Expand)AuthorAgeFilesLines
* Release 1.47libgpg-error-1.47gpgrt-1.47Werner Koch2023-04-061-2/+2
* core: New error codes for PUKs and reset codes.Werner Koch2023-04-061-1/+1
* Revert "spawn: Expose spawn functions."NIIBE Yutaka2022-11-151-1/+3
* spawn: Introduce gpgrt_process_t and use it for spawn API.NIIBE Yutaka2022-11-041-10/+12
* spawn: Fix spawn_cb of gpgrt_spawn_process_fd.NIIBE Yutaka2022-10-311-3/+9
* spawn: Expose spawn functions.NIIBE Yutaka2022-10-271-7/+1
* gpgrt_spawn_process, gpgrt_spawn_process_fd: Change the API.NIIBE Yutaka2022-10-201-2/+3
* spawn: Update changes from gnupg.NIIBE Yutaka2022-10-191-0/+3
* w32: Add ES_SYSHD_SOCK support for gpgrt_sysopen.NIIBE Yutaka2022-04-041-1/+1
* Release 1.44libgpg-error-1.44gpgrt-1.44Werner Koch2022-01-271-1/+2
* New public function gpgrt_access.Werner Koch2020-10-191-0/+3
* estream: Add gpgrt_fcancelWerner Koch2020-06-261-0/+1
* core: Tweak the printing of headers in the --help output.Werner Koch2020-03-061-1/+2
* core: Add features for pretty printing the helpWerner Koch2020-03-061-3/+18
* core: New function gpgrt_reallocarray.Werner Koch2020-03-031-0/+1
* core: Allow returning of attributes from gpgrt_argparser.Werner Koch2020-03-021-2/+11
* core: Add parser for meta commands to gpgrt_argparser.Werner Koch2020-02-251-0/+3
* core: New flag ARGPARSE_FLAG_USERVERS to try versioned config files.Werner Koch2020-02-251-0/+1
* core: New pseudo option ARGPARSE_PERMISSION_ERROR.Werner Koch2020-02-251-0/+1
* core: Add a high level option/argument parser.Werner Koch2020-02-181-3/+22
* core: Add gpgrt_fnameconcat and gpgrt_absfnameconcat.Werner Koch2020-02-181-0/+6
* New error codes for SQLiteWerner Koch2019-12-131-0/+7
* Release 1.34libgpg-error-1.34gpgrt-1.34Werner Koch2019-01-161-1/+1
* core: New functions gpgrt_abort and gpgrt_add_emergency_cleanup.Werner Koch2019-01-041-0/+6
* Fix gpgrt_ftruncate declaration.Marcus Brinkmann2018-12-051-1/+1
* core: New functions gpgrt_fprintf_sf anf gpgrt_fprintf_sf_unlocked.Werner Koch2018-11-261-0/+14
* core: Add a limited version of gpgrt_ftruncate.Werner Koch2018-11-261-0/+2
* core: New API gpgrt_cmp_versionWerner Koch2018-11-151-0/+9
* Remove leftover debug output from gpg-error.Werner Koch2018-07-051-2/+2
* core: Fix problem with C11 and stdnoreturn.h.Werner Koch2018-05-301-3/+3
* doc: Beautify comments in gpg-error.h.Werner Koch2018-04-111-74/+84
* core: Finalize the API for argparse.Werner Koch2018-04-111-6/+2
* core: Add Base-64 encoder.Werner Koch2018-03-221-4/+10
* core: Add public function gpgrt_usage.Werner Koch2018-03-211-0/+1
* core: Add the group of argparse functions.Werner Koch2018-03-211-0/+181
* core: Fix building on W64Werner Koch2018-03-141-0/+1
* build: Update copyright notices and remove gpgscm from the release.Werner Koch2018-03-131-1/+1
* core: Fix regression due to not exporting the process API.Werner Koch2018-03-131-2/+2
* core: Remove accidently committed time function API.Werner Koch2018-03-121-31/+0
* core: Do not export the process APIWerner Koch2018-03-121-1/+4
* core: Avoid using estream_t in the public API.Werner Koch2017-12-111-4/+33
* core: Rename the gpgrt_log_levels enum values.Werner Koch2017-12-081-9/+9
* core: Implement the spawn functions.Werner Koch2017-11-291-0/+51
* 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/+9
* core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch2017-11-281-0/+13
* core: Add new macro log_assert to the API.Werner Koch2017-11-271-2/+13
* core: Do not use the estream_t alias in gpg-error.h.Werner Koch2017-11-221-2/+2
* core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch2017-11-171-0/+2
* core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch2017-11-171-1/+11