summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-02sfeed_plain.1: newline at EOFHiltjo Posthuma
2015-01-02doc: update pre-generated filesHiltjo Posthuma
2015-01-02update TODOHiltjo Posthuma
2015-01-02sfeed: add -v flag to display program versionHiltjo Posthuma
2015-01-02trim stringHiltjo Posthuma
2015-01-02Makefile: fix prerequisite rulesHiltjo Posthuma
2015-01-02Makefile: fix prerequisite rulesHiltjo Posthuma
2015-01-02sfeed: fix incorrect strlcpy, style and strict check for bufHiltjo Posthuma
2015-01-02remove mkfile, update READMEHiltjo Posthuma
2015-01-02Makefile: add sfeed_statsHiltjo Posthuma
2015-01-02sfeed: changes, needs some testingHiltjo Posthuma
2015-01-02Makefile: separate compat srcHiltjo Posthuma
2015-01-02improve compatHiltjo Posthuma
2015-01-02sfeed_html: not necesarily englishHiltjo Posthuma
2015-01-02Makefile: dont suppress output, remove fancy messagesHiltjo Posthuma
2015-01-02Makefile: fix uninstallHiltjo Posthuma
2015-01-02Makefile: copy doc dir for distHiltjo Posthuma
2015-01-02sfeed_frames: get rid of atexit()Hiltjo Posthuma
2015-01-02sfeed: styleHiltjo Posthuma
2015-01-02sfeed: cleanup, use err()Hiltjo Posthuma
2015-01-02cleanupHiltjo Posthuma
- dont free at end (not needed in our case). - use 0 and 1 instead of EXIT_SUCCESS, EXIT_FAILURE. - use err (from err.h) instead of custom die().
2015-01-02README.xml: code-styleHiltjo Posthuma
2015-01-02doc: use mandoc as source, pre-generate documentationHiltjo Posthuma
generate documentation in doc/ . Now there is no hard dependency on mandoc and systems that don't have it can just copy the files for now.
2015-01-02CHANGELOG: improve, make it clear the changes are from 0.8 to 0.9Hiltjo Posthuma
2015-01-02config.mk: move version to Makefile, add compat flagsHiltjo Posthuma
2015-01-02Makefile: sort files, clean libcompat (WIP)Hiltjo Posthuma
2015-01-02compat: separate compat stuff, strlcpy atmHiltjo Posthuma
2015-01-02compat: separate compat stuff, strlcpy atmHiltjo Posthuma
2015-01-02LICENSE: bump yearHiltjo Posthuma
2015-01-02Makefile: improveHiltjo Posthuma
2015-01-02doc: explain mandoc, unindent CHANGELOGHiltjo Posthuma
2015-01-02convert man pages to mandocHiltjo Posthuma
2014-12-13TODO: use OpenBSD sys/queue.h(?)Hiltjo Posthuma
2014-12-13xml.h: code-style, function declarationsHiltjo Posthuma
2014-12-12config.mk: specify _XOPEN_SOURCE=700, fixes warnings on OpenBSDHiltjo Posthuma
2014-11-17code-style, ugly test-code (remove later)Hiltjo Posthuma
2014-11-11sfeed_web: just assume rss/atom for application/xml tooHiltjo Posthuma
2014-11-11code style, use actual column width of charHiltjo Posthuma
2014-11-11sfeed.c: code-styleHiltjo Posthuma
2014-11-11comment styleHiltjo Posthuma
2014-11-11sfeed_update: remove redundant -t flag for mktempHiltjo Posthuma
this makes it compatible with the current sbase mktemp
2014-11-11fix typo in man pageHiltjo Posthuma
2014-11-11move printutf8padded to utilHiltjo Posthuma
2014-11-11remove fileexists functionHiltjo Posthuma
2014-11-11set FILE* pointers to NULLHiltjo 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-28xml: fix attribute without data:Hiltjo Posthuma
<input checked /> 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>