Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-29 | bump version to 0.9.23 | Hiltjo Posthuma | |
2021-04-28 | Makefile: fix typo in comment | Hiltjo Posthuma | |
2021-04-28 | enable unlocked I/O by default | Hiltjo Posthuma | |
getchar_unlocked is part of POSIX and should be supported by most platforms. On all tested platforms it has a performance benefit, sometimes smallish (<12%), sometimes large (~40%). | |||
2021-03-13 | bump version to 0.9.22 | Hiltjo Posthuma | |
2021-01-23 | bump version to 0.9.21 | Hiltjo Posthuma | |
2020-11-09 | bump version to 0.9.20 | Hiltjo Posthuma | |
2020-10-24 | bump version to 0.9.19 | Hiltjo Posthuma | |
2020-07-06 | bump version to 0.9.18 | Hiltjo Posthuma | |
2020-06-21 | Makefile: tiny compatibility improvement for tar -cf | Hiltjo Posthuma | |
2020-06-10 | Makefile: pedantic change: use ar -rc instead of ar rc | Hiltjo Posthuma | |
2020-05-04 | bump version to 0.9.17 | Hiltjo Posthuma | |
2020-02-23 | bump version to 0.9.16 | Hiltjo Posthuma | |
2020-01-18 | add sfeed_gopher: generic gopher formatting program, remove sfeed_gph | Hiltjo Posthuma | |
2019-11-25 | bump version to 0.9.15 | Hiltjo Posthuma | |
2019-10-13 | bump version to 0.9.14 | Hiltjo Posthuma | |
2019-10-05 | Makefile: simplify, remove config.mk | Hiltjo Posthuma | |
2019-08-01 | bump version to 0.9.13 | Hiltjo Posthuma | |
2019-06-25 | bump version to 0.9.12 | Hiltjo Posthuma | |
2019-05-11 | bump version to 0.9.11 | Hiltjo Posthuma | |
2019-05-08 | Makefile: remove TODO | Hiltjo Posthuma | |
2019-05-06 | remove sfeed_tail and recently added security considerations | Hiltjo Posthuma | |
... both are out-of-scope for sfeed. - sfeed_tail can be written as some simple customized awk script reading from a FIFO. The C version did not work well on FIFO's. - Security considerations are mentioned in the official HTML spec and applies to all HTML and protocol handlers, so is out-of-scope. | |||
2019-05-03 | bump version to 0.9.10 | Hiltjo Posthuma | |
2019-04-25 | bump version to 0.9.9 | Hiltjo Posthuma | |
2019-04-20 | add sfeed_atom: convert one or more feeds from TSV (back to) Atom | Hiltjo Posthuma | |
2019-04-07 | Makefile: fix make dist (compat src: strlcpy, strlcat) | Hiltjo Posthuma | |
2019-04-06 | Makefile: make it simpler to not compile compat objects | Hiltjo Posthuma | |
on OpenBSD: make COMPATOBJ= | |||
2019-02-17 | bump version to 0.9.8 | Hiltjo Posthuma | |
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-12-24 | bump version to 0.9.7 | Hiltjo Posthuma | |
2018-09-30 | Makefile: improve consistency of variable, clarify comment | Hiltjo Posthuma | |
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. |