aboutsummaryrefslogtreecommitdiffstats
path: root/lang (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | js: more testingMaximilian Krambach2018-05-087-19/+342
| * | | js: fixing errors found by testing: encrypt/decryptMaximilian Krambach2018-05-077-23/+219
| * | | js: fixing errors found by testingMaximilian Krambach2018-05-044-23/+66
| * | | js: Added browser testing for unit testsMaximilian Krambach2018-05-0311-16/+436
| * | | js: changed Key class stubMaximilian Krambach2018-05-035-68/+110
| * | | js: more testingMaximilian Krambach2018-04-2716-114/+416
| * | | js: fixed empty operation setter in MessageMaximilian Krambach2018-04-271-2/+9
| * | | js: fixed wrong paths in DemoExtensionMaximilian Krambach2018-04-263-3/+3
| * | | js: created TestExtension and smaller fixesMaximilian Krambach2018-04-2628-143/+429
| * | | js: First testing and improvementsMaximilian Krambach2018-04-2512-56/+227
| * | | js: Configuration and Error handlingMaximilian Krambach2018-04-2510-207/+309
| * | | js: reactivate timeout on connectionMaximilian Krambach2018-04-254-12/+19
| * | | js: change in Error behaviourMaximilian Krambach2018-04-258-156/+132
| * | | js: allow openpgp-like Message objects as DataMaximilian Krambach2018-04-251-0/+7
| * | | js: Key object adjustments after discussionMaximilian Krambach2018-04-243-15/+64
| * | | js: change in initialization ancd connection handlingMaximilian Krambach2018-04-246-114/+157
| * | | js: don't allow message operation changesMaximilian Krambach2018-04-233-30/+24
| * | | js: Key handling stubs, Error handling, refactoringMaximilian Krambach2018-04-238-131/+756
| * | | js: encrypt improvement and decrypt methodMaximilian Krambach2018-04-2018-306/+887
| * | | Merge branch 'master' into javascript-bindingMaximilian Krambach2018-04-205-29/+91
| |\ \ \
| * | | | js: Initial commit for JavaScript Native Messaging API[email protected]2018-04-1014-1/+472
* | | | | Python bindings examplesBen McGinnes2018-08-193-1/+251
* | | | | Python bindings setup fileBen McGinnes2018-08-181-2/+11
* | | | | Python bindings tests: Near PEP8 complianceBen McGinnes2018-08-1831-500/+773
* | | | | Python bindings examples: PEP8 conplianceBen McGinnes2018-08-1812-35/+49
* | | | | Python bindings setup: Near PEP8 complianceBen McGinnes2018-08-182-89/+119
* | | | | Python bindings constants: PEP8 compliance (almost)Ben McGinnes2018-08-1819-35/+29
* | | | | Python bindings src: PEP8 complianceBen McGinnes2018-08-185-13/+18
* | | | | Symmetric exampleBen McGinnes2018-08-131-2/+2
* | | | | Symmetric encryption exampleBen McGinnes2018-08-131-4/+4
* | | | | Symmetric encryption example.Ben McGinnes2018-08-131-0/+63
* | | | | PEP8 compliance and other code fixesBen McGinnes2018-08-1010-130/+220
* | | | | Link fixesBen McGinnes2018-08-092-18/+18
* | | | | cpp: Fix use after free in gencardkeyinteractorAndre Heinecke2018-08-081-5/+4
* | | | | Make GNUPGHOME for tests overridableAndre Heinecke2018-08-062-2/+4
* | | | | cpp: Add safety checks for key updateAndre Heinecke2018-07-242-1/+4
* | | | | docs: python bindings howtoBen McGinnes2018-07-221-170/+169
* | | | | doc: python bindings howtoBen McGinnes2018-07-221-624/+623
* | | | | doc: python bindings howtoBen McGinnes2018-07-221-0/+1
* | | | | cpp: Print origin and last update for key/uidAndre Heinecke2018-07-191-0/+4
* | | | | qt: Handle encoding for diagnosticsAndre Heinecke2018-07-181-1/+53
* | | | | python bindings: example scriptsBen McGinnes2018-07-132-2/+2
* | | | | example scripts: python work-aroundsBen McGinnes2018-07-101-3/+3
* | | | | docs: python bindings howtoBen McGinnes2018-07-091-1251/+1235
* | | | | python bindings: howto examplesBen McGinnes2018-07-0713-67/+71
* | | | | qt: Handle OpenPGP Diagnostic logAndre Heinecke2018-07-051-5/+27
* | | | | cpp: Add enum mapping for GPGME_AUDIT_LOG_DIAGAndre Heinecke2018-07-052-0/+5
* | | | | cpp: Fix memory of DecryptionResult::symkeyAlgoAndre Heinecke2018-07-041-0/+7
* | | | | python bindings: scheming serpentsBen McGinnes2018-07-011-69/+17
* | | | | python bindings: gpg.coreBen McGinnes2018-07-011-27/+79