summaryrefslogtreecommitdiffstats
path: root/rss
AgeCommit message (Expand)Author
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
2017-10-13Remove superfluous copyright noticesAlexander Batischev
2017-10-13Use "NEWSBOAT" in include guardsAlexander Batischev
2017-10-13namespace newsbeuter → namespace newsboatAlexander Batischev
2017-10-12Fixes #9 'Use override specifier'Jonas Karlsson
2017-08-12Show HTTP error code if fetching failedAlexander Batischev
2017-08-12Use new name for CURLOPT_ENCODINGAlexander Batischev
2017-05-27Turn rsspp::item and rsspp::feed into classes with default constructorGregory Pakosz
2017-05-27Fixed uninitialized values reported by ValgrindGregory Pakosz
2016-11-20Apply simple suggestions from cppcheckAlexander Batischev
2016-11-02Merge branch 'feature/crusade-against-c-casts'Alexander Batischev
2016-11-02Merge branch 'feature/crusade-against-pointers-to-char'Alexander Batischev
2016-11-02Merge branch 'feature/variadic-templates'Alexander Batischev