| Commit message (Expand) | Author | Files | Lines |
2016-11-22 | g10: If the set of UTKs changes, invalidate any changed policies. | Neal H. Walfield | 1 | -0/+21 |
2016-11-22 | gpgscm: Refactor. | Justus Winter | 1 | -6/+6 |
2016-11-22 | gpgscm: Fix property lists. | Justus Winter | 2 | -32/+56 |
2016-11-22 | gpgscm: Fix installation of error handler. | Justus Winter | 1 | -0/+1 |
2016-11-22 | gpgscm: Use a static pool of cells for small integers. | Justus Winter | 3 | -19/+108 |
2016-11-22 | tests: Delay querying the avaliable algorithms. | Justus Winter | 7 | -16/+17 |
2016-11-21 | g10: Cache the effective policy. Recompute it when required. | Neal H. Walfield | 1 | -12/+16 |
2016-11-17 | gpgscm: Re-enable the garbage collector in case of errors. | Justus Winter | 1 | -1/+3 |
2016-11-17 | gpgscm: Fix string. | Justus Winter | 1 | -1/+1 |
2016-11-15 | gpgscm: Mark cells requiring finalization. | Justus Winter | 1 | -5/+6 |
2016-11-15 | gpgscm: Recover more cells. | Justus Winter | 1 | -0/+1 |
2016-11-14 | gpgscm: Avoid cell allocation overhead. | Justus Winter | 2 | -44/+252 |
2016-11-10 | gpgscm: Recover cells from the list of recently allocated cells. | Justus Winter | 1 | -6/+11 |
2016-11-10 | gpgscm: Recover cells used to maintain interpreter state. | Justus Winter | 1 | -8/+31 |
2016-11-10 | gpgscm: Reduce opcode dispatch overhead. | Justus Winter | 2 | -228/+256 |
2016-11-10 | gpgscm: Make the compile-hook configurable. | Justus Winter | 3 | -1/+12 |
2016-11-10 | gpgscm: Drop obsolete commented-out code. | Justus Winter | 1 | -19/+0 |
2016-11-10 | gpgscm: Remove dubious stack implementation. | Justus Winter | 3 | -95/+0 |
2016-11-08 | tests: Fix environment setup. | Justus Winter | 1 | -2/+1 |
2016-11-08 | tests: Log and display output from tests when run in parallel. | Justus Winter | 1 | -11/+22 |
2016-11-08 | tests: Simplify test. | Justus Winter | 1 | -18/+6 |
2016-11-08 | gpgscm: Expose seek and associated constants. | Justus Winter | 2 | -0/+27 |
2016-11-08 | gpgscm: Fix error message. | Justus Winter | 1 | -18/+21 |
2016-11-08 | tests,w32: Make cleanup more robust. | Justus Winter | 1 | -2/+4 |
2016-11-07 | tests: Write a log file for each test. | Justus Winter | 2 | -11/+13 |
2016-11-07 | gpgscm: Generalize splice to write to multiple sinks. | Justus Winter | 2 | -7/+42 |
2016-11-07 | gpgscm: Drop 'len' argument from splice. | Justus Winter | 2 | -11/+5 |
2016-11-07 | tests: Move environment creation and teardown into each test. | Justus Winter | 50 | -168/+197 |
2016-11-07 | tests: Do not allow tests to be run in a shared environment. | Justus Winter | 2 | -38/+9 |
2016-11-07 | tests: Fix build. | Justus Winter | 1 | -1/+0 |
2016-11-07 | tests,tools: Reimplement 'mk-tdata' in Scheme. | Justus Winter | 3 | -11/+16 |
2016-11-07 | gpgscm,w32: Provide schemish file handling for binary files. | Justus Winter | 1 | -0/+14 |
2016-11-07 | gpgscm: Add support for pseudo-random numbers. | Justus Winter | 2 | -0/+94 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 14 | -14/+14 |
2016-11-04 | gpgscm: Fix printing strings containing zero bytes. | Justus Winter | 1 | -1/+3 |
2016-11-04 | gpgscm: Implement 'atexit'. | Justus Winter | 2 | -0/+19 |
2016-11-03 | g10: Improve and unify key selection for -r and --locate-keys. | Justus Winter | 7 | -1/+240 |
2016-11-03 | gpgscm,tests: Add new functions to the test environment. | Justus Winter | 5 | -2/+63 |
2016-11-02 | gpgscm: Fix inclusion of readline header. | Justus Winter | 1 | -0/+1 |
2016-11-02 | Spelling: correct spelling of "passphrase". | Daniel Kahn Gillmor | 1 | -1/+1 |
2016-10-26 | tests: Improve portability of fake-pinentry. | Werner Koch | 1 | -21/+28 |
2016-10-25 | agent,tests,w32: Fix relaying pinentry user data, fix fake-pinentry. | Justus Winter | 1 | -7/+58 |
2016-10-25 | tests: Do not autostart gpg-agents on teardown. | Justus Winter | 1 | -1/+2 |
2016-10-20 | tests: Simplify test. | Justus Winter | 1 | -36/+31 |
2016-10-20 | tests: Flush stdout in the fake pinentry. | Justus Winter | 1 | -0/+1 |
2016-10-20 | common,w32: Fix setting environment variables on Windows. | Justus Winter | 1 | -1/+3 |
2016-10-20 | tests,w32: Cope with Windows line endings. | Justus Winter | 1 | -1/+2 |
2016-10-20 | tests: Create and remove socket directories. | Justus Winter | 3 | -15/+24 |
2016-10-17 | gpgscm: Initialize nesting stack. | Justus Winter | 1 | -0/+1 |
2016-10-13 | tests: Use shorter filenames. | Neal H. Walfield | 16 | -32/+32 |