summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix crash with built-in [v]asprintf().bjk/masterBen Kibbey2014-10-161-3/+18
* Add gpgme_set_global_malloc_hooks().Ben Kibbey2014-10-1560-561/+787
* build: Implement SYSROOT feature.Werner Koch2014-10-024-17/+116
* Use --no-sk-comments, not --no-sk-comment.Daniel Kahn Gillmor2014-10-021-2/+2
* Register DCO for Daniel Kahn Gillmor.Werner Koch2014-09-241-1/+9
* Add ftp and git URLs to AUTHORS.Werner Koch2014-09-241-0/+2
* tests: Delay some test file extraction until "make check".Werner Koch2014-09-242-2/+3
* Clean up gpgme's tests/gpg when gpg2.1 is availableDaniel Kahn Gillmor2014-09-242-1/+2
* gpgme-tool: Print fingerprint and keyid with keyservers.Werner Koch2014-08-121-1/+3
* Handle modern keyserver output which may emit the fingerprint.Werner Koch2014-08-121-9/+44
* gpgme-tool: Install gpgme-tool.Werner Koch2014-08-122-4/+8
* gpgme-tool: Fix segv for external key listing.Werner Koch2014-08-121-7/+10
* Post release updates.Werner Koch2014-07-302-1/+5
* Release 1.5.1gpgme-1.5.1Werner Koch2014-07-302-6/+6
* Fix possible realloc overflow for gpgsm and uiserver engines.Werner Koch2014-07-303-2/+5
* w32: Get IOSPAWN flag back in sync with spawn helper.Werner Koch2014-06-262-18/+8
* w32: Add comment about a compiler warningWerner Koch2014-06-261-0/+6
* Add new reason codes to the INV_RECP status code.Werner Koch2014-06-101-0/+8
* Add new keylist mode GPGME_KEYLIST_MODE_WITH_SECRET.Werner Koch2014-06-047-13/+64
* Post release updatesWerner Koch2014-05-212-1/+5
* Release 1.5.0.gpgme-1.5.0Werner Koch2014-05-213-23/+25
* Add 6 new GPGME_STATUS_ codes.Werner Koch2014-05-133-18/+37
* Add field CURVE to the key info.Werner Koch2014-05-086-1/+31
* Fix a memory access and a double slash bug.Werner Koch2014-05-082-2/+2
* Map public key algos returned by gpg to gpgme values.Werner Koch2014-05-0810-23/+60
* Add GPGME_ENCRYPT_NO_COMPRESS flag.Werner Koch2014-05-085-3/+30
* w32: Fix another memleak on error.Werner Koch2014-04-162-0/+5
* w32: Fix memleak in an error code paths.Werner Koch2014-04-152-1/+5
* Fix possible zombie processes.Werner Koch2014-04-151-3/+14
* Actually implement flags for gpgme_op_spawn.Werner Koch2014-04-106-14/+26
* Add GPGME_PROTOCOL_SPAWN and gpgme_op_spawn.Werner Koch2014-04-1019-19/+804
* Add gpgme_get_dirinfo.Werner Koch2014-04-107-4/+89
* Remove compiler warning from testWerner Koch2014-04-101-12/+9
* Make use of internal iospawn flags more flexible.Werner Koch2014-04-1010-35/+43
* Make sure a spawned process has all standard fds connected.Werner Koch2014-04-101-33/+18
* Add configure option --enable-fixed-path.Werner Koch2014-03-132-1/+16
* Avoid pointer arithmetic on void pointer.Werner Koch2014-03-111-1/+2
* Change implementation return type to match the definition.Werner Koch2014-03-111-1/+1
* doc: Fix documentation of struct data typesDaiki Ueno2014-03-051-11/+17
* Always pass correct name to argv[0]. Ignore GPG_AGENT_INFO for gpg2.Werner Koch2014-02-215-31/+72
* Fix type inconsistency between gpgme.h and gpgme.c.Werner Koch2014-02-121-1/+1
* Use the generic autogen.sh script.Werner Koch2014-01-104-83/+208
* Set next version to 1.5.0Werner Koch2014-01-071-2/+2
* Make gpgconf engine work again - fixes 02ba35c1.Werner Koch2014-01-072-32/+13
* Make gpgme_new return a proper error if no engines are installed.Werner Koch2014-01-072-15/+34
* Print the full PATH in the log if gpg was not found.Werner Koch2014-01-071-6/+7
* Add global flags disable-gpgconf, gpgconf-name, and gpg-name.Werner Koch2014-01-068-31/+269
* Locate engine names only at runtime and prefer GnuPG-2.Werner Koch2013-12-2718-703/+135
* Document API change for GPGME_EVENT_DONE from 2009.Werner Koch2013-08-191-3/+3
* Fix possible segv in the gpgme_op_card_edit.Werner Koch2013-08-191-4/+4