| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: Fix environment setup. | Justus Winter | 2016-11-08 | 1 | -2/+1 |
* | tests: Log and display output from tests when run in parallel. | Justus Winter | 2016-11-08 | 1 | -11/+22 |
* | tests: Simplify test. | Justus Winter | 2016-11-08 | 1 | -18/+6 |
* | gpgscm: Expose seek and associated constants. | Justus Winter | 2016-11-08 | 2 | -0/+27 |
* | gpgscm: Fix error message. | Justus Winter | 2016-11-08 | 1 | -18/+21 |
* | tests,w32: Make cleanup more robust. | Justus Winter | 2016-11-08 | 1 | -2/+4 |
* | tests: Write a log file for each test. | Justus Winter | 2016-11-07 | 2 | -11/+13 |
* | gpgscm: Generalize splice to write to multiple sinks. | Justus Winter | 2016-11-07 | 2 | -7/+42 |
* | gpgscm: Drop 'len' argument from splice. | Justus Winter | 2016-11-07 | 2 | -11/+5 |
* | tests: Move environment creation and teardown into each test. | Justus Winter | 2016-11-07 | 50 | -168/+197 |
* | tests: Do not allow tests to be run in a shared environment. | Justus Winter | 2016-11-07 | 2 | -38/+9 |
* | tests: Fix build. | Justus Winter | 2016-11-07 | 1 | -1/+0 |
* | tests,tools: Reimplement 'mk-tdata' in Scheme. | Justus Winter | 2016-11-07 | 3 | -11/+16 |
* | gpgscm,w32: Provide schemish file handling for binary files. | Justus Winter | 2016-11-07 | 1 | -0/+14 |
* | gpgscm: Add support for pseudo-random numbers. | Justus Winter | 2016-11-07 | 2 | -0/+94 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 14 | -14/+14 |
* | gpgscm: Fix printing strings containing zero bytes. | Justus Winter | 2016-11-04 | 1 | -1/+3 |
* | gpgscm: Implement 'atexit'. | Justus Winter | 2016-11-04 | 2 | -0/+19 |
* | g10: Improve and unify key selection for -r and --locate-keys. | Justus Winter | 2016-11-03 | 7 | -1/+240 |
* | gpgscm,tests: Add new functions to the test environment. | Justus Winter | 2016-11-03 | 5 | -2/+63 |
* | gpgscm: Fix inclusion of readline header. | Justus Winter | 2016-11-02 | 1 | -0/+1 |
* | Spelling: correct spelling of "passphrase". | Daniel Kahn Gillmor | 2016-11-02 | 1 | -1/+1 |
* | tests: Improve portability of fake-pinentry. | Werner Koch | 2016-10-26 | 1 | -21/+28 |
* | agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry. | Justus Winter | 2016-10-25 | 1 | -7/+58 |
* | tests: Do not autostart gpg-agents on teardown. | Justus Winter | 2016-10-25 | 1 | -1/+2 |
* | tests: Simplify test. | Justus Winter | 2016-10-20 | 1 | -36/+31 |
* | tests: Flush stdout in the fake pinentry. | Justus Winter | 2016-10-20 | 1 | -0/+1 |
* | common,w32: Fix setting environment variables on Windows. | Justus Winter | 2016-10-20 | 1 | -1/+3 |
* | tests,w32: Cope with Windows line endings. | Justus Winter | 2016-10-20 | 1 | -1/+2 |
* | tests: Create and remove socket directories. | Justus Winter | 2016-10-20 | 3 | -15/+24 |
* | gpgscm: Initialize nesting stack. | Justus Winter | 2016-10-17 | 1 | -0/+1 |
* | tests: Use shorter filenames. | Neal H. Walfield | 2016-10-13 | 16 | -32/+32 |
* | g10: Be more careful when checking if a binding is signed by a UTK. | Neal H. Walfield | 2016-10-13 | 1 | -1/+83 |
* | tests: Add test data to TEST_FILES. | Neal H. Walfield | 2016-10-13 | 1 | -1/+16 |
* | g10: Be more careful when checking cross signatures. | Neal H. Walfield | 2016-10-13 | 16 | -0/+152 |
* | tests: Remove support for deprecated functionality. | Neal H. Walfield | 2016-10-13 | 1 | -1/+0 |
* | tests: Rework test environment setup. | Justus Winter | 2016-10-07 | 1 | -5/+6 |
* | tests: Improve handling of Windows newlines. | Justus Winter | 2016-10-07 | 5 | -8/+17 |
* | gpgscm: Improve test of low-level functions. | Justus Winter | 2016-10-07 | 2 | -1/+34 |
* | gpgscm: Improve path handling. | Justus Winter | 2016-10-07 | 2 | -3/+18 |
* | gpgscm: Update callsite of 'gnupg_spawn_process'. | Justus Winter | 2016-10-06 | 1 | -1/+1 |
* | build,w32: Unconditionally build tests. | Justus Winter | 2016-10-04 | 1 | -8/+3 |
* | tests,w32: Do not expose 'glob' to gpgscm. | Justus Winter | 2016-10-04 | 1 | -38/+0 |
* | tests,w32: Avoid using 'glob'. | Justus Winter | 2016-10-04 | 1 | -2/+1 |
* | g10: When adding a user id, make sure the keyblock has been prepared. | Neal H. Walfield | 2016-09-22 | 1 | -1/+22 |
* | tests: Add documentation, make interactive debugging possible. | Justus Winter | 2016-09-20 | 2 | -1/+45 |
* | tests: Drop the old shell-based tests. | Justus Winter | 2016-09-20 | 40 | -3337/+1 |
* | tests: Port the quick key manipulation test to Scheme. | Justus Winter | 2016-09-20 | 2 | -0/+67 |
* | tests: Remove list of tests from the test runner. | Justus Winter | 2016-09-20 | 1 | -43/+1 |
* | tests: Reduce runtime of excessive test. | Justus Winter | 2016-09-20 | 1 | -17/+1 |