Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | sfeed: add -v flag to display program version | Hiltjo Posthuma | |
2015-01-02 | trim string | Hiltjo Posthuma | |
2015-01-02 | sfeed: fix incorrect strlcpy, style and strict check for buf | Hiltjo Posthuma | |
2015-01-02 | sfeed: changes, needs some testing | Hiltjo Posthuma | |
2015-01-02 | sfeed: style | Hiltjo Posthuma | |
2015-01-02 | sfeed: cleanup, use err() | Hiltjo Posthuma | |
2014-11-11 | code style, use actual column width of char | Hiltjo Posthuma | |
2014-11-11 | sfeed.c: code-style | Hiltjo Posthuma | |
2014-06-28 | sfeed: fix check for div in atom content | Hiltjo 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-28 | handle invalid values of strto*l | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-28 | handle invalid value for strtoul, refactor a bit | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-28 | compile with -Wextra, ignore unused parameters | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | sfeed: fix invalid length parameter | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | cleanup, tested with tcc | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | style: linewrap, etc | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: remove level of indentation | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: make code a bit more clear | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: cleanup | Hiltjo Posthuma | |
remove a few levels of indentation, simplify Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: style, comments above | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | sfeed: fix numeric entity output (utf8) | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-25 | sfeed: fix numeric entity parsing | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-19 | cleanup | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-09 | sfeed: silly bug | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-09 | sfeed: dont use LEN(), just check if formats[i] is null | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-09 | make some code more clear, linewrap | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | sfeed: ignore \r | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | sfeed: fix entity conversion | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | sfeed: simplify, comment old code | Hiltjo Posthuma | |
this might be alot slower, but also more clear (test this later). Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | cleanup | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | suppress pedantic warning | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | check mktime | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | sfeed: use standard time functions, simplify, use context | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-04 | sfeed: remove unused variable | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | sfeed: improve parsetime(), cleanup | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | sfeed: enable cleanup again | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-01 | cleanup some more, wrap some lines | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-01 | remove unused code, disable cleanup routine | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-01 | whitespace fixes | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-01 | fix crlf newlines, add fp arg to xmlparser_init | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-03-31 | new version | Hiltjo 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-14 | sfeed.c: remove some old debug code and entity translation code | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2013-05-20 | sfeed.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> | |||
2012-11-11 | show formatted time, dont show interpreted time since its not always correct | unknown | |
Signed-off-by: unknown <hiltjo@.(none)> | |||
2012-08-17 | forgot to add content:encoded check in data handler | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-06 | Prioritize content:encoded over description | Hiltjo Posthuma | |
Prioritize content:encoded over description for RSS (untested). Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | New initial repo | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |