aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgscm: Fix opcode dispatch.Justus Winter2017-04-101-2/+2
* gpgscm: Mmap script files.Justus Winter2017-04-103-5/+50
* gpgscm: Refactor checking for opcode arguments.Justus Winter2017-04-101-60/+70
* gpgscm: Improve syntax dispatch.Justus Winter2017-04-101-58/+36
* gpgscm: Make tags mandatory.Justus Winter2017-04-103-22/+2
* gpgscm: Add and use opcode for reversing a list in place.Justus Winter2017-04-103-4/+8
* gpgscm: Deduplicate code.Justus Winter2017-04-101-50/+28
* gpgscm: Move dispatch table into rodata.Justus Winter2017-04-102-13/+14
* gpgscm: Use more threaded code.Justus Winter2017-04-101-38/+37
* gpgscm: Remove now obsolete dispatcher function from the opcodes.Justus Winter2017-04-103-194/+191
* gpgscm: Merge 'opexe_6'.Justus Winter2017-04-102-25/+11
* gpgscm: Merge 'opexe_5'.Justus Winter2017-04-102-36/+18
* gpgscm: Merge 'opexe_4'.Justus Winter2017-04-102-46/+37
* gpgscm: Merge 'opexe_3'.Justus Winter2017-04-102-86/+75
* gpgscm: Merge 'opexe_2'.Justus Winter2017-04-102-108/+98
* gpgscm: Merge 'opexe_1'.Justus Winter2017-04-102-31/+20
* gpgscm: Allocate small integers in the rodata section.Justus Winter2017-04-074-37/+861
* gpgscm: Make global data constant when possible.Justus Winter2017-04-072-19/+15
* gpgscm: Remove arbitrary limit on number of cell segments.Justus Winter2017-04-072-44/+74
* gpgscm: Fix compact vector encoding.Justus Winter2017-04-071-1/+2
* gpgscm: Avoid mutating integer.Justus Winter2017-04-061-1/+1
* gpgscm: Initialize unused slots in vectors.Justus Winter2017-04-061-0/+8
* tests: Fix distcheck.Justus Winter2017-04-062-2/+2
* tests: Disable 'pkits' test suite.Justus Winter2017-04-063-4/+4
* tests: Make test more robust.Justus Winter2017-04-062-3/+6
* tests: Fix setup of ephemeral home directories.Justus Winter2017-04-051-2/+2
* tests: Fix setup of ephemeral home directories.Justus Winter2017-04-046-19/+20
* gpgscm: Fix copying values.Justus Winter2017-04-041-2/+52
* gpgscm: Simplify get-output-string operation.Justus Winter2017-04-041-14/+6
* gpgscm: Simplify substring operation.Justus Winter2017-04-041-7/+1
* gpgscm: Slightly improve the procedure dispatch.Justus Winter2017-04-031-1/+1
* tests,w32: Fix importing the extra key for GPGME's keylist test.Justus Winter2017-03-281-1/+1
* tests: Fix distcheck.Justus Winter2017-03-281-3/+27
* tests: Add test for '--decrypt --unwrap'.Justus Winter2017-03-282-0/+42
* tests: Use gpgconf to stop the agent.Werner Koch2017-03-231-4/+6
* gpgscm: Make test cleanup more robust.Justus Winter2017-03-231-14/+17
* tests: Test '--quick-set-primary-uid'.Justus Winter2017-03-211-0/+11
* tests,w32: Use GetTempPath to get the path for temporary files.Justus Winter2017-03-212-1/+20
* tests: Create temporary directories in '/tmp'.Justus Winter2017-03-213-5/+7
* tests: Remove debugging remnants.Justus Winter2017-03-201-1/+1
* tests: Fail if we cannot create the socket directory.Justus Winter2017-03-202-2/+2
* tests: Add test for issue 2959.Neal H. Walfield2017-03-171-0/+1
* gpgscm: Simplify hash tables.Justus Winter2017-03-171-49/+22
* gpgscm: Remove framework for immediate values.Justus Winter2017-03-171-40/+29
* tests: Fix using tools from the build directory.Justus Winter2017-03-151-8/+8
* tests: Dump the tools that the tests are going to use.Justus Winter2017-03-151-0/+18
* tests: Fix running python condition.NIIBE Yutaka2017-03-151-6/+7
* tests: Skip Python tests if the bindings are not built.Justus Winter2017-03-143-4/+13
* tests: Run the tests for the Python bindings of GPGME.Justus Winter2017-03-093-15/+51
* tests: Rework environment setup.Justus Winter2017-03-095-48/+58