summaryrefslogtreecommitdiff
path: root/sfeed.c
AgeCommit message (Collapse)Author
2015-01-03sfeed: even more time improvementsHiltjo Posthuma
2015-01-03clear some fields if they are set previously (some feeds define multiple ↵Hiltjo Posthuma
date field)
2015-01-03improve date parsing and displayHiltjo Posthuma
2015-01-03sfeed: remove level of indent in parsetimeHiltjo Posthuma
2015-01-03sfeed: clean up gettimetzHiltjo Posthuma
2015-01-03sfeed: fix set offset on successHiltjo Posthuma
2015-01-03more time fixesHiltjo Posthuma
2015-01-03time fixesHiltjo Posthuma
2015-01-02sfeed: add -v flag to display program versionHiltjo Posthuma
2015-01-02trim stringHiltjo Posthuma
2015-01-02sfeed: fix incorrect strlcpy, style and strict check for bufHiltjo Posthuma
2015-01-02sfeed: changes, needs some testingHiltjo Posthuma
2015-01-02sfeed: styleHiltjo Posthuma
2015-01-02sfeed: cleanup, use err()Hiltjo Posthuma
2014-11-11code style, use actual column width of charHiltjo Posthuma
2014-11-11sfeed.c: code-styleHiltjo Posthuma
2014-06-28sfeed: fix check for div in atom contentHiltjo Posthuma
as suspected it should match the tagname exactly "div", it would match <diva> too :P Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-28handle invalid values of strto*lHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-28handle invalid value for strtoul, refactor a bitHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-06-28compile with -Wextra, ignore unused parametersHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13sfeed: fix invalid length parameterHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-13cleanup, tested with tccHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08style: linewrap, etcHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: remove level of indentationHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: make code a bit more clearHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: cleanupHiltjo Posthuma
remove a few levels of indentation, simplify Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: style, comments aboveHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-05-08sfeed: fix numeric entity output (utf8)Hiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-25sfeed: fix numeric entity parsingHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-19cleanupHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-09sfeed: silly bugHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-09sfeed: dont use LEN(), just check if formats[i] is nullHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-09make some code more clear, linewrapHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-08sfeed: ignore \rHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-08sfeed: fix entity conversionHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-08sfeed: simplify, comment old codeHiltjo Posthuma
this might be alot slower, but also more clear (test this later). Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-08cleanupHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-08suppress pedantic warningHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-08check mktimeHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-08sfeed: use standard time functions, simplify, use contextHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-04sfeed: remove unused variableHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-02sfeed: improve parsetime(), cleanupHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-02sfeed: enable cleanup againHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-01cleanup some more, wrap some linesHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-01remove unused code, disable cleanup routineHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-01whitespace fixesHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-04-01fix crlf newlines, add fp arg to xmlparser_initHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2014-03-31new versionHiltjo Posthuma
lots of things changed, but cleanup todo. changelog and consistent stream of small updates will come in the future. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2013-06-14sfeed.c: remove some old debug code and entity translation codeHiltjo Posthuma
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
2013-05-20sfeed.c: lots of changes, see CHANGELOG, will separate commits better in the ↵Hiltjo Posthuma
future after next version release Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>