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