aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* secmem: Exposed function should have consistent name.gniibe/secmemNIIBE Yutaka2018-09-077-9/+9
* secmem: Export symbols and the interface.NIIBE Yutaka2018-09-068-18/+136
* Copy definitions from libgcrypt/src/g10lib.h.NIIBE Yutaka2018-09-062-11/+74
* Remove fips_mode support originally available in libgcrypt.NIIBE Yutaka2018-09-061-9/+2
* secmem.c migration into gpgrt.NIIBE Yutaka2018-09-061-31/+43
* Remove _gpgrt_secmem_module_init.NIIBE Yutaka2018-09-061-8/+0
* Change gcry -> gpgrt_.NIIBE Yutaka2018-09-062-50/+50
* Fix copyright notices.NIIBE Yutaka2018-09-062-19/+24
* Add src/secmem.{c,h} from libgcrypt master.NIIBE Yutaka2018-09-062-0/+940
* gpg-error-config: Forward compatibility support.NIIBE Yutaka2018-09-051-0/+10
* gpg-error-config: Determine output at configure time.NIIBE Yutaka2018-09-041-15/+0
* build: use EXEEXT_FOR_BUILD everywhere.Michael Haubenwallner2018-07-171-13/+13
* estream: Always propagate flush event to cookie functions.Werner Koch2018-07-121-3/+4
* Remove leftover debug output from gpg-error.Werner Koch2018-07-053-4/+3
* core: Initialize values in estream_formatAndre Heinecke2018-07-051-1/+5
* core: Fix problem with C11 and stdnoreturn.h.Werner Koch2018-05-301-3/+3
* core,w32: Avoid recursive use of npth_unprotect.Werner Koch2018-05-012-3/+15
* core: Fix gpgrt_poll for Windows under nPth.Werner Koch2018-04-302-0/+4
* doc: Add SPDX indentifier for the versioninfo template.Werner Koch2018-04-231-0/+1
* doc: Beautify comments in gpg-error.h.Werner Koch2018-04-111-74/+84
* core: Finalize the API for argparse.Werner Koch2018-04-112-161/+195
* core: Remove outdated comments.Werner Koch2018-03-221-42/+0
* core: Add Base-64 encoder.Werner Koch2018-03-229-162/+184
* core: Add file b64enc.c from gnupgWerner Koch2018-03-221-0/+422
* tools: Use gpgrt_argparse for the gpg-error tool.Werner Koch2018-03-211-67/+60
* core: Add public function gpgrt_usage.Werner Koch2018-03-216-5/+17
* core: Add the group of argparse functions.Werner Koch2018-03-219-573/+548
* 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
* build: Update copyright notices and remove gpgscm from the release.Werner Koch2018-03-132-3/+3
* 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
* doc: Typo fixes.Werner Koch2018-02-212-2/+2
* 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-292-10/+44
* core: Unify syscall_clamp functions.Werner Koch2017-11-2910-203/+138
* core: Implement the spawn functions.Werner Koch2017-11-2910-486/+569
* 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-284-39/+51
* core: New API functions gpgrt_mkdir, gpgrt_chdir, gpgrt_getcwd.Werner Koch2017-11-287-81/+248
* core: Prepare to build with gpgscm.Werner Koch2017-11-281-1/+1
* 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-273-7/+141
* 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