Fix printf formats for size_t and goffset arguments.
[claws.git] / src / plugins / pgpcore /
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-07 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2018-10-07 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-06 Colin LeroyRemove old files that shouldn't be there
2018-10-06 Colin LeroyFix build
2018-08-31 Andrej KacianAdded unit test framework, and some initial unit tests.
2018-07-22 Andrej KacianRemoved a few obsolete and unused functions.
2018-07-15 Andrej KacianRemove unneeded debug_print lines.
2018-07-15 Andrej KacianSave the account custom signing key ID even if other...
2018-07-13 Andrej KacianDo not let plugins install their header files, unless...
2018-06-26 Andrej KacianFix build for Windows, plus some missing symbols in...
2018-04-11 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-04-11 Paulfix display of Key ID
2018-03-19 wwpFixed hook_id declarations to be gulong instead of...
2018-02-27 Andrej KacianUpdate uses of gtkut_tree_view_get_selected_pointer().
2018-02-27 Andrej KacianAdd gtkut_tree_view_get_selected_pointer() helper function.
2018-02-24 Andrej KacianUnreference GtkTreeModel pointers after they've been...
2018-02-19 Andrej KacianReplace GtkCMCList in pgpcore select-keys.c with GtkTre...
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianRework of alertpanel default button focus handling.
2018-02-06 Ralph SennhauserDrop no longer used gtk+2 utility functions
2018-01-20 Ricardo MonesPrune more gtk_widget_set_size_request calls
2017-12-09 Andrej KacianCopyright year update in plugins' version.rc files.
2017-11-16 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-11-09 Andrej KacianA hopefully better fix for commit 9f1c5fef1 when buildi...
2017-11-09 Andrej KacianFix commit 9f1c5fef1 when building with GpgME < 1.7.0.
2017-11-08 Andrej KacianShow full key/signature fingerprints.
2017-09-23 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-09-23 Andrej KacianUse separate account configuration for OpenPGP and...
2017-09-18 Colin LeroyFix a possible leak
2017-09-18 Colin LeroyFix double-free of keys
2017-07-12 Andrej KacianFix use of uninitialized value in sgpgme_has_secret_key().
2017-07-11 Andrej KacianFix a few memory leaks when enumerating keys with GpgME.
2017-07-10 Andrej KacianFix two similar memory leaks in pgp and managesieve...
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
2017-03-08 Andrej KacianAdded debug output for failure cases in sgpgme_data_rel...
2017-01-13 wwpPrefer dynamically allocated buffers to fixed-size...
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-23 Paulstandardise singlular/plural mix on labels
2016-07-13 Andrej KacianWhen generating a PGP keypair, only ask for passphrase...
2016-07-11 Andrej KacianSimplify handling of gpg_ask_create_key pref.
2016-07-10 Andrej KacianAdded --batch option to manual gpg executable calls.
2016-07-10 Andrej KacianMade exporting GPG key to keyserver work on Windows.
2016-07-04 Ricardo MonesAdd forgotten block delimiters
2016-07-04 Ricardo MonesWarn on unsuccessful gpgme_set_engine_info calls
2016-07-04 Paulmodify 61f7c3c5e to catch another hardcoded gpg call
2016-05-03 Andrej KacianMade manual GPG key import work on Windows.
2016-05-03 Andrej KacianAsk GpgME for path to gpg executable for manual key...
2016-04-28 Andrej KacianFix behavior in selecting PGP MIME signature on Windows.
2016-02-19 Ricardo MonesFix leak on error and error reporting
2015-12-14 Andrej KacianBetter fix for crash after broken pgp keyring update.
2015-12-09 Ricardo MonesCosmetic: use always g_getenv instead of getenv
2015-11-17 Paulreinistate 1b32cc6794190c9fb6124b6de5b6f23e3007eec9...
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-15 Paulmore sanitizing of translatable strings
2015-11-14 Paulremove most of the markup from translatable strings
2015-11-13 Colin LeroyMore null pointer dereference fixes
2015-11-01 Paulrevert 1b32cc6794190c9fb6124b6de5b6f23e3007eec9
2015-10-11 Andrej KacianUpdated plugins' symbol list files for Windows build.
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-22 Ricardo MonesDo not translate g_warning() strings
2015-09-07 Christian HesseHidden preference to limit PGP autocompletion
2015-08-27 Paullet's not suggest possible, not necessarily correct...
2015-08-27 Pauladd option to specify location of GnuPG executable
2015-08-21 Pauldo sgpgme_init() after prefs_gpg_init() because prefs...
2015-08-20 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-08-20 Michael RasmussenReduce size of error message
2015-08-19 Michael RasmussenFix possible crash when gpg is upgraded to gpg-v21
2015-06-18 Ricardo MonesFix leak on failing realloc
2015-05-18 Ricardo MonesAlmost switch plugins from strerror to g_strerror
2014-10-31 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-10-31 Paulbetter implementation of 420e8349978b7c927a80f1a5dd63fd...
2014-10-30 Paulimplement RFE 3314, 'user can't see validity of gpg...
2014-08-01 Colin LeroyFix missing fclose(), thanks to Kevin Day
2014-08-01 Paultidy up after last commit
2014-08-01 Paulimplement RFE 3238, 'GPG Mime Plugin exports contents...
2014-06-27 Ricardo MonesAdd license and copyright to 9b3fd2b5
2014-06-26 Paulindicate revoked UIDs
2014-06-26 Paulshow owner trust in full info
2014-06-24 Paulfix erroneous 'untrusted' msg based on validity not...
2014-06-18 Pauladd configure option --enable-appdata and put all appda...
2014-06-16 Colin LeroyDistribute .in files too
2014-06-13 Paulfix this wonderful screw-up that broke `make dist`
2014-06-13 Paulinternationalise plugin appdata files
2014-06-09 Paulin full sig info: fix check for revoked key error code...
2014-06-09 Paulbe a little more verbose with revoked key and expired...
2014-06-09 Colin LeroyMake revoked keys explicit
2014-06-09 Paulgenerate RSA keys (default in gpg)
2014-06-09 Paulgenerate a 2048 bit key (default size in gpg)
2014-06-06 Colin LeroyCoverity fixes
2014-05-25 Ricardo MonesUpdate licensing for Makefile.am files
2014-04-30 Colin LeroyDon't encrypt with a public key for which the email...
2014-04-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2014-04-25 Colin LeroyReplace deprecated INCLUDES with AM_CPPFLAGS; where...
2014-04-24 Colin LeroyAdd missing syms. Serious Win32 PITA
2014-03-17 Paultidy up and get the string translated
2014-03-17 Paulfix build error: "#error GPGME was compiled with _FILE_...
2014-03-17 Colin LeroyFix crash due to wrong use of the gpointer source ...
2014-03-17 Colin LeroyAdd the GPG keyring as possible source for address...
next