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
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-03
js: improve connection check
Maximilian Krambach
1
-25
/
+35
2019-06-19
js: Error handling for browser errors
Maximilian Krambach
3
-27
/
+67
2018-11-08
spelling: fix misspellings
Daniel Kahn Gillmor
3
-4
/
+4
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
10
-10
/
+10
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
2
-4
/
+12
2018-09-10
js: Fix errorDetails of GPGME_Signature
Thomas Oberndörfer
1
-2
/
+2
2018-09-06
js: fix error in toKeyIdArray
Maximilian Krambach
1
-1
/
+1
2018-09-05
js: documentation cleanup
Maximilian Krambach
9
-100
/
+164
2018-08-30
js: decoding of information
Maximilian Krambach
1
-1
/
+1
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
1
-2
/
+6
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
2
-13
/
+32
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
2
-105
/
+62
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
3
-12
/
+20
2018-08-22
js: make method parameters objects
Maximilian Krambach
2
-118
/
+172
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
1
-2
/
+4
2018-08-22
js: throw errors in sync functions
Maximilian Krambach
5
-36
/
+47
2018-08-21
js: update decrypt/verify results
Maximilian Krambach
2
-10
/
+13
2018-08-21
js: Fix library name mentioned in js Makefiles
Andre Heinecke
1
-3
/
+3
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
10
-250
/
+257
2018-08-20
js: revert changes to class read/write restriction
Maximilian Krambach
8
-1209
/
+1148
2018-08-17
js: decode arriving gpg message strings
Maximilian Krambach
2
-2
/
+30
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
2018-08-17
js: decrypt callback is_mime fix
Maximilian Krambach
1
-1
/
+3
2018-08-17
js: don't expire new keys if no date is set
Maximilian Krambach
1
-0
/
+2
2018-08-17
js: small documentation fix
Maximilian Krambach
1
-6
/
+7
2018-08-17
js: removed Key.armor property in synchronous use
Maximilian Krambach
3
-89
/
+145
2018-08-17
js: disallow bulk set data on key from outside
Maximilian Krambach
3
-67
/
+89
2018-08-16
js: importKey feedback refactor
Maximilian Krambach
1
-18
/
+13
2018-08-16
js: fix import feedback
Maximilian Krambach
1
-1
/
+9
[next]