| Commit message (Expand) | Author | Age | Files | Lines |
* | core: Fix format string errors in trace macros | Werner Koch | 2018-11-16 | 11 | -29/+30 |
* | core: Remove old debug helper function | Werner Koch | 2018-11-16 | 6 | -95/+59 |
* | core: Simplify the trace maros by using variadics. | Werner Koch | 2018-11-16 | 46 | -570/+551 |
* | Add SPDX identifiers to most source files | Werner Koch | 2018-11-16 | 147 | -2098/+2160 |
* | tests: Add run-threaded for multithread tests | Andre Heinecke | 2018-11-15 | 2 | -1/+680 |
* | tests,json: Clean openpgp-revocs.d | Andre Heinecke | 2018-11-15 | 1 | -0/+1 |
* | tests,json: Move version check into t-json | Andre Heinecke | 2018-11-15 | 2 | -103/+106 |
* | tests,json: Add sig-notations test | Andre Heinecke | 2018-11-14 | 4 | -1/+62 |
* | tests,json: Fix distcheck | Andre Heinecke | 2018-11-14 | 1 | -2/+3 |
* | tests,json: Add more tests | Andre Heinecke | 2018-11-14 | 6 | -0/+50 |
* | tests,json: Add missing files and chunking test | Andre Heinecke | 2018-11-14 | 6 | -1/+125 |
* | tests,json: Fix match if the first child differs | Andre Heinecke | 2018-11-14 | 1 | -1/+13 |
* | tests,json: Add the bulk of tests | Andre Heinecke | 2018-11-14 | 25 | -1/+443 |
* | tests,json: Add wildcard string matching | Andre Heinecke | 2018-11-14 | 1 | -1/+3 |
* | tests,json: Skip tests for older GnuPG versions | Andre Heinecke | 2018-11-14 | 1 | -0/+8 |
* | tests,json: Suffix .json to test pattern | Andre Heinecke | 2018-11-14 | 3 | -2/+2 |
* | tests,gpg: Add version check hlp to t-support | Andre Heinecke | 2018-11-14 | 1 | -0/+104 |
* | tests,json: Improve verbose mode and add verbose 2 | Andre Heinecke | 2018-11-14 | 1 | -13/+25 |
* | tests,json: Fix and improve t-json | Andre Heinecke | 2018-11-14 | 1 | -10/+17 |
* | tests: Add json testrunner | Andre Heinecke | 2018-11-14 | 5 | -1/+369 |
* | build: Update gpg-error.m4 and libassuan.m4. | NIIBE Yutaka | 2018-11-13 | 2 | -26/+114 |
* | Fix the previous commit. | NIIBE Yutaka | 2018-11-12 | 1 | -0/+1 |
* | build: Make gpgme.m4 use gpgrt-config with *.pc. | NIIBE Yutaka | 2018-11-12 | 1 | -10/+48 |
* | build: Provide gpgme-glib.pc too. | NIIBE Yutaka | 2018-11-12 | 3 | -3/+17 |
* | build: Provide gpgme.pc, generated by configure. | NIIBE Yutaka | 2018-11-12 | 4 | -6/+28 |
* | spelling: fix misspellings | Daniel Kahn Gillmor | 2018-11-08 | 48 | -141/+141 |
* | docs: python bindings | Ben McGinnes | 2018-11-06 | 14 | -215/+504 |
* | python examples: another importer | Ben McGinnes | 2018-11-06 | 1 | -4/+8 |
* | python examples: protonmail hkp scripts | Ben McGinnes | 2018-11-06 | 2 | -28/+22 |
* | gpg: Avoid error diagnostics with --override-session-key. | Werner Koch | 2018-11-05 | 1 | -1/+8 |
* | docs: typo | Ben McGinnes | 2018-11-03 | 1 | -1/+1 |
* | w32: Fix a few compiler warnings. | Werner Koch | 2018-11-02 | 2 | -15/+15 |
* | w32: Log all errors from CloseHandle and WFSO in w32-io. | Werner Koch | 2018-11-02 | 1 | -49/+70 |
* | w32: Don't use CloseHandle on an arbitrary integer. | Werner Koch | 2018-11-02 | 1 | -1/+1 |
* | w32: Revamp the closing of system objects. | Werner Koch | 2018-11-02 | 1 | -119/+261 |
* | core: Print a dump of the I/O data only at level 8. | Werner Koch | 2018-11-02 | 3 | -7/+18 |
* | w32: Fix and improve CancelSynchronousIo use. | Werner Koch | 2018-11-02 | 1 | -4/+6 |
* | w32: Use CancelSynchronousIo in destroy_reader. | Werner Koch | 2018-11-01 | 3 | -4/+41 |
* | w32: Merge all the object tables of w32-io into one. | Werner Koch | 2018-11-01 | 1 | -264/+245 |
* | w32: Remove unused arg from two functions. | Werner Koch | 2018-10-31 | 1 | -32/+47 |
* | w32: Remove all support for WindowsCE | Werner Koch | 2018-10-31 | 22 | -1746/+15 |
* | w32: Remove cruft in w32-io from WindowsME times. | Werner Koch | 2018-10-31 | 1 | -29/+0 |
* | docs: python docs restructure | Ben McGinnes | 2018-10-30 | 4 | -71/+168 |
* | docs: python | Ben McGinnes | 2018-10-30 | 3 | -1/+14 |
* | w32: Fix previous commit. | Werner Koch | 2018-10-30 | 1 | -3/+2 |
* | core,w32: Fix memleak of tmp_name in w32-io | Andre Heinecke | 2018-10-29 | 1 | -0/+7 |
* | tests: Add repeat argument to run-verify | Andre Heinecke | 2018-10-29 | 1 | -68/+92 |
* | core: Do not crash if CMS plaintext is ignored | Andre Heinecke | 2018-10-29 | 1 | -3/+11 |
* | cpp,tests: Add another test runner | Andre Heinecke | 2018-10-29 | 2 | -1/+188 |
* | cpp: Add some convenience functions | Andre Heinecke | 2018-10-25 | 5 | -0/+49 |