Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-08 | Makefile: add DOCPREFIX for installing docs in ports | Hiltjo Posthuma | |
change installed doc from /usr/local/share/sfeed to /usr/local/share/doc/sfeed | |||
2019-01-25 | Makefile: add POSIX target, respect (packaging) system CFLAGS/LDFLAGS | Hiltjo Posthuma | |
this also makes packaging slightly simpler. | |||
2018-10-05 | Makefile: just use OpenBSD #ifdef for pledge(2) | Hiltjo Posthuma | |
2016-03-10 | Makefile: define CPPFLAGS once, fix typo | Hiltjo Posthuma | |
2016-02-27 | config.mk: disable pledge by default, only OpenBSD 5.9 (unreleased) supports it | 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 | various improvements | Hiltjo Posthuma | |
- pledge tools and add define to enable it on platforms that support it, currently only OpenBSD 5.9+ - separate getline and parseline functionality. - use murmur3 hash instead of jenkins1: faster and less collisions. - make some error messages a bit more clear, for example with path truncation. - some small cleanups, move printutf8pad to util. | |||
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. | |||
2015-08-22 | config.mk: build compat strlcpy, strlcat by default (synced from OpenBSD) | Hiltjo Posthuma | |
2015-08-05 | config.mk: dont use VERSION except for make dist | Hiltjo Posthuma | |
2015-08-02 | config.mk: make optimized the default | Hiltjo Posthuma | |
2015-07-28 | update strlcpy, add strlcat | Hiltjo Posthuma | |
2015-01-05 | config.mk: remove $INCS | Hiltjo Posthuma | |
2015-01-02 | remove mkfile, update README | Hiltjo Posthuma | |
2015-01-02 | Makefile: separate compat src | Hiltjo Posthuma | |
2015-01-02 | improve compat | Hiltjo Posthuma | |
2015-01-02 | config.mk: move version to Makefile, add compat flags | Hiltjo Posthuma | |
2014-12-12 | config.mk: specify _XOPEN_SOURCE=700, fixes warnings on OpenBSD | Hiltjo Posthuma | |
2014-06-28 | compile with -Wextra, ignore unused parameters | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-13 | config.mk: add commented options for tcc | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | makefile: remove solaris rule, i wont test this | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-09 | config.mk: dont use -Wextra | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-08 | sfeed: use standard time functions, simplify, use context | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-04 | config.mk: remove old rule | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | config.mk: make compatible with mkbuild | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | config.mk: dont hardcode compiler | 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-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 | add style.css to share and update flags for debugging | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2013-01-20 | use ansi c, not posix anymore | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2012-08-03 | New initial repo | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |