aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: New global flag "require-gnupg".Werner Koch2016-08-163-0/+39
* core: Simplify setting of dummy versions.Werner Koch2016-08-165-14/+42
* core: Make use of the "size-hint" in engine-gpg.Werner Koch2016-08-121-2/+43
* core: Add gpgme_data_set_flag to add more meta data to data objects.Werner Koch2016-08-127-0/+67
* core: Do not identify PNG files as PGP signatures.Werner Koch2016-08-101-0/+5
* core: Handle ENCRYPT_SYMMETRIC also for sig & encAndre Heinecke2016-08-101-4/+7
* core: Ensure err is initalized in gpg_encryptAndre Heinecke2016-08-101-1/+1
* core: Add support for mixed symmetric and asym encAndre Heinecke2016-08-092-4/+8
* core: Let GPGME_PROTOCOL_ASSUAN pass Assuan comments through.Werner Koch2016-08-081-0/+1
* core: Extend gpgme_subkey_t to carry the keygrip.Werner Koch2016-08-044-7/+37
* src: Fix dummy engine versions.Justus Winter2016-07-283-6/+6
* Fix including nil bytes in keylist output.Ben Kibbey2016-07-191-6/+6
* core: New GPGME_DATA_ENCODING_MIME.Werner Koch2016-07-134-4/+30
* core: Pass the engine's version string to the engine's new function.Werner Koch2016-07-139-9/+42
* src: Fix error handling.Justus Winter2016-07-081-2/+7
* w32: Fallback to 2.1 reg key for gpgconf searchAndre Heinecke2016-07-051-3/+14
* core: Clarify documentation of tofu_stats addressAndre Heinecke2016-07-011-1/+6
* core: Fix identify for armored detached sigsAndre Heinecke2016-07-011-1/+1
* core: Add closer inspection of "PGP MESSAGE".Werner Koch2016-06-231-2/+27
* core: Add a base 64 decoder.Werner Koch2016-06-233-1/+272
* core: Detect compressed signed OpenPGP data.Werner Koch2016-06-221-9/+18
* tests: Add new test tool run-identify.Werner Koch2016-06-211-0/+2
* core: Enhance gpgme_data_identify to detect binary PGP messages.Werner Koch2016-06-212-1/+231
* core: Make sure FD_SET is not used with an out of range fd.Werner Koch2016-06-141-0/+12
* core: Set notation flags for verify.Werner Koch2016-06-013-8/+42
* Speedup closing of fds before exec.Werner Koch2016-05-271-7/+47
* src: Fix typo.Justus Winter2016-05-271-1/+1
* Improve comments.Justus Winter2016-05-271-4/+6
* src: Fix trace string.Justus Winter2016-05-251-1/+1
* api: Return Tofu info for signatures.Werner Koch2016-05-213-1/+259
* api: Add new context flag "raw-description".Werner Koch2016-05-212-2/+16
* core: New functions to help parsing of status lines.Werner Koch2016-05-212-0/+56
* api: Add new function gpgme_set_ctx_flag.Werner Koch2016-05-1920-51/+177
* api: Remove arbitrary restriction from gpgme_op_verify.Werner Koch2016-05-191-2/+0
* Fix typo in compatibility declarationAndre Heinecke2016-05-181-1/+1
* Return dedicated error code for all subkeys expired or revoked.Werner Koch2016-05-176-15/+123
* Merge branch 'gpgmepp'Andre Heinecke2016-05-105-1938/+2
|\
| * Remove obsolete w32-qt codeAndre Heinecke2016-03-085-1938/+2
* | Allow cc to detect missing cases in a switch.Werner Koch2016-05-101-2/+2
|/
* Fix possible _SC_OPEN_MAX max problem on AIX.Werner Koch2016-01-151-0/+13
* w32: Avoid conflict with Mingw-w64 version 4.0.4-1Werner Koch2015-12-091-2/+2
* Return on user cancellation of delete operationDaiki Ueno2015-12-041-0/+32
* Fix typos found by codespell.Justus Winter2015-12-027-12/+12
* Make use of user passphrase handler during passwd.Ben Kibbey2015-10-291-0/+8
* w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch2015-10-281-2/+7
* w32: Improve locating gpgconf on 64 bit systems.Werner Koch2015-10-281-2/+7
* w32: Add new global flag "w32-inst-dir".Werner Koch2015-10-284-1/+41
* cleanup: Fix type mismatch around gpgme_error_t.NIIBE Yutaka2015-10-162-2/+2
* gpgme-tool: Switch to argparse.c for option parsing.Werner Koch2015-08-314-491/+1862
* Add gpgme_pubkey_algo_stringWerner Koch2015-08-306-29/+70