Age | Commit message (Expand) | Author |
2015-05-16 | sfeed: code-style | Hiltjo Posthuma |
2015-01-05 | remove some TODOs, style | Hiltjo Posthuma |
2015-01-05 | sfeed: prefer updated timestamp over published for Atom | Hiltjo Posthuma |
2015-01-05 | sfeed: fix start tags (HTML) in Atom content + style fix | Hiltjo Posthuma |
2015-01-05 | sfeed: simplify + style fixes | Hiltjo Posthuma |
2015-01-05 | sfeed: fix for "2015-01-05T09:44:46.555Z" | Hiltjo Posthuma |
2015-01-05 | sfeed: add note of truncation of tags (not an issue) | Hiltjo Posthuma |
2015-01-04 | cleanup a bit | Hiltjo Posthuma |
2015-01-04 | snprintf() truncation checks | Hiltjo Posthuma |
2015-01-04 | sfeed: improve time parsing some more (sscanf in particular) | Hiltjo Posthuma |
2015-01-03 | sfeed: even more time improvements | Hiltjo Posthuma |
2015-01-03 | clear some fields if they are set previously (some feeds define multiple date... | Hiltjo Posthuma |
2015-01-03 | improve date parsing and display | Hiltjo Posthuma |
2015-01-03 | sfeed: remove level of indent in parsetime | Hiltjo Posthuma |
2015-01-03 | sfeed: clean up gettimetz | Hiltjo Posthuma |
2015-01-03 | sfeed: fix set offset on success | Hiltjo Posthuma |
2015-01-03 | more time fixes | Hiltjo Posthuma |
2015-01-03 | time fixes | Hiltjo Posthuma |
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 |
2014-06-28 | handle invalid values of strto*l | Hiltjo Posthuma |
2014-06-28 | handle invalid value for strtoul, refactor a bit | Hiltjo Posthuma |
2014-06-28 | compile with -Wextra, ignore unused parameters | Hiltjo Posthuma |
2014-05-13 | sfeed: fix invalid length parameter | Hiltjo Posthuma |
2014-05-13 | cleanup, tested with tcc | Hiltjo Posthuma |
2014-05-08 | style: linewrap, etc | Hiltjo Posthuma |
2014-05-08 | sfeed: remove level of indentation | Hiltjo Posthuma |
2014-05-08 | sfeed: make code a bit more clear | Hiltjo Posthuma |
2014-05-08 | sfeed: cleanup | Hiltjo Posthuma |
2014-05-08 | sfeed: style, comments above | Hiltjo Posthuma |
2014-05-08 | sfeed: fix numeric entity output (utf8) | Hiltjo Posthuma |
2014-04-25 | sfeed: fix numeric entity parsing | Hiltjo Posthuma |
2014-04-19 | cleanup | Hiltjo Posthuma |
2014-04-09 | sfeed: silly bug | Hiltjo Posthuma |
2014-04-09 | sfeed: dont use LEN(), just check if formats[i] is null | Hiltjo Posthuma |
2014-04-09 | make some code more clear, linewrap | Hiltjo Posthuma |
2014-04-08 | sfeed: ignore \r | Hiltjo Posthuma |
2014-04-08 | sfeed: fix entity conversion | Hiltjo Posthuma |
2014-04-08 | sfeed: simplify, comment old code | Hiltjo Posthuma |
2014-04-08 | cleanup | Hiltjo Posthuma |
2014-04-08 | suppress pedantic warning | Hiltjo Posthuma |
2014-04-08 | check mktime | Hiltjo Posthuma |
2014-04-08 | sfeed: use standard time functions, simplify, use context | Hiltjo Posthuma |