Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2018-07-10 | example scripts: python work-arounds | Ben McGinnes | 1 | -3/+3 |
2018-07-09 | docs: python bindings howto | Ben McGinnes | 1 | -1251/+1235 |
2018-07-09 | js: fix verify result reporting | Maximilian Krambach | 3 | -2/+88 |
2018-07-09 | js: reduce request spam at getKeys() | Maximilian Krambach | 3 | -25/+46 |
2018-07-07 | python bindings: howto examples | Ben McGinnes | 13 | -67/+71 |
2018-07-05 | qt: Handle OpenPGP Diagnostic log | Andre Heinecke | 1 | -5/+27 |
2018-07-05 | cpp: Add enum mapping for GPGME_AUDIT_LOG_DIAG | Andre Heinecke | 2 | -0/+5 |
2018-07-04 | js: properly reject pgp message without signature | Maximilian Krambach | 1 | -1/+1 |
2018-07-04 | js: Add jsdoc, update webpack-cli dependency | Maximilian Krambach | 8 | -78/+123 |
2018-07-04 | cpp: Fix memory of DecryptionResult::symkeyAlgo | Andre Heinecke | 1 | -0/+7 |
2018-07-04 | js: add Key lookup | Maximilian Krambach | 4 | -4/+33 |
2018-07-03 | js: fixing Key import/export test | Maximilian Krambach | 3 | -13/+87 |
2018-07-01 | python bindings: scheming serpents | Ben McGinnes | 1 | -69/+17 |
2018-07-01 | python bindings: gpg.core | Ben McGinnes | 1 | -27/+79 |
2018-06-29 | python bindings: python 3.7 | Ben McGinnes | 4 | -6/+11 |
2018-06-28 | whitespace police: | Ben McGinnes | 1 | -2/+2 |
2018-06-28 | docs: python bindings howto | Ben McGinnes | 1 | -0/+358 |
2018-06-28 | python bindings examples | Ben McGinnes | 1 | -0/+110 |
2018-06-28 | python bindings examples | Ben McGinnes | 1 | -0/+73 |
2018-06-28 | python bindings examples: three export scripts | Ben McGinnes | 3 | -0/+223 |
2018-06-28 | python bindings: import example | Ben McGinnes | 1 | -0/+91 |
2018-06-28 | python bindings: export secret keys | Ben McGinnes | 1 | -1/+42 |
2018-06-28 | python bindings: export public keys | Ben McGinnes | 1 | -6/+18 |
2018-06-28 | python bindings: export public keys | Ben McGinnes | 1 | -1/+58 |
2018-06-20 | js: Demoextension update | Maximilian Krambach | 5 | -40/+99 |
2018-06-19 | Prepare build system for gpgme-js and dist it | Andre Heinecke | 5 | -1/+134 |
2018-06-19 | js: getDefaultKey and GenerateKey improvements | Maximilian Krambach | 3 | -36/+19 |
2018-06-17 | python bindings: core import statements | Ben McGinnes | 1 | -3/+3 |
2018-06-17 | python bindings: core — PEP8 compliance | Ben McGinnes | 1 | -77/+101 |
2018-06-17 | python bindings: core - key importgsoc/jacob-key-import | Ben McGinnes | 1 | -9/+37 |
2018-06-16 | python bindings: core key import | Ben McGinnes | 2 | -5/+28 |
2018-06-14 | js: import result feedback | Maximilian Krambach | 1 | -18/+36 |
2018-06-14 | js: add verify and signature parsing | Maximilian Krambach | 4 | -10/+331 |
2018-06-13 | js: getDefaultKey and verify fix | Maximilian Krambach | 7 | -6/+147 |
2018-06-13 | js: less confusing icons for test/Demo extension | Maximilian Krambach | 2 | -0/+0 |
2018-06-11 | js: removed config | Maximilian Krambach | 5 | -102/+7 |
2018-06-11 | js: Add key creation to Keyring | Maximilian Krambach | 2 | -3/+80 |
2018-06-10 | script: groups.py | Ben McGinnes | 1 | -1/+7 |
2018-06-08 | js: change chunksize handling and decoding | Maximilian Krambach | 7 | -197/+170 |
2018-06-08 | cpp: Add proper gpgme_op_createkey | Andre Heinecke | 2 | -0/+25 |
2018-06-07 | examples: python howto | Ben McGinnes | 3 | -0/+262 |
2018-06-06 | js: change Keyinfo timestamps into javascript date | Maximilian Krambach | 1 | -3/+14 |
2018-06-06 | js: code cleanup (eslint) | Maximilian Krambach | 27 | -498/+595 |
2018-06-06 | js: implement import/delete Key, some fixes | Maximilian Krambach | 12 | -94/+511 |
2018-06-02 | docs: python bindings howto | Ben McGinnes | 1 | -66/+73 |
2018-06-01 | cpp: Add gpgme_(get)set_ctx_flag | Andre Heinecke | 2 | -0/+14 |
2018-06-01 | cpp: Add legacy_cipher_nomdc | Andre Heinecke | 2 | -0/+8 |
2018-05-30 | js: more Keyring/Key handling | Maximilian Krambach | 4 | -104/+227 |
2018-05-29 | cpp: Add gpgme_data_rewind to cpp API | Andre Heinecke | 3 | -0/+27 |
2018-05-28 | js: Keyring listing keys | Maximilian Krambach | 6 | -185/+286 |