Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-05 | sfeed_frames: improve makepathname, cleanup | Hiltjo Posthuma | |
2015-01-05 | config.mk: remove $INCS | Hiltjo Posthuma | |
2015-01-05 | add and use BSD queue.h, cleanup | Hiltjo Posthuma | |
2015-01-05 | sfeed_update: wrap long line | Hiltjo Posthuma | |
2015-01-04 | sfeed_update: style | Hiltjo Posthuma | |
2015-01-04 | cleanup a bit | Hiltjo Posthuma | |
2015-01-04 | sfeed_frames: always error if fopen failed | 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-04 | doc: update pre-generated man pages | Hiltjo Posthuma | |
2015-01-04 | doc: improve | Hiltjo Posthuma | |
- mandoc: fix mandoc errors and warnings. - remove pre-generated HTML documentation. | |||
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 ↵ | Hiltjo Posthuma | |
date field) | |||
2015-01-03 | improve date parsing and display | Hiltjo Posthuma | |
2015-01-03 | update TODO | Hiltjo Posthuma | |
2015-01-03 | man: add sfeed_stats.1 | 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 | doc: clarify timezone format | Hiltjo Posthuma | |
2015-01-03 | sfeed: fix set offset on success | Hiltjo Posthuma | |
2015-01-03 | more time fixes | Hiltjo Posthuma | |
2015-01-03 | code style | Hiltjo Posthuma | |
2015-01-03 | time fixes | Hiltjo Posthuma | |
2015-01-03 | gitignore: sort files | Hiltjo Posthuma | |
2015-01-02 | Makefile: fix for OpenBSD | Hiltjo Posthuma | |
2015-01-02 | sfeed_plain.1: newline at EOF | Hiltjo Posthuma | |
2015-01-02 | doc: update pre-generated files | Hiltjo Posthuma | |
2015-01-02 | update TODO | 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 | Makefile: fix prerequisite rules | Hiltjo Posthuma | |
2015-01-02 | Makefile: fix prerequisite rules | Hiltjo Posthuma | |
2015-01-02 | sfeed: fix incorrect strlcpy, style and strict check for buf | Hiltjo Posthuma | |
2015-01-02 | remove mkfile, update README | Hiltjo Posthuma | |
2015-01-02 | Makefile: add sfeed_stats | Hiltjo Posthuma | |
2015-01-02 | sfeed: changes, needs some testing | Hiltjo Posthuma | |
2015-01-02 | Makefile: separate compat src | Hiltjo Posthuma | |
2015-01-02 | improve compat | Hiltjo Posthuma | |
2015-01-02 | sfeed_html: not necesarily english | Hiltjo Posthuma | |
2015-01-02 | Makefile: dont suppress output, remove fancy messages | Hiltjo Posthuma | |
2015-01-02 | Makefile: fix uninstall | Hiltjo Posthuma | |
2015-01-02 | Makefile: copy doc dir for dist | Hiltjo Posthuma | |
2015-01-02 | sfeed_frames: get rid of atexit() | Hiltjo Posthuma | |
2015-01-02 | sfeed: style | Hiltjo Posthuma | |
2015-01-02 | sfeed: cleanup, use err() | Hiltjo Posthuma | |
2015-01-02 | cleanup | Hiltjo 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-02 | README.xml: code-style | Hiltjo Posthuma | |
2015-01-02 | doc: use mandoc as source, pre-generate documentation | Hiltjo 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-02 | CHANGELOG: improve, make it clear the changes are from 0.8 to 0.9 | Hiltjo Posthuma | |
2015-01-02 | config.mk: move version to Makefile, add compat flags | Hiltjo Posthuma | |