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
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpgme-tool: Return more detailed XML from KEYLIST
W. Trevor King
2012-09-28
1
-14
/
+120
*
gpgme-tool: Initialize input_fd and output_fd
W. Trevor King
2012-09-28
1
-0
/
+2
*
gpgme-tool: Fix handling of file descriptors
Werner Koch
2012-09-26
1
-16
/
+35
*
Add DCO file
Werner Koch
2012-09-25
1
-0
/
+29
*
Document contribution rules.
Werner Koch
2012-09-25
4
-6
/
+63
*
Add gpgme_set_global_flag to help debugging
Werner Koch
2012-09-25
8
-10
/
+95
*
Remove all trailing whitespace from source files
Werner Koch
2012-09-25
83
-726
/
+726
*
Add two recent contributors.
Marcus Brinkmann
2012-07-28
1
-2
/
+3
*
Fix sign error in position calculation for mem_seek.
Marcus Brinkmann
2012-07-28
1
-1
/
+1
*
Allow null context on gpgme_set_locale.
Marcus Brinkmann
2012-07-27
1
-3
/
+0
*
Do not include the removed file status-table.h
Werner Koch
2012-07-13
1
-22
/
+21
*
Make handling of new conf values more robust (bug#1413).
Werner Koch
2012-07-13
1
-50
/
+51
*
Post release updates.
Werner Koch
2012-05-02
2
-2
/
+6
*
Release 1.3.2.
gpgme-1.3.2
Werner Koch
2012-05-02
7
-44
/
+63
*
Remove unused pth stuff from gpgme-config.
Werner Koch
2012-05-02
1
-6
/
+0
*
Fix minor documentation problem.
Werner Koch
2012-05-02
1
-27
/
+27
*
Update signature summary for the case of missing X.509 keys.
Werner Koch
2012-05-02
2
-11
/
+39
*
Fix timestamp parsing for y2038 hack.
Werner Koch
2012-04-30
1
-2
/
+3
*
Remove trailing white space
Werner Koch
2012-04-30
2
-49
/
+49
*
.gitignore: flesh out rules and add subdirectory-.gitignores.
W. Trevor King
2012-04-20
8
-5
/
+81
*
status-table.c: include string.h for strcmp.
W. Trevor King
2012-04-13
1
-0
/
+1
*
gpgme-tool: add help messages for a number of commands.
W. Trevor King
2012-04-03
1
-23
/
+137
*
uiserver.texi: fix decryption -> encryption typo in PREP_ENCRYPT discussion.
W. Trevor King
2012-04-03
1
-1
/
+1
*
Update Werner Koch's distribution signing key in the README.
W. Trevor King
2012-04-03
1
-2
/
+2
*
Do not rely on glibc name of syscall.
Marcus Brinkmann
2012-03-12
1
-1
/
+1
*
Update config.guess and config.sub to latest version.
Marcus Brinkmann
2012-03-12
2
-318
/
+475
*
Rework status table to be less dynamically generated.
Marcus Brinkmann
2012-02-14
11
-173
/
+183
*
Use gpgme interface for error handling to avoid linking with gpg-error.
Marcus Brinkmann
2012-02-08
20
-53
/
+49
*
Link the thread test to pthread.
Marcus Brinkmann
2012-02-08
1
-1
/
+1
*
Link gpgme-tool directly to libassuan, as it uses its interface.
Marcus Brinkmann
2012-02-08
1
-1
/
+1
*
Support the mingw-w64 toolchain.
Werner Koch
2012-01-19
1
-2
/
+2
*
Fix Solaris problems with ttyname_r.
Werner Koch
2012-01-19
4
-56
/
+157
*
Try to make configure.ac a bit smaller.
Werner Koch
2012-01-19
1
-6
/
+3
*
For W32 use a build number instead of abbreviated commit id.
Werner Koch
2012-01-19
2
-6
/
+11
*
Adjust configure.ac for modern autoconf.
Werner Koch
2012-01-19
1
-9
/
+8
*
Update to libtool 2.4.2
Werner Koch
2012-01-19
5
-2227
/
+4115
*
Add ttyname_r check macro from gnulib.
Werner Koch
2012-01-19
1
-0
/
+101
*
Generate the ChangeLog from commit logs.
Werner Koch
2011-12-02
20
-1074
/
+1724
*
Remove support for libgpgme-pth.
Marcus Brinkmann
2011-10-25
8
-682
/
+16
*
Post-release.
Marcus Brinkmann
2011-07-04
2
-1
/
+7
*
Release 1.3.1
gpgme-1.3.1
Marcus Brinkmann
2011-06-16
3
-4
/
+10
*
Check context pointers for null pointer on entry points.
Marcus Brinkmann
2011-05-26
22
-6
/
+266
*
Fix I/O callback example.
Marcus Brinkmann
2011-05-12
2
-7
/
+14
*
Correct key-gen example.
Marcus Brinkmann
2011-05-12
2
-6
/
+11
*
Clean up the tests correctly.
Marcus Brinkmann
2011-05-11
3
-6
/
+22
*
Update NEWS file.
Marcus Brinkmann
2011-05-06
1
-1
/
+2
*
Remove complus support.
Marcus Brinkmann
2011-05-06
2
-7
/
+3
*
Remove complus (10 years unused).
Marcus Brinkmann
2011-05-06
20
-3156
/
+5
*
Remove unused macro GNUPG_FIX_HDR_VERSION.
Marcus Brinkmann
2011-05-06
2
-26
/
+4
*
Make sure an existing agent doesn't interfere with test suite generation.
Marcus Brinkmann
2011-05-06
2
-0
/
+9
[next]