Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2013-05-20 | maintain a CHANGELOG from now on | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2013-05-20 | add style.css to share and update flags for debugging | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | Forgot to add sfeed_opml_export to 'dist' rule | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | Update README and Makefile accordingly... | Hiltjo Posthuma | |
... because of the previous changes. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | New initial repo | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |