index
:
GpgME
aheinecke/json-test
ben/cffi/test-001
ben/docs/2018-02
ben/docs/2018-03
ben/estreams-fix
ben/export-keys
ben/gitsettings
ben/gpygme
ben/howto-dita
ben/howto-update-02
ben/howto-update-03
ben/howto-update-05
ben/key-import
ben/master
ben/minor-docs-fixes
ben/python-docs-01
ben/xml
bjk/custom-engine-options
bjk/master
bjk/passphrase-inquire
dkg/fix-4820
dkg/fix-4821
dkg/fix-T3464
dkg/fix-T4271
dkg/fix-T4276
gpgme-0-3-branch
gpgme-1-0-branch
gpgme-1.10-branch
gpgme-1.24-branch
gpgme-1.3.0
gpgme-1.4-branch
gpgme-1.7-branch
gpgme-1.9-branch
gpgmepp
gsoc/jacob-key-import
howto-update-01
ikloecker/qt6
ikloecker/t6342-gpgtar
ikloecker/t6550
ikloecker/t7110-nested-bindings-packages
ikloecker/t7118-revkeys
javascript-binding
justus/idiomatic-py-0
justus/pyme3
master
pyme
pyme3
tobias/fix-expires
tobias/fix-proc-all-sigs-gpgtar
wk-master
wk/new-wait
origin/bjk/master
GnuPG Made Easy.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lang
/
js
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-16
Add SPDX identifiers to most source files
Werner Koch
1
-4
/
+3
2018-11-08
spelling: fix misspellings
Daniel Kahn Gillmor
5
-6
/
+6
2018-10-18
doc: convert more http:// links to https://
Daniel Kahn Gillmor
1
-1
/
+1
2018-10-18
doc: use https:// for www.gnu.org
Daniel Kahn Gillmor
29
-29
/
+29
2018-10-17
js: increase default startup timeout
Maximilian Krambach
1
-1
/
+1
2018-09-20
js: renamed keygen algo option
Maximilian Krambach
1
-2
/
+2
2018-09-19
js: add 'default-future' as createKey option
Maximilian Krambach
1
-1
/
+1
2018-09-19
json: Remove subkey-algo from createkey command.
Werner Koch
2
-12
/
+1
2018-09-19
js: add configuration option on startup
Maximilian Krambach
12
-29
/
+41
2018-09-10
js: Fix errorDetails of GPGME_Signature
Thomas Oberndörfer
1
-2
/
+2
2018-09-06
js: add new documentation file to extra_dist
Maximilian Krambach
1
-0
/
+1
2018-09-06
js: fix error in toKeyIdArray
Maximilian Krambach
2
-3
/
+3
2018-09-05
js: documentation cleanup
Maximilian Krambach
11
-101
/
+215
2018-08-31
js: key deletion after test
Maximilian Krambach
1
-2
/
+2
2018-08-31
js: cleanup after key import test
Maximilian Krambach
1
-1
/
+3
2018-08-30
js: tests for file name encoding
Maximilian Krambach
2
-2
/
+60
2018-08-30
js: decoding of information
Maximilian Krambach
1
-1
/
+1
2018-08-30
js: add tests
Maximilian Krambach
4
-5
/
+138
2018-08-30
js: add encoding parameter for encrypt return
Maximilian Krambach
1
-2
/
+9
2018-08-30
js: separate gpgme answer by type of data
Maximilian Krambach
2
-47
/
+75
2018-08-29
js: return base64 after encrypt with armor=false
Maximilian Krambach
2
-3
/
+7
2018-08-27
js: small documentation update
Maximilian Krambach
1
-1
/
+2
2018-08-27
js: make non-payload data more encoding-tolerant
Maximilian Krambach
1
-1
/
+8
2018-08-27
js: typecheck destructured parameters
Maximilian Krambach
3
-20
/
+40
2018-08-27
js: extend information on decoding in decrypt
Maximilian Krambach
2
-3
/
+9
2018-08-27
js: fix file_name return on decrypt
Maximilian Krambach
1
-17
/
+17
2018-08-24
js: add new options to permittedOperations
Maximilian Krambach
1
-0
/
+6
2018-08-23
js: fix syntax inside Keyring methods
Maximilian Krambach
1
-1
/
+2
2018-08-23
js: offer an always-trust parameter on encrypt
Maximilian Krambach
1
-1
/
+7
2018-08-23
js: use destructured option parameters
Maximilian Krambach
3
-107
/
+66
2018-08-23
js: update getDefaultKey to more precise logic
Maximilian Krambach
1
-1
/
+6
2018-08-22
js: add decrypt result options
Maximilian Krambach
4
-12
/
+44
2018-08-22
js: make method parameters objects
Maximilian Krambach
11
-309
/
+385
2018-08-22
js: improve decryption performance
Maximilian Krambach
5
-19
/
+100
2018-08-22
js: Return error if signature has no fingerprint
Maximilian Krambach
1
-1
/
+4
2018-08-22
js: changed verify signature result infos
javascript-binding
Maximilian Krambach
2
-21
/
+28
2018-08-22
js: throw errors in sync functions
Maximilian Krambach
6
-61
/
+76
2018-08-21
js: update decrypt/verify results
Maximilian Krambach
4
-12
/
+49
2018-08-21
js: remove outdated checklists
Maximilian Krambach
3
-36
/
+0
2018-08-21
js: Fix library name mentioned in js Makefiles
Andre Heinecke
4
-15
/
+15
2018-08-21
js: Update extra_dist files
Andre Heinecke
2
-2
/
+4
2018-08-21
js: Improve README
Andre Heinecke
1
-9
/
+36
2018-08-21
js: set expiry of generatedKey to seconds from now
Maximilian Krambach
1
-6
/
+4
2018-08-20
js: add option "subkey-algo" to generateKey
Maximilian Krambach
2
-2
/
+14
2018-08-20
js: set expiry date on generateKey
Maximilian Krambach
1
-1
/
+2
2018-08-20
js: add and apply eslint rules
Maximilian Krambach
25
-397
/
+421
2018-08-20
js: revert changes to class read/write restriction
Maximilian Krambach
9
-1255
/
+1164
2018-08-17
js: decode arriving gpg message strings
Maximilian Krambach
4
-4
/
+76
2018-08-17
js: correct decrypt result info (2)
Maximilian Krambach
1
-3
/
+3
2018-08-17
js: expect additional 'info' to arrive on decrypt, too
Maximilian Krambach
1
-1
/
+2
[next]