aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* core: Protect the trace macros for fun and profit.Werner Koch2018-11-1611-77/+114
* core: Fix a LF problem in the new debug fucntion.Werner Koch2018-11-161-3/+6
* core: Fix format string errors in trace macrosWerner Koch2018-11-1611-29/+30
* core: Remove old debug helper functionWerner Koch2018-11-166-95/+59
* core: Simplify the trace maros by using variadics.Werner Koch2018-11-1645-570/+550
* Add SPDX identifiers to most source filesWerner Koch2018-11-1675-1125/+1171
* build: Make gpgme.m4 use gpgrt-config with *.pc.NIIBE Yutaka2018-11-121-10/+48
* build: Provide gpgme-glib.pc too.NIIBE Yutaka2018-11-123-3/+17
* build: Provide gpgme.pc, generated by configure.NIIBE Yutaka2018-11-123-6/+27
* spelling: fix misspellingsDaniel Kahn Gillmor2018-11-0815-57/+57
* gpg: Avoid error diagnostics with --override-session-key.Werner Koch2018-11-051-1/+8
* w32: Fix a few compiler warnings.Werner Koch2018-11-022-15/+15
* w32: Log all errors from CloseHandle and WFSO in w32-io.Werner Koch2018-11-021-49/+70
* w32: Don't use CloseHandle on an arbitrary integer.Werner Koch2018-11-021-1/+1
* w32: Revamp the closing of system objects.Werner Koch2018-11-021-119/+261
* core: Print a dump of the I/O data only at level 8.Werner Koch2018-11-023-7/+18
* w32: Fix and improve CancelSynchronousIo use.Werner Koch2018-11-021-4/+6
* w32: Use CancelSynchronousIo in destroy_reader.Werner Koch2018-11-013-4/+41
* w32: Merge all the object tables of w32-io into one.Werner Koch2018-11-011-264/+245
* w32: Remove unused arg from two functions.Werner Koch2018-10-311-32/+47
* w32: Remove all support for WindowsCEWerner Koch2018-10-3114-1103/+12
* w32: Remove cruft in w32-io from WindowsME times.Werner Koch2018-10-311-29/+0
* w32: Fix previous commit.Werner Koch2018-10-301-3/+2
* core,w32: Fix memleak of tmp_name in w32-ioAndre Heinecke2018-10-291-0/+7
* core: Do not crash if CMS plaintext is ignoredAndre Heinecke2018-10-291-3/+11
* core: Fix segv in genkey when no endtag is provided.Werner Koch2018-10-181-2/+6
* core: Return an error if NULL is provided for genkey's parms.Werner Koch2018-10-182-3/+6
* doc: convert more links to equivalent https:// URLsDaniel Kahn Gillmor2018-10-181-1/+1
* doc: convert more http:// links to https://Daniel Kahn Gillmor2018-10-182-4/+4
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-184-4/+4
* core: Really remove CR from version output.Werner Koch2018-10-161-1/+1
* core: Add trust-model flagAndre Heinecke2018-10-093-0/+34
* core: Ensure r_key init in gpgme_get_keyAndre Heinecke2018-10-091-2/+3
* Release 1.12.0gpgme-1.12.0Werner Koch2018-10-081-1/+1
* core: Apply GPGME_EXPORT_MODE_NOUID also to keyserver exports.Werner Koch2018-10-051-0/+2
* core: add experimental GPGME_EXPORT_MODE_NOUID.Werner Koch2018-10-023-1/+10
* python: Silence a few warnings.Werner Koch2018-09-201-2/+8
* json: Remove subkey-algo from createkey command.Werner Koch2018-09-191-82/+7
* estreams revisedBen McGinnes2018-09-082-2/+0
* estreams symbols for python bindingsBen McGinnes2018-09-022-1/+3
* python bindings: estreams fixben/estreams-fixBen McGinnes2018-08-302-2/+2
* json: Fix detached verifyAndre Heinecke2018-08-291-20/+23
* json: Delete primary key if subkey gen failsAndre Heinecke2018-08-281-2/+22
* json: Allow NULL request in encode and chunkAndre Heinecke2018-08-281-2/+1
* json: Do not put FILE_NAME into the verify result.Werner Koch2018-08-271-2/+1
* doc: Add warning that FILE_NAME is not part of the signed data.Werner Koch2018-08-271-2/+3
* core: Export gpgme_data_new_from_estream function.Jasper Spaans2018-08-272-0/+5
* json: Add sender and file name to encryptAndre Heinecke2018-08-231-0/+21
* json: Add proper decrypt_result_t handlingAndre Heinecke2018-08-211-7/+80
* json: Add subkey_algo and defaults to createkeyAndre Heinecke2018-08-201-4/+62