index
:
GnuPG
ECC-INTEGRATION-2-1
GNUPG-1-9-BRANCH
GNUPG-1-9-BRANCH-MO
GNUPG-TRUNK-MO-HACKS
STABLE-BRANCH-1-0
STABLE-BRANCH-1-2
STABLE-BRANCH-1-4
STABLE-BRANCH-2-0
STABLE-BRANCH-2-2
STABLE-BRANCH-2-2.40
STABLE-BRANCH-2-4
T3880
T3880-fix
bjk/passphrase-inquire
cb/T5215
cb/test
ccid_driver_improvement
debian-unstable-patch-queue
disallow-v3-keys
dkg-fix-T4566
dkg-fix-T4593
dkg-fix-T4628
dkg-fix-T4652
dkg-fix-T4682
dkg/T1371
dkg/T1967
dkg/fix-4855
dkg/fix-T3995
dkg/fix-T4490
dkg/fix-T4501
dkg/fix-T4507
dkg/fix-T4522
dkg/gpgv-doc-improvement
dkg/no-skel-files
dkg/passphrase-env
ePit-1-0
fix-1950
fix-4393
fix-T3995
fix-T4017
fix-T4018
fix-T4019
gniibe/T4620
gniibe/crypto-refresh
gniibe/decryption-key
gniibe/fix-3465
gniibe/kem
gniibe/pcsc-get-status
gniibe/regexp
gniibe/scd-direct-keygrip
gniibe/scd-kdf-support
gniibe/scd-watch
gniibe/sos
gniibe/spawn
gniibe/t3883
gniibe/t6275
gniibe/t6364
gniibe/t6487
gniibe/t6592
gniibe/t6606
gniibe/t7426
gniibe/v5/448
gniibe/x25519
ikloecker/pinentry-formatted-passphrase
ikloecker/t5462
ikloecker/t5598-appimage
justus/fix-1788
justus/issue1955
justus/issue2012
justus/issue2700
justus/issue2826-0
justus/libdns-0
justus/scm-9
key-storage-work
master
mo-scd
neal/dirmngr-ldap
neal/encrypted-mailing-lists
neal/issue2236
neal/kdb
neal/next
neal/pending
neal/strsplit
npth
npth-2
npth-3
npth-4
scd-backport-2-0
scd-pin-prompt
scd-work
seckey-sync-work
switch-to-gpgk
t5964
tobias/gpgsum
tobias/tsa
tpm-work
wk/g13work
wk/kyber-test
wk/signcode
wk/stable-2.2-global-options
wk/test-master
wk/w32-smime-perf-tests
The GNU Privacy Guard
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpgscm: Fix opcode dispatch.
Justus Winter
2017-04-10
1
-2
/
+2
*
gpgscm: Mmap script files.
Justus Winter
2017-04-10
3
-5
/
+50
*
gpgscm: Refactor checking for opcode arguments.
Justus Winter
2017-04-10
1
-60
/
+70
*
gpgscm: Improve syntax dispatch.
Justus Winter
2017-04-10
1
-58
/
+36
*
gpgscm: Make tags mandatory.
Justus Winter
2017-04-10
3
-22
/
+2
*
gpgscm: Add and use opcode for reversing a list in place.
Justus Winter
2017-04-10
3
-4
/
+8
*
gpgscm: Deduplicate code.
Justus Winter
2017-04-10
1
-50
/
+28
*
gpgscm: Move dispatch table into rodata.
Justus Winter
2017-04-10
2
-13
/
+14
*
gpgscm: Use more threaded code.
Justus Winter
2017-04-10
1
-38
/
+37
*
gpgscm: Remove now obsolete dispatcher function from the opcodes.
Justus Winter
2017-04-10
3
-194
/
+191
*
gpgscm: Merge 'opexe_6'.
Justus Winter
2017-04-10
2
-25
/
+11
*
gpgscm: Merge 'opexe_5'.
Justus Winter
2017-04-10
2
-36
/
+18
*
gpgscm: Merge 'opexe_4'.
Justus Winter
2017-04-10
2
-46
/
+37
*
gpgscm: Merge 'opexe_3'.
Justus Winter
2017-04-10
2
-86
/
+75
*
gpgscm: Merge 'opexe_2'.
Justus Winter
2017-04-10
2
-108
/
+98
*
gpgscm: Merge 'opexe_1'.
Justus Winter
2017-04-10
2
-31
/
+20
*
gpgscm: Allocate small integers in the rodata section.
Justus Winter
2017-04-07
4
-37
/
+861
*
gpgscm: Make global data constant when possible.
Justus Winter
2017-04-07
2
-19
/
+15
*
gpgscm: Remove arbitrary limit on number of cell segments.
Justus Winter
2017-04-07
2
-44
/
+74
*
gpgscm: Fix compact vector encoding.
Justus Winter
2017-04-07
1
-1
/
+2
*
gpgscm: Avoid mutating integer.
Justus Winter
2017-04-06
1
-1
/
+1
*
gpgscm: Initialize unused slots in vectors.
Justus Winter
2017-04-06
1
-0
/
+8
*
tests: Fix distcheck.
Justus Winter
2017-04-06
2
-2
/
+2
*
tests: Disable 'pkits' test suite.
Justus Winter
2017-04-06
3
-4
/
+4
*
tests: Make test more robust.
Justus Winter
2017-04-06
2
-3
/
+6
*
tests: Fix setup of ephemeral home directories.
Justus Winter
2017-04-05
1
-2
/
+2
*
tests: Fix setup of ephemeral home directories.
Justus Winter
2017-04-04
6
-19
/
+20
*
gpgscm: Fix copying values.
Justus Winter
2017-04-04
1
-2
/
+52
*
gpgscm: Simplify get-output-string operation.
Justus Winter
2017-04-04
1
-14
/
+6
*
gpgscm: Simplify substring operation.
Justus Winter
2017-04-04
1
-7
/
+1
*
gpgscm: Slightly improve the procedure dispatch.
Justus Winter
2017-04-03
1
-1
/
+1
*
tests,w32: Fix importing the extra key for GPGME's keylist test.
Justus Winter
2017-03-28
1
-1
/
+1
*
tests: Fix distcheck.
Justus Winter
2017-03-28
1
-3
/
+27
*
tests: Add test for '--decrypt --unwrap'.
Justus Winter
2017-03-28
2
-0
/
+42
*
tests: Use gpgconf to stop the agent.
Werner Koch
2017-03-23
1
-4
/
+6
*
gpgscm: Make test cleanup more robust.
Justus Winter
2017-03-23
1
-14
/
+17
*
tests: Test '--quick-set-primary-uid'.
Justus Winter
2017-03-21
1
-0
/
+11
*
tests,w32: Use GetTempPath to get the path for temporary files.
Justus Winter
2017-03-21
2
-1
/
+20
*
tests: Create temporary directories in '/tmp'.
Justus Winter
2017-03-21
3
-5
/
+7
*
tests: Remove debugging remnants.
Justus Winter
2017-03-20
1
-1
/
+1
*
tests: Fail if we cannot create the socket directory.
Justus Winter
2017-03-20
2
-2
/
+2
*
tests: Add test for issue 2959.
Neal H. Walfield
2017-03-17
1
-0
/
+1
*
gpgscm: Simplify hash tables.
Justus Winter
2017-03-17
1
-49
/
+22
*
gpgscm: Remove framework for immediate values.
Justus Winter
2017-03-17
1
-40
/
+29
*
tests: Fix using tools from the build directory.
Justus Winter
2017-03-15
1
-8
/
+8
*
tests: Dump the tools that the tests are going to use.
Justus Winter
2017-03-15
1
-0
/
+18
*
tests: Fix running python condition.
NIIBE Yutaka
2017-03-15
1
-6
/
+7
*
tests: Skip Python tests if the bindings are not built.
Justus Winter
2017-03-14
3
-4
/
+13
*
tests: Run the tests for the Python bindings of GPGME.
Justus Winter
2017-03-09
3
-15
/
+51
*
tests: Rework environment setup.
Justus Winter
2017-03-09
5
-48
/
+58
[next]