aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/ffi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests:gpgscm: Fix process select loop.NIIBE Yutaka2023-10-031-8/+2
* tests: Fix call-with-io deadlock.NIIBE Yutaka2023-06-081-19/+291
* common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-111-107/+115
* tests:gpgscm:w32: Fix for GetTempPath.NIIBE Yutaka2022-11-241-0/+5
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-201-1/+0
* gpgscm: Fix handling an error for chdir.NIIBE Yutaka2022-05-021-1/+1
* w32: Prepare for the case gcrypt.h will not include winsock2.h.NIIBE Yutaka2021-12-171-0/+4
* build: New configure option --enable-all-tests.Werner Koch2017-08-081-0/+8
* tests: Do not run all tests unless in maintainer mode.Justus Winter2017-08-071-0/+8
* gpgscm: Limit the number of parallel jobs.Justus Winter2017-06-191-0/+2
* tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2017-03-211-0/+19
* gpgscm: Fix creation of temporary directories.Justus Winter2017-03-061-1/+6
* tests: Check expiration times of created keys.Justus Winter2017-02-151-0/+9
* gpgscm: Expose seek and associated constants.Justus Winter2016-11-081-0/+19
* gpgscm: Fix error message.Justus Winter2016-11-081-18/+21
* gpgscm: Generalize splice to write to multiple sinks.Justus Winter2016-11-071-5/+39
* gpgscm: Drop 'len' argument from splice.Justus Winter2016-11-071-11/+2
* gpgscm: Add support for pseudo-random numbers.Justus Winter2016-11-071-0/+73
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* gpgscm: Fix inclusion of readline header.Justus Winter2016-11-021-0/+1
* common,w32: Fix setting environment variables on Windows.Justus Winter2016-10-201-1/+3
* gpgscm: Improve path handling.Justus Winter2016-10-071-0/+9
* gpgscm: Update callsite of 'gnupg_spawn_process'.Justus Winter2016-10-061-1/+1
* tests,w32: Do not expose 'glob' to gpgscm.Justus Winter2016-10-041-38/+0
* tests: Implement interpreter shutdown using exceptions.Justus Winter2016-09-191-1/+1
* tests: Use descriptive temporary file names.Justus Winter2016-09-191-1/+14
* tests: Improve temporary directory handling.Justus Winter2016-08-101-1/+1
* gpgscm: Make the verbose setting more useful.Justus Winter2016-07-261-1/+26
* gpgscm: Use kludge to avoid improper use of ffi_schemify_name.Werner Koch2016-07-141-3/+7
* gpgscm: Improve robustness and compatibility.Justus Winter2016-07-051-2/+8
* gpgscm: Fix memory leaks.Justus Winter2016-06-281-1/+4
* gpgscm: Add more file handling functions.Justus Winter2016-06-211-0/+38
* gpgscm: Use native string searching functions.Justus Winter2016-06-211-0/+69
* tests/gpgscm: Add a TinySCHEME-based test driver.Justus Winter2016-06-171-0/+1167