summaryrefslogtreecommitdiffstats
path: root/rss
AgeCommit message (Expand)Author
2012-01-062011 -> 2012.Andreas Krennmair
2011-06-30fixed issue #270.Andreas Krennmair
2011-06-16changes made as suggested by cppcheck(1).Andreas Krennmair
2011-02-24sort items received from ttrss by timestamp (newest first).Andreas Krennmair
2011-02-12also synchronize unread flag from server to client.Andreas Krennmair
2011-01-03update copyright year.Andreas Krennmair
2010-12-10add configuration option cookie-cache to define file where cookies are read f...Andreas Krennmair
2010-06-21make newsbeuter compatible with digest proxies (fixes issue #216).Andreas Krennmair
2010-04-29fall back to dc:date if pubDate is not available in RSS 0.9x/2.0 (partial fix...Andreas Krennmair
2010-04-16added handling of optional RSS 2.0 XML namespace (fixes issue #202).Andreas Krennmair
2010-03-21fixed W3CDTF parser.Andreas Krennmair
2010-02-02added support for Atom 0.3 feeds without namespace (backward compatibility ha...Andreas Krennmair
2010-01-23oops, forgot namespace for RSS 1.0 link tag.Andreas Krennmair
2010-01-23fixed RSS 1.0 parser.Andreas Krennmair
2010-01-21fixed fairly severe Atom feed parsing bug.Andreas Krennmair
2010-01-05update 2009 -> 2010.Andreas Krennmair
2010-01-02if no namespace is specified, don't treat is as optional, rather make sure no...Andreas Krennmair
2009-12-15properly update read/unread status in Google Reader mode.Andreas Krennmair
2009-12-09fixed issue #161.Andreas Krennmair
2009-09-23set SID on handle when downloading file.Andreas Krennmair
2009-08-30support for RSS 0.94.Andreas Krennmair
2009-07-13added rss version "2" as workaround for broken feeds.Andreas Krennmair
2009-06-19fixed issue #149.Andreas Krennmair
2009-06-18added missing argument.Andreas Krennmair
2009-05-25added support for SOCKS proxies.Andreas Krennmair
2009-04-23added support for dc:creator tag for rss 0.9x and 2.0.Andreas Krennmair
2009-03-25another Atom improvement.Andreas Krennmair
2009-03-23even more Atom parser improvements.Andreas Krennmair
2009-03-23improved Atom parser.Andreas Krennmair
2009-03-16readded and fixed improved HTTP download handling.Andreas Krennmair
2009-02-20limit number of redirects to 10.Andreas Krennmair
2009-02-15don't verify authenticity of peer's SSL certificate.Andreas Krennmair
2009-02-09log broken feeds to error log.Andreas Krennmair
2009-02-08Revert "Improved and extended conditional HTTP download handling."Andreas Krennmair
2009-02-07Improved and extended conditional HTTP download handling.Andreas Krennmair
2009-02-07when parsing files, handle errors in the same way as for buffers.Andreas Krennmair
2009-02-02fixed one crash and one rendering issue found through feedparser.py's examples.Andreas Krennmair
2009-02-01improved Atom handling (xml:base, HTML rendering).Andreas Krennmair
2009-02-01fixed xml:base handling in Atom parser.Andreas Krennmair
2009-01-30fixed W3CDTF parser.Andreas Krennmair
2009-01-30added tests for W3CDTF parser.Andreas Krennmair
2009-01-28made it possible to disable debug logging via a define.Andreas Krennmair
2009-01-25misc. code cleanups.Andreas Krennmair
2009-01-25curl global cleanup.Andreas Krennmair
2009-01-03fixed atom parsing bug found through unit tests.Andreas Krennmair
2009-01-03added basic support for Yahoo Media RSS.Andreas Krennmair
2009-01-03added support for enclosures.Andreas Krennmair
2009-01-03properly initialize libcurl.Andreas Krennmair
2009-01-03streamlined exceptions.Andreas Krennmair
2009-01-01remove early cleanup.Andreas Krennmair