aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-17gpgscm: Re-enable the garbage collector in case of errors.Justus Winter1-1/+3
2016-11-17gpgscm: Fix string.Justus Winter1-1/+1
2016-11-15gpgscm: Mark cells requiring finalization.Justus Winter1-5/+6
2016-11-15gpgscm: Recover more cells.Justus Winter1-0/+1
2016-11-14gpgscm: Avoid cell allocation overhead.Justus Winter2-44/+252
2016-11-10gpgscm: Recover cells from the list of recently allocated cells.Justus Winter1-6/+11
2016-11-10gpgscm: Recover cells used to maintain interpreter state.Justus Winter1-8/+31
2016-11-10gpgscm: Reduce opcode dispatch overhead.Justus Winter2-228/+256
2016-11-10gpgscm: Make the compile-hook configurable.Justus Winter3-1/+12
2016-11-10gpgscm: Drop obsolete commented-out code.Justus Winter1-19/+0
2016-11-10gpgscm: Remove dubious stack implementation.Justus Winter3-95/+0
2016-11-08tests: Fix environment setup.Justus Winter1-2/+1
2016-11-08tests: Log and display output from tests when run in parallel.Justus Winter1-11/+22
2016-11-08tests: Simplify test.Justus Winter1-18/+6
2016-11-08gpgscm: Expose seek and associated constants.Justus Winter2-0/+27
2016-11-08gpgscm: Fix error message.Justus Winter1-18/+21
2016-11-08tests,w32: Make cleanup more robust.Justus Winter1-2/+4
2016-11-07tests: Write a log file for each test.Justus Winter2-11/+13
2016-11-07gpgscm: Generalize splice to write to multiple sinks.Justus Winter2-7/+42
2016-11-07gpgscm: Drop 'len' argument from splice.Justus Winter2-11/+5
2016-11-07tests: Move environment creation and teardown into each test.Justus Winter50-168/+197
2016-11-07tests: Do not allow tests to be run in a shared environment.Justus Winter2-38/+9
2016-11-07tests: Fix build.Justus Winter1-1/+0
2016-11-07tests,tools: Reimplement 'mk-tdata' in Scheme.Justus Winter3-11/+16
2016-11-07gpgscm,w32: Provide schemish file handling for binary files.Justus Winter1-0/+14
2016-11-07gpgscm: Add support for pseudo-random numbers.Justus Winter2-0/+94
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch14-14/+14
2016-11-04gpgscm: Fix printing strings containing zero bytes.Justus Winter1-1/+3
2016-11-04gpgscm: Implement 'atexit'.Justus Winter2-0/+19
2016-11-03g10: Improve and unify key selection for -r and --locate-keys.Justus Winter7-1/+240
2016-11-03gpgscm,tests: Add new functions to the test environment.Justus Winter5-2/+63
2016-11-02gpgscm: Fix inclusion of readline header.Justus Winter1-0/+1
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor1-1/+1
2016-10-26tests: Improve portability of fake-pinentry.Werner Koch1-21/+28
2016-10-25agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry.Justus Winter1-7/+58
2016-10-25tests: Do not autostart gpg-agents on teardown.Justus Winter1-1/+2
2016-10-20tests: Simplify test.Justus Winter1-36/+31
2016-10-20tests: Flush stdout in the fake pinentry.Justus Winter1-0/+1
2016-10-20common,w32: Fix setting environment variables on Windows.Justus Winter1-1/+3
2016-10-20tests,w32: Cope with Windows line endings.Justus Winter1-1/+2
2016-10-20tests: Create and remove socket directories.Justus Winter3-15/+24
2016-10-17gpgscm: Initialize nesting stack.Justus Winter1-0/+1
2016-10-13tests: Use shorter filenames.Neal H. Walfield16-32/+32
2016-10-13g10: Be more careful when checking if a binding is signed by a UTK.Neal H. Walfield1-1/+83
2016-10-13tests: Add test data to TEST_FILES.Neal H. Walfield1-1/+16
2016-10-13g10: Be more careful when checking cross signatures.Neal H. Walfield16-0/+152
2016-10-13tests: Remove support for deprecated functionality.Neal H. Walfield1-1/+0
2016-10-07tests: Rework test environment setup.Justus Winter1-5/+6
2016-10-07tests: Improve handling of Windows newlines.Justus Winter5-8/+17
2016-10-07gpgscm: Improve test of low-level functions.Justus Winter2-1/+34