fix CID 1596595: Resource leaks, and CID 1596594: (CHECKED_RETURN)
[claws.git] / src / plugins / rssyl / rssyl_add_item.c
2023-02-24 Paulupdate forgotten copyright headers
2022-05-06 paulmerge gtk3 branch into master 4.1.0
2022-03-18 Ricardo MonesHonor GTK project name¹, except some files…
2021-12-29 Jonathan BoeingUse CM_TIME_FORMAT instead of casting
2021-11-29 Jonathan BoeingUse CM_TIME_FORMAT instead of casting
2021-09-14 Jonathan BoeingFix time_t format specifier warnings
2021-09-14 Jonathan BoeingFix time_t format specifier warnings
2021-09-03 wwpNormalize g_warning's: no capitalization, no trailing...
2021-09-03 wwpNormalize g_warning's: no capitalization, no trailing...
2019-08-26 Andrej KacianFix comparison for RSS feed items without text
2019-08-26 Andrej KacianFix comparison for RSS feed items without text
2019-05-04 Andrej KacianFix parsing items with empty bodies from on-disk RSSyl...
2019-05-04 Andrej KacianFix a memory leak in rssyl_add_item()
2019-05-04 Andrej KacianFix a memory leak in rssyl_add_item()
2019-04-30 Andrej KacianFix parsing items with empty bodies from on-disk RSSyl...
2019-04-25 Andrej KacianFix a memory leak in rssyl_add_item()
2019-04-23 Andrej KacianFix a memory leak in rssyl_add_item()
2019-02-08 Andrej KacianUse G_GSIZE_FORMAT for printing time_t values
2019-01-20 Andrej KacianUse G_GSIZE_FORMAT for printing time_t values
2019-01-12 Andrej KacianImprove new feed item detection algorithm in RSSyl...
2019-01-12 Andrej KacianImprove new feed item detection algorithm in RSSyl...
2018-11-16 Andrej KacianUse much less disk IO when working with .deleted files...
2018-11-13 Andrej KacianUse much less disk IO when working with .deleted files...
2018-10-16 Colin LeroyRename claws_io to file-utils, and move file-related...
2018-10-16 Colin LeroyWrap file I/O to claws_* to benefit from custom locking...
2018-10-16 Colin LeroyFix build
2018-10-16 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
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 LeroyFix build
2018-10-05 Colin LeroyImplement safe_fclose() so we can respect the "Metadata...
2018-10-04 Andrej KacianSet missing pubdate/moddate in RSSyl items to the other...
2018-09-18 Andrej KacianSet missing pubdate/moddate in RSSyl items to the other...
2018-08-25 wwpFix/normalize product name in few places in UI and...
2018-08-16 wwpFix/normalize product name in few places in UI and...
2016-09-10 Andrej KacianA fix for commit b274c72.
2016-09-09 Andrej KacianFix memory leak when freeing RSSyl's FeedItem struct.
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-06-16 Andrej KacianRSSyl: Use g_mkstemp() instead of mkstemp()
2015-06-04 Andrej KacianRSSyl: Reworked item comparing logic, partly based...
2015-05-21 Andrej KacianRSSyl: Leave unread flag on new items regardless of...
2014-11-27 Andrej KacianRSSyl: Do not run html entity replacement on URL and...
2014-07-02 Andrej KacianRSSyl: Fix errno declaration in rssyl_add_item() breaki...
2014-07-01 Andrej KacianRSSyl: more fixes for Coverity issues
2014-06-30 Andrej KacianRSSyl: Fix some more issues reported by Coverity.
2014-06-25 Andrej KacianRSSyl: handle expiring comments after their parent...
2014-06-24 Andrej KacianRSSyl: do not use feed item's URL to populate an empty...
2014-06-17 Andrej KacianNew RSSyl replacing old one.