aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-03doc: Minor comment cleanups.Werner Koch1-0/+2
2018-11-19core: Fix format string errors in w32-io.c and use of TRACE_SUC.Werner Koch1-19/+23
2018-11-16core: Protect the trace macros for fun and profit.Werner Koch11-77/+114
2018-11-16core: Fix a LF problem in the new debug fucntion.Werner Koch1-3/+6
2018-11-16core: Fix format string errors in trace macrosWerner Koch11-29/+30
2018-11-16core: Remove old debug helper functionWerner Koch6-95/+59
2018-11-16core: Simplify the trace maros by using variadics.Werner Koch45-570/+550
2018-11-16Add SPDX identifiers to most source filesWerner Koch75-1125/+1171
2018-11-12build: Make gpgme.m4 use gpgrt-config with *.pc.NIIBE Yutaka1-10/+48
2018-11-12build: Provide gpgme-glib.pc too.NIIBE Yutaka3-3/+17
2018-11-12build: Provide gpgme.pc, generated by configure.NIIBE Yutaka3-6/+27
2018-11-08spelling: fix misspellingsDaniel Kahn Gillmor15-57/+57
2018-11-05gpg: Avoid error diagnostics with --override-session-key.Werner Koch1-1/+8
2018-11-02w32: Fix a few compiler warnings.Werner Koch2-15/+15
2018-11-02w32: Log all errors from CloseHandle and WFSO in w32-io.Werner Koch1-49/+70
2018-11-02w32: Don't use CloseHandle on an arbitrary integer.Werner Koch1-1/+1
2018-11-02w32: Revamp the closing of system objects.Werner Koch1-119/+261
2018-11-02core: Print a dump of the I/O data only at level 8.Werner Koch3-7/+18
2018-11-02w32: Fix and improve CancelSynchronousIo use.Werner Koch1-4/+6
2018-11-01w32: Use CancelSynchronousIo in destroy_reader.Werner Koch3-4/+41
2018-11-01w32: Merge all the object tables of w32-io into one.Werner Koch1-264/+245
2018-10-31w32: Remove unused arg from two functions.Werner Koch1-32/+47
2018-10-31w32: Remove all support for WindowsCEWerner Koch14-1103/+12
2018-10-31w32: Remove cruft in w32-io from WindowsME times.Werner Koch1-29/+0
2018-10-30w32: Fix previous commit.Werner Koch1-3/+2
2018-10-29core,w32: Fix memleak of tmp_name in w32-ioAndre Heinecke1-0/+7
2018-10-29core: Do not crash if CMS plaintext is ignoredAndre Heinecke1-3/+11
2018-10-18core: Fix segv in genkey when no endtag is provided.Werner Koch1-2/+6
2018-10-18core: Return an error if NULL is provided for genkey's parms.Werner Koch2-3/+6
2018-10-18doc: convert more links to equivalent https:// URLsDaniel Kahn Gillmor1-1/+1
2018-10-18doc: convert more http:// links to https://Daniel Kahn Gillmor2-4/+4
2018-10-18doc: use https:// for www.gnu.orgDaniel Kahn Gillmor4-4/+4
2018-10-16core: Really remove CR from version output.Werner Koch1-1/+1
2018-10-09core: Add trust-model flagAndre Heinecke3-0/+34
2018-10-09core: Ensure r_key init in gpgme_get_keyAndre Heinecke1-2/+3
2018-10-08Release 1.12.0gpgme-1.12.0Werner Koch1-1/+1
2018-10-05core: Apply GPGME_EXPORT_MODE_NOUID also to keyserver exports.Werner Koch1-0/+2
2018-10-02core: add experimental GPGME_EXPORT_MODE_NOUID.Werner Koch3-1/+10
2018-09-20python: Silence a few warnings.Werner Koch1-2/+8
2018-09-19json: Remove subkey-algo from createkey command.Werner Koch1-82/+7
2018-09-08estreams revisedBen McGinnes2-2/+0
2018-09-02estreams symbols for python bindingsBen McGinnes2-1/+3
2018-08-30python bindings: estreams fixben/estreams-fixBen McGinnes2-2/+2
2018-08-29json: Fix detached verifyAndre Heinecke1-20/+23
2018-08-28json: Delete primary key if subkey gen failsAndre Heinecke1-2/+22
2018-08-28json: Allow NULL request in encode and chunkAndre Heinecke1-2/+1
2018-08-27json: Do not put FILE_NAME into the verify result.Werner Koch1-2/+1
2018-08-27doc: Add warning that FILE_NAME is not part of the signed data.Werner Koch1-2/+3
2018-08-27core: Export gpgme_data_new_from_estream function.Jasper Spaans2-0/+5
2018-08-23json: Add sender and file name to encryptAndre Heinecke1-0/+21