Fix memory leak when freeing RSSyl's FeedItem struct.
[claws.git] / src / plugins /
2016-09-09 Andrej KacianFix memory leak when freeing RSSyl's FeedItem struct.
2016-09-09 Ricardo MonesFix potential out-of-bounds read
2016-09-02 Paulfix `make dist`
2016-09-01 Ricardo MonesFix bug #2918: Notification Popup icon is hardcoded
2016-08-31 Pauluse file name for WebCal subscription folder name
2016-08-30 Paulimplement the 4-state icons for 'noselect' folders
2016-08-23 Andrej KacianFix crash in vcalendar passwords handling on prefs...
2016-08-21 Andrej KacianFix NULL pointer dereference in Atom parser.
2016-08-21 Andrej KacianFix crash when an Atom feed's opening tag doesn't have...
2016-08-19 Andrej KacianMore fixes for parsing dates in vcalendar on Windows.
2016-08-19 Andrej KacianRevert "More fixes for parsing dates in vcalendar on...
2016-08-19 Andrej KacianMore fixes for parsing dates in vcalendar on Windows.
2016-08-18 Andrej KacianMore support for pre-Epoch dates for Windows.
2016-08-18 Andrej KacianFew miscellaneous fixes for RSSyl.
2016-08-18 Andrej KacianUse GDateTime instead of mktime() in vcalendar's libical.
2016-08-15 Andrej KacianFix potential crash in vcalendar's icalcomponent_vanew...
2016-08-09 Andrej KacianFix a potential bug in vcalendar's libical.
2016-08-01 Andrej KacianRemoved SessionMsgType enum and its use, since it is...
2016-07-29 Ricardo MonesRemove more line breaks from g_warning()
2016-07-28 Ricardo MonesFix some debug messages and update headers
2016-07-23 Andrej KacianEmbarrassing typo fix in rssyl_subscribe().
2016-07-23 Andrej KacianAdded working_directory parameter to execute_command_line()
2016-07-23 Andrej KacianUpdated plugins' claws.def files for win32 build.
2016-07-23 Paulstandardise singlular/plural mix on labels
2016-07-22 Andrej KacianRemove last outside gtk_cmclist_freeze/thaw for summary...
2016-07-21 Andrej KacianFurther improve API isolation of folderview.
2016-07-21 Andrej KacianUse folderview_freeze/thaw() functions outside of folde...
2016-07-20 Andrej KacianRemove unused GtkWidget* argument in stock_pix* functions.
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-07 Andrej KacianUpdated claws.def file for win32 build of notification...
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-07-03 wwpnotification plug-in: skip SMTP-only accounts when...
2016-06-30 wwpAdd 'Get mail from account..' to notification plugin...
2016-06-27 Charles LehnerAllocate quoted-printable output buffer on heap
2016-06-27 Charles LehnerHandle ical lines longer than 256 bytes
2016-06-09 Pawel PekalaImplement focused widget saving between iconify/deiconi...
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-05-01 Ricardo MonesFix frequently ocurring typos :)
2016-05-01 Ricardo MonesFix some typos in perl plugin's manpage
2016-04-28 Andrej KacianFix behavior in selecting PGP MIME signature on Windows.
2016-04-22 Andrej KacianDisallow folder names ending with a space on Windows.
2016-04-09 Andrej KacianPrevent an unlikely crash during RSSyl feed properties...
2016-04-09 Andrej KacianRemove password from passwordstore when deleting a...
2016-04-09 Andrej KacianUpdate passwordstore if RSSyl feed's URL gets changed.
2016-04-09 Andrej KacianRemove obsolete comment in RSSyl's OPML import.
2016-04-09 Andrej KacianFix parsing logic in RSSyl OPML import.
2016-04-06 Andrej KacianUpdate plugins' claws.def filess for Windows build.
2016-04-05 Holger BerndtPython plugin: Add set_header_list() function for Compo...
2016-04-02 Andrej KacianRSSyl: zero out password variables after migration...
2016-04-02 Andrej KacianMake RSSyl plugin use the password store.
2016-04-02 Andrej KacianMove RSSyl plugin name to a macro.
2016-03-31 Andrej KacianMigrate GData plugin refresh token to password store...
2016-03-30 Andrej KacianMigrate SpamReport passwords to password store correctly.
2016-03-30 Andrej KacianMake vCalendar plugin use the password store.
2016-03-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2016-03-19 Andrej KacianTreat storing empty password same as storing NULL password.
2016-03-19 Andrej KacianWrite passwordstore into file more often, not just...
2016-03-19 Andrej KacianMake SpamReport plugin use the password store.
2016-03-19 Andrej KacianFix crash when unloading GData plugin when it's not...
2016-03-19 Andrej KacianMake GData plugin use the password store.
2016-03-14 Andrej KacianUse account ID instead of name in passwordstorerc.
2016-03-14 Charles LehnerMigrate managesieve to passwordstore
2016-03-03 Andrej Kacian"Master password" is now called "master passphrase".
2016-02-25 Paulfix typos in function name
2016-02-24 Pauladd missing include
2016-02-19 Ricardo MonesFix leak on error and error reporting
2016-02-19 Ricardo MonesFix a couple of typos
2016-02-19 Ricardo MonesFix bug #3581: sys:1: Warning: Source ID # was…
2016-02-11 Colin LeroyAdd a plugin method to allow updating stored passwords...
2016-02-11 Colin LeroyActually encrypt passwords before storing them
2016-02-11 Colin LeroyRequire new password API
2016-02-11 Colin LeroySpamReport: use new password API
2016-02-11 Colin LeroyGData: use new password API. Completely untested as...
2016-02-11 Colin LeroyvCalendar: Use new password API
2016-02-08 Andrej KacianMake procmime_mimeinfo_free_all() zero the passed pointer.
2016-01-27 Andrej KacianFix superfluous semicolons from 543c7d3.
2016-01-27 Andrej KacianRSSyl: Handle XHTML content correctly for Atom feeds.
2016-01-23 Andrej KacianMake procmsg_msginfo_free() zero out pointers to freed...
2016-01-19 Andrej KacianFix typo in handling feed name ending with a period...
2016-01-03 Andrej KacianAdd missing symbol to vcalendar claws.def file.
2015-12-18 Andrej KacianRSSyl: do not add extra dir separator in item_get_path().
2015-12-14 Andrej KacianBetter fix for crash after broken pgp keyring update.
2015-12-09 Ricardo MonesFix bug #3570 “Feed preferences window appearance”
2015-12-09 Ricardo MonesCosmetic: use always g_getenv instead of getenv
2015-12-07 Paulcall 'new' address book 'alternate' address book
2015-12-04 Andrej KacianRemoved a useless debug line.
2015-12-03 Charles LehnerFix enum scan on powerpc
2015-12-02 Ricardo MonesRemove markup from translatable strings
2015-11-25 Ricardo MonesUse same label for seconds in timeouts
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-14 Paulremove the internally used plus symbol from the transla...
next