aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-10gpgscm: Add and use opcode for reversing a list in place.Justus Winter3-4/+8
2017-04-10gpgscm: Deduplicate code.Justus Winter1-50/+28
2017-04-10gpgscm: Move dispatch table into rodata.Justus Winter2-13/+14
2017-04-10gpgscm: Use more threaded code.Justus Winter1-38/+37
2017-04-10gpgscm: Remove now obsolete dispatcher function from the opcodes.Justus Winter3-194/+191
2017-04-10gpgscm: Merge 'opexe_6'.Justus Winter2-25/+11
2017-04-10gpgscm: Merge 'opexe_5'.Justus Winter2-36/+18
2017-04-10gpgscm: Merge 'opexe_4'.Justus Winter2-46/+37
2017-04-10gpgscm: Merge 'opexe_3'.Justus Winter2-86/+75
2017-04-10gpgscm: Merge 'opexe_2'.Justus Winter2-108/+98
2017-04-10gpgscm: Merge 'opexe_1'.Justus Winter2-31/+20
2017-04-07gpgscm: Allocate small integers in the rodata section.Justus Winter4-37/+861
2017-04-07gpgscm: Make global data constant when possible.Justus Winter2-19/+15
2017-04-07gpgscm: Remove arbitrary limit on number of cell segments.Justus Winter2-44/+74
2017-04-07gpgscm: Fix compact vector encoding.Justus Winter1-1/+2
2017-04-06gpgscm: Avoid mutating integer.Justus Winter1-1/+1
2017-04-06gpgscm: Initialize unused slots in vectors.Justus Winter1-0/+8
2017-04-06tests: Fix distcheck.Justus Winter2-2/+2
2017-04-06tests: Disable 'pkits' test suite.Justus Winter3-4/+4
2017-04-06tests: Make test more robust.Justus Winter2-3/+6
2017-04-05tests: Fix setup of ephemeral home directories.Justus Winter1-2/+2
2017-04-04tests: Fix setup of ephemeral home directories.Justus Winter6-19/+20
2017-04-04gpgscm: Fix copying values.Justus Winter1-2/+52
2017-04-04gpgscm: Simplify get-output-string operation.Justus Winter1-14/+6
2017-04-04gpgscm: Simplify substring operation.Justus Winter1-7/+1
2017-04-03gpgscm: Slightly improve the procedure dispatch.Justus Winter1-1/+1
2017-03-28tests,w32: Fix importing the extra key for GPGME's keylist test.Justus Winter1-1/+1
2017-03-28tests: Fix distcheck.Justus Winter1-3/+27
2017-03-28tests: Add test for '--decrypt --unwrap'.Justus Winter2-0/+42
2017-03-23tests: Use gpgconf to stop the agent.Werner Koch1-4/+6
2017-03-23gpgscm: Make test cleanup more robust.Justus Winter1-14/+17
2017-03-21tests: Test '--quick-set-primary-uid'.Justus Winter1-0/+11
2017-03-21tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2-1/+20
2017-03-21tests: Create temporary directories in '/tmp'.Justus Winter3-5/+7
2017-03-20tests: Remove debugging remnants.Justus Winter1-1/+1
2017-03-20tests: Fail if we cannot create the socket directory.Justus Winter2-2/+2
2017-03-17tests: Add test for issue 2959.Neal H. Walfield1-0/+1
2017-03-17gpgscm: Simplify hash tables.Justus Winter1-49/+22
2017-03-17gpgscm: Remove framework for immediate values.Justus Winter1-40/+29
2017-03-15tests: Fix using tools from the build directory.Justus Winter1-8/+8
2017-03-15tests: Dump the tools that the tests are going to use.Justus Winter1-0/+18
2017-03-15tests: Fix running python condition.NIIBE Yutaka1-6/+7
2017-03-14tests: Skip Python tests if the bindings are not built.Justus Winter3-4/+13
2017-03-09tests: Run the tests for the Python bindings of GPGME.Justus Winter3-15/+51
2017-03-09tests: Rework environment setup.Justus Winter5-48/+58
2017-03-07gpgscm: Use system strlwr if available.Michael Haubenwallner2-5/+5
2017-03-07gpg: Do not allow the user to revoke the last valid UID.Justus Winter1-0/+5
2017-03-07More change for common.NIIBE Yutaka1-1/+1
2017-03-07tests: Avoid overflowing signed 32 bit time_t.Justus Winter1-4/+11
2017-03-06tests: Harmonize temporary and socket directory handling.Justus Winter13-63/+58