aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-07secmem: Exposed function should have consistent name.gniibe/secmemNIIBE Yutaka7-9/+9
2018-09-06secmem: Export symbols and the interface.NIIBE Yutaka8-18/+136
2018-09-06Copy definitions from libgcrypt/src/g10lib.h.NIIBE Yutaka2-11/+74
2018-09-06Remove fips_mode support originally available in libgcrypt.NIIBE Yutaka1-9/+2
2018-09-06secmem.c migration into gpgrt.NIIBE Yutaka1-31/+43
2018-09-06Remove _gpgrt_secmem_module_init.NIIBE Yutaka1-8/+0
2018-09-06Change gcry -> gpgrt_.NIIBE Yutaka2-50/+50
2018-09-06Fix copyright notices.NIIBE Yutaka2-19/+24
2018-09-06Add src/secmem.{c,h} from libgcrypt master.NIIBE Yutaka2-0/+940
2018-09-05gpg-error-config: Forward compatibility support.NIIBE Yutaka1-0/+10
2018-09-04gpg-error-config: Determine output at configure time.NIIBE Yutaka1-15/+0
2018-07-17build: use EXEEXT_FOR_BUILD everywhere.Michael Haubenwallner1-13/+13
2018-07-12estream: Always propagate flush event to cookie functions.Werner Koch1-3/+4
2018-07-05Remove leftover debug output from gpg-error.Werner Koch3-4/+3
2018-07-05core: Initialize values in estream_formatAndre Heinecke1-1/+5
2018-05-30core: Fix problem with C11 and stdnoreturn.h.Werner Koch1-3/+3
2018-05-01core,w32: Avoid recursive use of npth_unprotect.Werner Koch2-3/+15
2018-04-30core: Fix gpgrt_poll for Windows under nPth.Werner Koch2-0/+4
2018-04-23doc: Add SPDX indentifier for the versioninfo template.Werner Koch1-0/+1
2018-04-11doc: Beautify comments in gpg-error.h.Werner Koch1-74/+84
2018-04-11core: Finalize the API for argparse.Werner Koch2-161/+195
2018-03-22core: Remove outdated comments.Werner Koch1-42/+0
2018-03-22core: Add Base-64 encoder.Werner Koch9-162/+184
2018-03-22core: Add file b64enc.c from gnupgWerner Koch1-0/+422
2018-03-21tools: Use gpgrt_argparse for the gpg-error tool.Werner Koch1-67/+60
2018-03-21core: Add public function gpgrt_usage.Werner Koch6-5/+17
2018-03-21core: Add the group of argparse functions.Werner Koch9-573/+548
2018-03-21core: Import argparse code from gnupg masterWerner Koch2-0/+1867
2018-03-18core: Fix regression on arm64 due to invalid use of va_list.Werner Koch1-4/+14
2018-03-14core: Fix building on W64Werner Koch3-6/+35
2018-03-13build: Update copyright notices and remove gpgscm from the release.Werner Koch2-3/+3
2018-03-13core: Fix regression due to not exporting the process API.Werner Koch2-3/+4
2018-03-12core: Remove accidently committed time function API.Werner Koch1-31/+0
2018-03-12core: Do not export the process APIWerner Koch5-19/+25
2018-02-28syscfg: Add a riscv64 architecture.NIIBE Yutaka2-0/+26
2018-02-21doc: Typo fixes.Werner Koch2-2/+2
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 Koch3-42/+44
2017-11-29core: Wrap blocking system calls of the spawn functions.Werner Koch2-10/+44
2017-11-29core: Unify syscall_clamp functions.Werner Koch10-203/+138
2017-11-29core: Implement the spawn functions.Werner Koch10-486/+569
2017-11-29Import and relicense exechelp* functions from GnuPG.Werner Koch3-0/+1980
2017-11-28core: Change new functions to return gpg_err_code_t.Werner Koch4-39/+51
2017-11-28core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch7-81/+248
2017-11-28core: Prepare to build with gpgscm.Werner Koch1-1/+1
2017-11-28core: New API functions gpgrt_getenv and gpgrt_setenv.Werner Koch7-0/+218
2017-11-27core: Install new files gpgrt.m4 and gpgrt-config.Werner Koch3-7/+141
2017-11-27doc: Add a comment to the Windows registry functions.Werner Koch1-1/+5
2017-11-27core: Avoid endless recursion if log_set_sink has not been used.Werner Koch1-2/+3
2017-11-27core: Add new macro log_assert to the API.Werner Koch1-2/+13