aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpgscm: Recover cells used to maintain interpreter state.Justus Winter2016-11-101-8/+31
* gpgscm: Reduce opcode dispatch overhead.Justus Winter2016-11-102-228/+256
* gpgscm: Make the compile-hook configurable.Justus Winter2016-11-103-1/+12
* gpgscm: Drop obsolete commented-out code.Justus Winter2016-11-101-19/+0
* gpgscm: Remove dubious stack implementation.Justus Winter2016-11-103-95/+0
* gpg: Improve error message for --quick-gen-key.Werner Koch2016-11-101-1/+1
* dirmngr: Improve concurrency in the non-adns case.Werner Koch2016-11-102-35/+60
* tests: Fix environment setup.Justus Winter2016-11-081-2/+1
* tests: Log and display output from tests when run in parallel.Justus Winter2016-11-081-11/+22
* tests: Simplify test.Justus Winter2016-11-081-18/+6
* gpgscm: Expose seek and associated constants.Justus Winter2016-11-082-0/+27
* gpgscm: Fix error message.Justus Winter2016-11-081-18/+21
* tests,w32: Make cleanup more robust.Justus Winter2016-11-081-2/+4
* common,w32: Simplify locking.Justus Winter2016-11-081-49/+0
* tests: Write a log file for each test.Justus Winter2016-11-072-11/+13
* gpgscm: Generalize splice to write to multiple sinks.Justus Winter2016-11-072-7/+42
* gpgscm: Drop 'len' argument from splice.Justus Winter2016-11-072-11/+5
* tests: Move environment creation and teardown into each test.Justus Winter2016-11-0750-168/+197
* tests: Do not allow tests to be run in a shared environment.Justus Winter2016-11-072-38/+9
* tests: Fix build.Justus Winter2016-11-071-1/+0
* wks: Encrypt all client mails also the target key,Werner Koch2016-11-071-14/+32
* tests,tools: Reimplement 'mk-tdata' in Scheme.Justus Winter2016-11-075-87/+17
* gpgscm,w32: Provide schemish file handling for binary files.Justus Winter2016-11-071-0/+14
* gpgscm: Add support for pseudo-random numbers.Justus Winter2016-11-072-0/+94
* g10: Fix crash.Justus Winter2016-11-071-3/+4
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-05453-461/+461
* indent: Move comments inside the block.Werner Koch2016-11-041-48/+56
* gpgscm: Fix printing strings containing zero bytes.Justus Winter2016-11-041-1/+3
* gpgscm: Implement 'atexit'.Justus Winter2016-11-042-0/+19
* scd: Fix length error for READKEY.NIIBE Yutaka2016-11-041-0/+2
* scd: Add --advanced option for READKEY.NIIBE Yutaka2016-11-045-61/+99
* agent: Extend the PINENTRY_LAUNCHED inquiry and status.Werner Koch2016-11-034-5/+44
* g10: Improve and unify key selection for -r and --locate-keys.Justus Winter2016-11-0311-3/+454
* gpgscm,tests: Add new functions to the test environment.Justus Winter2016-11-035-2/+63
* gpgconf: Add a new field to the --query-swdb output.Werner Koch2016-11-032-7/+23
* gpgconf: Add command --query-swdb.Werner Koch2016-11-022-0/+334
* common: Improve compare_string_versions.Werner Koch2016-11-026-49/+87
* gpgscm: Fix inclusion of readline header.Justus Winter2016-11-021-0/+1
* build: Fix misspelled dirmngr.Daniel Kahn Gillmor2016-11-021-1/+1
* Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor2016-11-0233-35/+35
* g10,w32: Fix build on Windows.Justus Winter2016-11-021-4/+1
* common: New function gnupg_usleep.Werner Koch2016-10-313-1/+56
* w32: Fix PKG_CONFIG_LIBDIR in --build-w32Andre Heinecke2016-10-311-1/+1
* g10: Avoid gratuitious SQLite aborts and starving writers.Neal H. Walfield2016-10-311-16/+82
* g10: Avoid reading in keys when possible.Neal H. Walfield2016-10-301-2/+16
* g10: Fix bit setting.Neal H. Walfield2016-10-301-4/+4
* gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch2016-10-282-12/+6
* dirmngr: Fix signature checking.Werner Koch2016-10-271-25/+76
* gpg: Verify multiple detached signatures with different hash algos.Werner Koch2016-10-271-5/+23
* common: Add GNUPG_MODULE_NAME_GPGV.Werner Koch2016-10-272-0/+8