aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpgscm: Recover more cells.Justus Winter2016-11-151-0/+1
* g10: Fix memory leak.Justus Winter2016-11-141-0/+2
* gpgscm: Avoid cell allocation overhead.Justus Winter2016-11-142-44/+252
* scd: Fix status info encoding.NIIBE Yutaka2016-11-141-1/+2
* agent: Improve concurrency when Libgcrypt 1.8 is used.Werner Koch2016-11-121-9/+15
* agent: Kludge to mitigate blocking calls in Libgcrypt.Werner Koch2016-11-111-3/+14
* dirmngr: Prepare to trigger jobs by network activity.Werner Koch2016-11-113-1/+44
* doc: Include config examples for socket-activated user services.Daniel Kahn Gillmor2016-11-1110-2/+159
* agent: Clean up comments.Daniel Kahn Gillmor2016-11-111-2/+2
* doc: Clarify dirmngr option --daemon.Werner Koch2016-11-111-15/+5
* gpg,sm: Add STATUS_ERROR keydb_search and keydb_add-resource.Werner Koch2016-11-1017-99/+163
* sm: Remove unused arg SECRET from keydb functions.Werner Koch2016-11-1014-42/+31
* gpgscm: Recover cells from the list of recently allocated cells.Justus Winter2016-11-101-6/+11
* 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