aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/ffi.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-08build: New configure option --enable-all-tests.Werner Koch1-0/+8
2017-08-07tests: Do not run all tests unless in maintainer mode.Justus Winter1-0/+8
2017-06-19gpgscm: Limit the number of parallel jobs.Justus Winter1-0/+2
2017-03-21tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter1-0/+19
2017-03-06gpgscm: Fix creation of temporary directories.Justus Winter1-1/+6
2017-02-15tests: Check expiration times of created keys.Justus Winter1-0/+9
2016-11-08gpgscm: Expose seek and associated constants.Justus Winter1-0/+19
2016-11-08gpgscm: Fix error message.Justus Winter1-18/+21
2016-11-07gpgscm: Generalize splice to write to multiple sinks.Justus Winter1-5/+39
2016-11-07gpgscm: Drop 'len' argument from splice.Justus Winter1-11/+2
2016-11-07gpgscm: Add support for pseudo-random numbers.Justus Winter1-0/+73
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-02gpgscm: Fix inclusion of readline header.Justus Winter1-0/+1
2016-10-20common,w32: Fix setting environment variables on Windows.Justus Winter1-1/+3
2016-10-07gpgscm: Improve path handling.Justus Winter1-0/+9
2016-10-06gpgscm: Update callsite of 'gnupg_spawn_process'.Justus Winter1-1/+1
2016-10-04tests,w32: Do not expose 'glob' to gpgscm.Justus Winter1-38/+0
2016-09-19tests: Implement interpreter shutdown using exceptions.Justus Winter1-1/+1
2016-09-19tests: Use descriptive temporary file names.Justus Winter1-1/+14
2016-08-10tests: Improve temporary directory handling.Justus Winter1-1/+1
2016-07-26gpgscm: Make the verbose setting more useful.Justus Winter1-1/+26
2016-07-14gpgscm: Use kludge to avoid improper use of ffi_schemify_name.Werner Koch1-3/+7
2016-07-05gpgscm: Improve robustness and compatibility.Justus Winter1-2/+8
2016-06-28gpgscm: Fix memory leaks.Justus Winter1-1/+4
2016-06-21gpgscm: Add more file handling functions.Justus Winter1-0/+38
2016-06-21gpgscm: Use native string searching functions.Justus Winter1-0/+69
2016-06-17tests/gpgscm: Add a TinySCHEME-based test driver.Justus Winter1-0/+1167