fix invalid cast runtime warning
[claws.git] / src / plugins / rssyl /
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-10-05 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
2018-10-04 Andrej KacianDo not use trim_string() in RSSyl's rename folder dialog.
2018-09-18 Andrej KacianSet missing pubdate/moddate in RSSyl items to the other...
2018-09-18 Andrej KacianThe pubDate timestamp in RSS2.0 sets date_published.
2018-08-31 Andrej KacianAdded unit test framework, and some initial unit tests.
2018-08-31 Andrej KacianMoved codeconv.[ch] and unmime.[ch] to common/ subdir.
2018-08-24 Andrej KacianFix various plugins including generated .h files when...
2018-08-21 Andrej KacianRemoved an unused #include from libfeed's parser.c.
2018-08-16 wwpFix/normalize product name in few places in UI and...
2018-08-13 Andrej KacianFix an embarrassing mistake in rssyl_strreplace().
2018-08-13 Andrej KacianAvoid a needless string copy in rssyl_replace_html_stuff().
2018-08-13 Andrej KacianAdd <sub> and </sub> to list of HTML tags to remove...
2018-08-13 Andrej KacianReturn a copy of the string also when sanity checks...
2018-08-03 Andrej KacianFix two GTK runtime warnings in RSSyl feed properties...
2018-07-17 Andrej KacianRSSyl: do not look at modified time when matching delet...
2018-07-16 Andrej KacianRSSyl: Re-add a mistakenly deleted #include.
2018-07-15 Andrej KacianRSSyl: add more missing checks for offline mode
2018-07-14 Andrej KacianRSSyl: rework matching deleted items to better handle...
2018-06-22 Paulstrip whitespace from subscribed URLs
2018-02-23 Andrej KacianRSSyl: fix deleted item checking when modified or publi...
2018-02-09 Andrej KacianFix few forgotten GDK_ to GDK_KEY_ renames in plugins.
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianDo not put enchant's CFLAGS into main CFLAGS make variable.
2018-02-09 Andrej KacianRework of alertpanel default button focus handling.
2018-02-06 Ralph SennhauserDrop no longer used gtk+2 utility functions
2018-02-06 Ralph SennhauserDrop ifdefs for old gtk+2
2018-02-06 Andrej KacianRemoved almost all direct GTK struct member accesses.
2018-01-31 Andrej KacianRSSyl: Handle 404 and other fetch failures better.
2017-12-09 Andrej KacianCopyright year update in plugins' version.rc files.
2017-11-27 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-11-23 Abhay S. KushwahaRssyl: fix Windows build
2017-11-16 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2017-11-15 Ricardo MonesRssyl: use new entity decoding API
2017-11-03 Ricardo MonesUse appropriate array for searching
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
2017-07-04 Andrej KacianFix for 2f1eda3f0.
2017-07-03 Andrej KacianFix reading past buffer boundary in RSSyl's strreplace.
2017-05-15 Andrej KacianRSSyl: Stop earlier when an invalid feed is encountered.
2017-03-17 wwpFix typos, fixes bug 3786: typo in src/mimeview.c.
2017-02-25 Andrej KacianReplace verbosity boolean flag with a bitfield of flags.
2017-02-25 Andrej KacianRemove rssyl_feed_subscribe_new(), it was redundant.
2017-01-09 wwpFixes Coverity CIDs: 1220388 1372362 1220222 1358399...
2016-10-25 Paulmore 'SSL' to 'SSL/TLS'
2016-09-23 Ricardo MonesEnable keeping old items by default
2016-09-11 Andrej KacianFix an impossible crash to shut Coverity up.
2016-09-10 Andrej KacianFix a memory leak in rssyl_update_comments().
2016-09-10 Andrej KacianA fix for commit b274c72.
2016-09-09 Andrej KacianFix memory leak when freeing RSSyl's FeedItem struct.
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-18 Andrej KacianFew miscellaneous fixes for RSSyl.
2016-07-23 Andrej KacianEmbarrassing typo fix in rssyl_subscribe().
2016-07-23 Andrej KacianUpdated plugins' claws.def files for win32 build.
2016-07-23 Paulstandardise singlular/plural mix on labels
2016-07-21 Andrej KacianFurther improve API isolation of folderview.
2016-07-21 Andrej KacianUse folderview_freeze/thaw() functions outside of folde...
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-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-01-27 Andrej KacianFix superfluous semicolons from 543c7d3.
2016-01-27 Andrej KacianRSSyl: Handle XHTML content correctly for Atom feeds.
2016-01-19 Andrej KacianFix typo in handling feed name ending with a period...
2015-12-18 Andrej KacianRSSyl: do not add extra dir separator in item_get_path().
2015-12-09 Ricardo MonesFix bug #3570 “Feed preferences window appearance”
2015-12-04 Andrej KacianRemoved a useless debug line.
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-15 Paulmore sanitizing of translatable strings
2015-11-13 Colin LeroyMore null pointer dereference fixes
2015-10-21 Andrej KacianUse folderview_get_selected_item() more.
2015-10-19 Andrej KacianAdd a forgotten RSSyl: prefix to log_print message...
2015-10-19 Andrej KacianRSSyl: Accept feeds with no title. Closes bug #3480.
2015-10-14 Paulfix format warnings and some OpenBSD specific fixes
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-21 Andrej KacianFix several memory leaks in RSSyl.
2015-08-04 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-08-04 Andrej KacianDo not build libfeed if RSSyl plugin is disabled.
2015-07-07 Andrej KacianRSSyl: add a missing symbol to claws.def for Windows...
2015-07-07 Andrej KacianUse accessor for common preferences in all plugins.
2015-07-01 Andrej KacianDisallow folder names to begin or end with a dot on...
2015-06-30 Andrej KacianRSSyl: Variable typo fix in Windows-specific code.
2015-06-30 Andrej KacianUpdated plugins' claws.def files as needed for Windows...
2015-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-06-18 Andrej KacianRSSyl: Use our CA certificate bundle on Windows.
2015-06-18 Andrej KacianRSSyl: If given, set CURLOPT_CAINFO regardless of libcu...
2015-06-17 Andrej KacianRSSyl: Allow giving custom CA cert file to libfeed
2015-06-16 Andrej KacianRSSyl: Free GError from memory where necessary.
2015-06-16 Andrej KacianRSSyl: Use g_mkstemp() instead of mkstemp()
next