| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | tests: Use synced output for error in run-threaded | Andre Heinecke | 2019-06-05 | 1 | -2/+2 |
* | tests: Avoid variable named the same as a macro | Andre Heinecke | 2019-06-05 | 1 | -8/+8 |
* | tests,w32: Fix thread creation in run-threaded | Andre Heinecke | 2019-06-05 | 1 | -2/+4 |
* | core: Improve the debug messages even more. | Werner Koch | 2019-06-05 | 18 | -140/+116 |
* | core: Avoid explicit locks in the debug code. | Werner Koch | 2019-06-05 | 1 | -46/+46 |
* | json: Print "nan", "-inf", "inf" if needed. | Werner Koch | 2019-06-04 | 1 | -1/+7 |
* | json: Improve handling of large exponents in the JSON parsor. | Werner Koch | 2019-06-04 | 1 | -7/+33 |
* | core: Implement recpstring option parsing for gpgsm. | Werner Koch | 2019-06-04 | 2 | -16/+26 |
* | core: Make gpgme_op_encrypt_ext work for CMS. | Werner Koch | 2019-06-04 | 1 | -1/+1 |
* | python: Fix typo in DecryptionError exception. | NIIBE Yutaka | 2019-06-04 | 2 | -4/+6 |
* | Add NEWS for 1.13.1 | Andre Heinecke | 2019-06-03 | 1 | -0/+22 |
* | python: Make EXTRA_DIST files explicit | Andre Heinecke | 2019-05-06 | 5 | -6/+175 |
* | Python, doc: Minor style improvement | Andre Heinecke | 2019-05-06 | 1 | -8/+9 |
* | Merge remote-tracking branch 'origin/dkg/fix-T4276' | Andre Heinecke | 2019-05-06 | 7 | -14/+64 |
|\ |
|
| * | python: stop raising BadSignatures from decrypt(verify=True)dkg/fix-T4276 | Daniel Kahn Gillmor | 2019-05-03 | 2 | -13/+10 |
| * | python/tests: try to decrypt and verify new test data | Daniel Kahn Gillmor | 2019-05-03 | 2 | -0/+21 |
| * | tests: add two new types of encrypted data | Daniel Kahn Gillmor | 2019-05-03 | 3 | -0/+32 |
| * | python: make it easier to run a limited number of tests | Daniel Kahn Gillmor | 2019-05-03 | 1 | -1/+1 |
* | | Always use maintainer mode -Wno cflags | Andre Heinecke | 2019-05-03 | 1 | -15/+18 |
* | | cpp: Fix initialization warning | Andre Heinecke | 2019-05-03 | 1 | -1/+1 |
|/ |
|
* | tests: Add cms mode to run-import | Andre Heinecke | 2019-05-02 | 1 | -2/+15 |
* | cpp: Add wrapper for gpgme_set_global_flag | Andre Heinecke | 2019-04-24 | 3 | -0/+11 |
* | core: Fix duplication of close_notify_handler for gpgsm. | NIIBE Yutaka | 2019-04-19 | 1 | -2/+0 |
* | core: Fix error return. | NIIBE Yutaka | 2019-04-19 | 1 | -0/+1 |
* | core,w32: Fix minor potential memleak | Andre Heinecke | 2019-04-09 | 1 | -0/+2 |
* | core,w32: Fix new w32-util functions | Andre Heinecke | 2019-04-09 | 1 | -3/+25 |
* | core,w32: Improve handling of Unicode paths | Andre Heinecke | 2019-04-09 | 5 | -19/+128 |
* | core,w32: Show w32-spawn warning only once | Andre Heinecke | 2019-04-09 | 1 | -14/+19 |
* | core, w32: Fix format string errors on windows | Andre Heinecke | 2019-03-27 | 1 | -1/+8 |
* | core: Fix assuan logger-fd hack for windows | Andre Heinecke | 2019-03-27 | 1 | -1/+1 |
* | core,w32,glib: Fix build of w32-glib-io.c | Andre Heinecke | 2019-03-26 | 1 | -7/+10 |
* | Post release updates. | Werner Koch | 2019-03-26 | 2 | -1/+5 |
* | Release GPGME 1.13.0gpgme-1.13.0 | Werner Koch | 2019-03-26 | 3 | -9/+51 |
* | core: Fix a strtoul to strtol | Andre Heinecke | 2019-03-26 | 1 | -1/+1 |
* | cpp: Fix GenCardKeyInteractor and extend it | Andre Heinecke | 2019-03-26 | 3 | -2/+140 |
* | core, w32: Add hack to translate diag logger-fd | Andre Heinecke | 2019-03-25 | 1 | -5/+53 |
* | qt: Handle diagnostic audit log for CMS | Andre Heinecke | 2019-03-20 | 1 | -1/+7 |
* | core: Support GPGME_AUDITLOG_DIAG for gpgsm. | Werner Koch | 2019-03-19 | 1 | -18/+114 |
* | cpp: Fix Error::hasSystemError | Andre Heinecke | 2019-03-13 | 1 | -1/+1 |
* | json: Fix cosmetic error in the repl. | Werner Koch | 2019-02-28 | 1 | -1/+1 |
* | tests: Let run-verify print the de-vs flag. | Werner Koch | 2019-02-28 | 2 | -3/+4 |
* | json: Limit recursion depth | Andre Heinecke | 2019-02-27 | 1 | -13/+41 |
* | cpp: Add ostream operators for import result | Andre Heinecke | 2019-02-21 | 2 | -1/+46 |
* | cpp: Make GpgME::Data::toKeys really const | Andre Heinecke | 2019-02-21 | 1 | -0/+2 |
* | core,w32: Fix missing sentinel in dir name builder. | Werner Koch | 2019-02-19 | 1 | -1/+1 |
* | tests: Fix memleak in run-threaded | Andre Heinecke | 2019-02-11 | 1 | -0/+1 |
* | python: examples | Ben McGinnes | 2019-02-10 | 1 | -0/+131 |
* | python: docs | Ben McGinnes | 2019-01-30 | 3 | -6/+6 |
* | python: post installer script | Ben McGinnes | 2019-01-27 | 1 | -0/+4 |
* | python: post installer docs fix script | Ben McGinnes | 2019-01-27 | 10 | -15/+53 |