aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* core: Remove outdated comments.Werner Koch2018-03-222-43/+2
* core: Add Base-64 encoder.Werner Koch2018-03-2213-292/+567
* core: Add file b64enc.c from gnupgWerner Koch2018-03-221-0/+422
* doc: Fix build and installation of yat2m.NIIBE Yutaka2018-03-222-23/+16
* po: Update one fuzzy in all translations.Werner Koch2018-03-2119-159/+420
* po: Merge GnuPG's strings from argparse.cWerner Koch2018-03-2117-0/+1007
* tools: Use gpgrt_argparse for the gpg-error tool.Werner Koch2018-03-211-67/+60
* core: Add public function gpgrt_usage.Werner Koch2018-03-217-5/+18
* core: Add the group of argparse functions.Werner Koch2018-03-2113-574/+686
* core: Import argparse code from gnupg masterWerner Koch2018-03-212-0/+1867
* core: Fix regression on arm64 due to invalid use of va_list.Werner Koch2018-03-181-4/+14
* core: Fix building on W64Werner Koch2018-03-143-6/+35
* Post release updatesWerner Koch2018-03-132-1/+5
* Release 1.28libgpg-error-1.28gpgrt-1.28Werner Koch2018-03-132-4/+8
* build: Update copyright notices and remove gpgscm from the release.Werner Koch2018-03-137-16/+75
* core: Fix regression due to not exporting the process API.Werner Koch2018-03-132-3/+4
* core: Remove accidently committed time function API.Werner Koch2018-03-121-31/+0
* core: Do not export the process APIWerner Koch2018-03-125-19/+25
* syscfg: Add a riscv64 architecture.NIIBE Yutaka2018-02-282-0/+26
* build: Document how to use git send-email.Werner Koch2018-02-213-4/+12
* doc: clarify patch submission workflowThorsten Behrens2018-02-211-0/+50
* doc: Typo fixes.Werner Koch2018-02-212-2/+2
* build: let autogen.sh set a git PATCH prefixWerner Koch2018-02-213-2/+140
* 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-083-42/+44
* core: Wrap blocking system calls of the spawn functions.Werner Koch2017-11-293-13/+48
* core: Unify syscall_clamp functions.Werner Koch2017-11-2910-203/+138
* core: Implement the spawn functions.Werner Koch2017-11-2912-495/+582
* Import and relicense exechelp* functions from GnuPG.Werner Koch2017-11-293-0/+1980
* core: Change new functions to return gpg_err_code_t.Werner Koch2017-11-285-43/+58
* gpgscm: Some adjustments for use in gpgrt.Werner Koch2017-11-286-90/+127
* core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch2017-11-2810-84/+288
* core: Prepare to build with gpgscm.Werner Koch2017-11-283-3/+24
* core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch2017-11-287-0/+218
* core: Install new files gpgrt.m4 and gpgrt-config.Werner Koch2017-11-274-13/+155
* doc: Add a comment to the Windows registry functions.Werner Koch2017-11-271-1/+5
* core: Avoid endless recursion if log_set_sink has not been used.Werner Koch2017-11-271-2/+3
* 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
* w32: Avoid unused code warning.Werner Koch2017-11-171-0/+8
* w32: Add new API fucntion gpgrt_w32_reg_query_string.Werner Koch2017-11-179-7/+225
* core: New API functions gpgrt_strdup and gpgrt_strconcat.Werner Koch2017-11-177-2/+111
* core: New API functions gpgrt_malloc, gpgrt_calloc, and gpgrt_realloc.Werner Koch2017-11-177-1/+63
* core: Add logging API.Werner Koch2017-11-178-298/+803
* New configure options and macros for internal use.Werner Koch2017-11-174-11/+187
* core: Change license of logging.[ch] to LGPLv2.1Werner Koch2017-10-052-48/+32
* core: Import of logging.[ch] from GnuPGWerner Koch2017-10-052-0/+1218
* gpgscm: Add required configure checks.Werner Koch2017-10-053-3/+73
* gpgscm: Change license from GPLv3+ to LGPLv2.1+Werner Koch2017-10-0519-226/+204
* gpgscm: Import gpgscm subdir from the gnupg repoWerner Koch2017-10-0525-0/+12880
|\