summaryrefslogtreecommitdiffstats
path: root/rss
AgeCommit message (Expand)Author
2022-08-13Allow curl to accept all of its built-in supported encodingsDennis van der Schagt
2022-05-20Make `http\https` default if multiple link (#2068)bogdasar1985
2022-01-26Fix bug in xml parsingbogdasar1985
2021-10-20Replaces uses of CURL* with Curlhandle (#1828)twittumz
2021-04-02Merge pull request #1559 from PetraOleum/freshrssPetra Lamborn
2021-01-07Do not pass the whole Feed into RssParserFactoryAlexander Batischev
2020-11-21Always update description's mime-type when updating item's descriptionDennis van der Schagt
2020-11-21rss: Store mime-type instead of raw atom/rss attribute valueDennis van der Schagt
2020-10-10Determine description type (html or plaintext) from media:descriptionDennis van der Schagt
2020-10-10Handle tags from rss media specificationDennis van der Schagt
2020-10-10Extract xml-related functions from RssParserDennis van der Schagt
2020-08-08Integrate Miniflux into existing implementationGalen Abell
2020-03-28Include all authors when parsing an atom entryDennis van der Schagt
2020-01-28RssParser::__w3cdtf_to_rfc822 -> w3cdtf_to_rfc822Alexander Batischev
2020-01-28Check return code of mktimeAlexander Batischev
2019-10-20Format the code with AStyleAlexander Batischev
2019-10-20Always put blocks in curly bracesAlexander Batischev
2019-10-12Protect localtime() with mutexAlexander Batischev
2019-09-07Free XML properties after using themAlexander Batischev
2019-08-03Fix C++ strprintf tests on i686 (#555)Alexander Batischev
2019-06-26Fix build on FreeBSDTobias Kortkamp
2019-06-09Fix out-of-bounds access on empty author tag in RSS 0.9xAlexander Batischev
2019-05-19Remove rss/rssinternal.hAlexander Batischev
2019-05-18Move rsspp::RssParserFactory into a separate fileAlexander Batischev
2019-05-18Move rsspp::AtomParser into a separate fileAlexander Batischev
2019-05-18Move rsspp::Rss10Parser into a separate fileAlexander Batischev
2019-05-18Split Rss09xParser and Rss20Parser to separate filesAlexander Batischev
2019-05-18Move rsspp::RssParser into a separate fileAlexander Batischev
2019-05-18Remove rsspp.hAlexander Batischev
2019-05-18Move rsspp::Parser into a separate fileAlexander Batischev
2019-05-18Move rsspp::Exception to a separate fileAlexander Batischev
2019-05-18Move rsspp::Feed into a separate fileAlexander Batischev
2019-05-18Move rsspp::Item into a separate fileAlexander Batischev
2019-05-18Move Version enum into FeedAlexander Batischev
2018-10-20Convert StrPrintf to namespacezaowen
2018-10-19Change Utils class to namespacezaowen
2018-10-06Implement new naming stylezaowen
2018-07-29Reformat code with clang-format 5.0.2Alexander Batischev
2018-07-28"make fmt" changeskmws
2018-05-18Clang-format: avoid mixing tabs with spacesAlexander Batischev
2018-05-18Automate code formatting with clang-formatAlexander Batischev
2018-05-18Group includesAlexander Batischev
2018-02-17Explain CURLcode in log messagesAlexander Batischev
2018-01-21Rewrite CURL_CA_BUNDLE code in our coding styleAlexander Batischev
2018-01-08Respect CURL_CA_BUNDLE so users can override the libcurl builtin.Marius Bakke
2017-12-23Fix test failures on OS X 10.12Alexander Batischev
2017-11-06Set CURLOPT_COOKIEJAR after reset of curlhandleSimon Schuster
2017-10-29Add missing newsboat namespaceCarno
2017-10-29Use last *audio* enclosureAlexander Batischev
2017-10-13Merge branch 'feature/global-rename-to-newsboat'Alexander Batischev