Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-08 | bump version to 0.9.6 | Hiltjo Posthuma | |
2018-08-26 | bump version to 0.9.5 | Hiltjo Posthuma | |
2018-08-22 | add sfeed_twtxt format program: format to a twtxt feed | Hiltjo Posthuma | |
2018-06-24 | bump version to 0.9.4 | Hiltjo Posthuma | |
2018-03-18 | remove CHANGELOG | Hiltjo Posthuma | |
2018-03-11 | Revert "remove sfeed_tail: the standard tail -f can (soon) be used" | Hiltjo Posthuma | |
This reverts commit 7f3a45b0031ec9cababf764f7826e21bbb59e258. | |||
2018-02-16 | sfeed_gph: many improvements | Hiltjo Posthuma | |
2017-12-25 | bump version 0.9.3 already | Hiltjo Posthuma | |
2017-12-24 | remove sfeed_tail: the standard tail -f can (soon) be used | Hiltjo Posthuma | |
2017-12-09 | sfeed_tail: replace hashmap + linked-list with RBtree | Hiltjo Posthuma | |
- This is much more memory efficient. I have not done any speed comparison yet but it is not noticable atleast. - add BSD <sys/tree.h> | |||
2016-05-21 | Makefile: remove duplicate -c flag | Hiltjo Posthuma | |
2016-04-10 | improve documentation, add sfeed(5) for the file format | Hiltjo Posthuma | |
separate sfeed(5) page for just the feed file format. | |||
2016-04-10 | improve Makefile | Hiltjo Posthuma | |
2016-03-20 | Makefile: improve make dist, bump version to 0.9.1 | Hiltjo Posthuma | |
2016-03-08 | Makefile: also clean util and xml object files | Hiltjo Posthuma | |
2016-02-27 | simplify build and fix linking for strlcat.o and strlcpy.o | Hiltjo Posthuma | |
separate util source (util.c, strlcat.c, strlcpy.c) to libutil.a separate xml source (xml.c) to libxml.a | |||
2016-02-27 | add util for pledge | Hiltjo Posthuma | |
2016-01-31 | add sfeed_tail (test), might be removed again later | Hiltjo Posthuma | |
fix Makefile (compat) | |||
2016-01-31 | always add strlcpy, strlcat, remove COMPAT #ifdef | Hiltjo Posthuma | |
The overhead for OpenBSD is minimal. I will periodically sync from OpenBSD libc. | |||
2016-01-31 | sfeedrc(5): add initial documentation for sfeedrc configuration format | Hiltjo Posthuma | |
2015-09-17 | Makefile: Add missing | Alexander Huemer | |
2015-08-14 | sfeed_opml_import: does not need util functions | Hiltjo Posthuma | |
2015-08-14 | Makefile: install README and README.xml, it contains useful examples | Hiltjo Posthuma | |
2015-08-05 | Makefile: remove old broken rules, fix make dist | Hiltjo Posthuma | |
2015-07-30 | sfeed_mbox: initial version, needs more work | Hiltjo Posthuma | |
2015-07-28 | update strlcpy, add strlcat | Hiltjo Posthuma | |
2015-06-21 | Makefile: remove legacy man pages, remove queue.h, remove sfeed_stats | Hiltjo Posthuma | |
2015-05-16 | Makefile; recompile on header change | Hiltjo Posthuma | |
2015-01-05 | Makefile: clean previous make dist release if it exists | Hiltjo Posthuma | |
2015-01-05 | add and use BSD queue.h, cleanup | Hiltjo Posthuma | |
2015-01-04 | doc: improve | Hiltjo Posthuma | |
- mandoc: fix mandoc errors and warnings. - remove pre-generated HTML documentation. | |||
2015-01-03 | man: add sfeed_stats.1 | Hiltjo Posthuma | |
2015-01-02 | Makefile: fix for OpenBSD | Hiltjo Posthuma | |
2015-01-02 | Makefile: fix prerequisite rules | Hiltjo Posthuma | |
2015-01-02 | remove mkfile, update README | Hiltjo Posthuma | |
2015-01-02 | Makefile: add sfeed_stats | Hiltjo Posthuma | |
2015-01-02 | Makefile: separate compat src | Hiltjo Posthuma | |
2015-01-02 | improve compat | 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 | 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 | Makefile: sort files, clean libcompat (WIP) | Hiltjo Posthuma | |
2015-01-02 | Makefile: improve | Hiltjo Posthuma | |
2014-05-08 | install added manpages | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | Makefile: improvements | Hiltjo Posthuma | |
- remove dist rule. - don't replace VERSION in man pages (makes it easier to just copy the man pages). - output "installing example files". Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | sfeed_opml_import: fix build | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | Makefile: add sfeed_web, use c99 for build | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-01 | Makefile: update clean rule | 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> |