Fix parsing items with empty bodies from on-disk RSSyl items
[claws.git] / src / plugins / rssyl / parse822.c
2019-04-30 Andrej KacianFix parsing items with empty bodies from on-disk RSSyl...
2019-04-28 Andrej KacianFix previous commit
2019-04-28 Andrej KacianRemove unnecessary debug output from previous commit
2019-04-28 Andrej KacianSimplify item body parsing in rssyl_parse_folder_item_f...
2019-01-20 Andrej KacianUse G_GSIZE_FORMAT for printing time_t values
2018-12-29 Andrej KacianDo not needlessly cast time_t to long long int for...
2018-09-18 Andrej KacianSet missing pubdate/moddate in RSSyl items to the other...
2018-08-16 wwpFix/normalize product name in few places in UI and...
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
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-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-06-16 Andrej KacianRSSyl: Free GError from memory where necessary.
2015-06-16 Andrej KacianRSSyl: Got rid of opendir/readdir/closedir in favour...
2015-06-05 Andrej KacianUse 'GStatBuf' instead of 'struct stat' type where...
2014-09-14 Andrej KacianRSSyl: Do not use g_strsplit_set() to get the ID from...
2014-06-17 Andrej KacianNew RSSyl replacing old one.