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
/
gpgscm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
gpgscm: Move the test runner to the Scheme library.
Justus Winter
2016-12-13
1
-0
/
+151
*
gpgscm: Improve library functions.
Justus Winter
2016-12-13
2
-34
/
+88
*
gpgscm: Better error reporting.
Justus Winter
2016-12-08
6
-62
/
+122
*
gpgscm: Keep a history of calls for error messages.
Justus Winter
2016-12-08
5
-4
/
+339
*
gpgscm: Add flag TAIL_CONTEXT.
Justus Winter
2016-12-08
1
-8
/
+44
*
gpgscm: Add flags to the interpreter.
Justus Winter
2016-12-08
2
-5
/
+44
*
gpgscm: Implement tags.
Justus Winter
2016-12-08
3
-0
/
+91
*
gpgscm: Generalize 'for-each-p'.
Justus Winter
2016-12-08
1
-7
/
+8
*
tests: Rename 'error' to 'fail'.
Justus Winter
2016-12-06
1
-6
/
+6
*
tests: Change (interactive-shell) to start an interactive shell
Neal H. Walfield
2016-12-06
1
-1
/
+1
*
gpgscm: Avoid truncating pointers.
Justus Winter
2016-11-29
1
-2
/
+3
*
gpgscm: Make 'reverse' compatible with 'reverse_in_place'.
Justus Winter
2016-11-23
1
-4
/
+4
*
gpgscm: Clean sweeped cells.
Justus Winter
2016-11-23
1
-2
/
+2
*
gpgscm: Fix initialization of 'sink'.
Justus Winter
2016-11-23
1
-1
/
+1
*
gpgscm: Refactor.
Justus Winter
2016-11-22
1
-6
/
+6
*
gpgscm: Fix property lists.
Justus Winter
2016-11-22
2
-32
/
+56
*
gpgscm: Fix installation of error handler.
Justus Winter
2016-11-22
1
-0
/
+1
*
gpgscm: Use a static pool of cells for small integers.
Justus Winter
2016-11-22
3
-19
/
+108
*
gpgscm: Re-enable the garbage collector in case of errors.
Justus Winter
2016-11-17
1
-1
/
+3
*
gpgscm: Fix string.
Justus Winter
2016-11-17
1
-1
/
+1
*
gpgscm: Mark cells requiring finalization.
Justus Winter
2016-11-15
1
-5
/
+6
*
gpgscm: Recover more cells.
Justus Winter
2016-11-15
1
-0
/
+1
*
gpgscm: Avoid cell allocation overhead.
Justus Winter
2016-11-14
2
-44
/
+252
*
gpgscm: Recover cells from the list of recently allocated cells.
Justus Winter
2016-11-10
1
-6
/
+11
*
gpgscm: Recover cells used to maintain interpreter state.
Justus Winter
2016-11-10
1
-8
/
+31
*
gpgscm: Reduce opcode dispatch overhead.
Justus Winter
2016-11-10
2
-228
/
+256
*
gpgscm: Make the compile-hook configurable.
Justus Winter
2016-11-10
3
-1
/
+12
*
gpgscm: Drop obsolete commented-out code.
Justus Winter
2016-11-10
1
-19
/
+0
*
gpgscm: Remove dubious stack implementation.
Justus Winter
2016-11-10
3
-95
/
+0
*
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
*
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
1
-0
/
+4
*
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
8
-8
/
+8
*
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
*
gpgscm,tests: Add new functions to the test environment.
Justus Winter
2016-11-03
2
-0
/
+26
*
gpgscm: Fix inclusion of readline header.
Justus Winter
2016-11-02
1
-0
/
+1
*
common,w32: Fix setting environment variables on Windows.
Justus Winter
2016-10-20
1
-1
/
+3
*
gpgscm: Initialize nesting stack.
Justus Winter
2016-10-17
1
-0
/
+1
*
tests: Improve handling of Windows newlines.
Justus Winter
2016-10-07
1
-0
/
+9
*
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
*
tests,w32: Do not expose 'glob' to gpgscm.
Justus Winter
2016-10-04
1
-38
/
+0
*
tests: Refine the repl function.
Justus Winter
2016-09-19
1
-21
/
+21
*
tests: Implement interpreter shutdown using exceptions.
Justus Winter
2016-09-19
2
-1
/
+23
[prev]
[next]