Age | Commit message (Expand) | Author |
2019-02-27 | util: parseuri: fix typo in cast (ssize_t) | Hiltjo Posthuma |
2019-02-27 | atomlinktype make enum TagId instead of int | Hiltjo Posthuma |
2019-02-27 | improve RSS2 permalink support | Hiltjo Posthuma |
2019-02-27 | sfeed.c: improve comment | Hiltjo Posthuma |
2019-02-24 | stricter Atom link parsing | Hiltjo Posthuma |
2019-02-24 | fix RFC822 ANSI and military zones parsing | Hiltjo Posthuma |
2019-02-24 | documentation: fix typo to RFC reference for timestamps: RFC-3332 to RFC-3339 | Hiltjo Posthuma |
2019-02-17 | bump version to 0.9.8 | Hiltjo Posthuma |
2019-02-17 | update README.xml | Hiltjo Posthuma |
2019-02-08 | Makefile: add DOCPREFIX for installing docs in ports | Hiltjo Posthuma |
2019-02-08 | don't read XML data inside tag for Atom <link href/> | Hiltjo Posthuma |
2019-02-08 | trim whitespace around uri field value | Hiltjo Posthuma |
2019-02-08 | short some callback variable names, change "name" to "t" (tag) | Hiltjo Posthuma |
2019-01-29 | document: minor reword, reference sfeedrc(5) in README | Hiltjo Posthuma |
2019-01-29 | sfeed: use the same handler names as the XMLParser | Hiltjo Posthuma |
2019-01-25 | README: sfeed_frames still mentioned it output content, remove it | Hiltjo Posthuma |
2019-01-25 | tree.h: remove unused SPLAY tree macros | Hiltjo Posthuma |
2019-01-25 | sfeedrc.example: fix/update urls, add 2 examples for github and reddit | Hiltjo Posthuma |
2019-01-25 | Makefile: add POSIX target, respect (packaging) system CFLAGS/LDFLAGS | Hiltjo Posthuma |
2019-01-25 | documentation improvements | Hiltjo Posthuma |
2019-01-13 | bump LICENSE | Hiltjo Posthuma |
2019-01-08 | xml: remove unnecesary checks | Hiltjo Posthuma |
2018-12-24 | bump version to 0.9.7 | Hiltjo Posthuma |
2018-12-14 | sfeed: rename buffer to buf, change entitytostr check, it can never happen | Hiltjo Posthuma |
2018-12-14 | tweak README: move cp style.css from initial step to HTML example | Hiltjo Posthuma |
2018-12-14 | sfeed_tail: wakeup less often by default | Hiltjo Posthuma |
2018-12-02 | sfeed_xmlenc: don't treat not finding an encoding as an error | Hiltjo Posthuma |
2018-12-02 | sfeed_xmlenc.1: document output better | Hiltjo Posthuma |
2018-12-02 | XML tag parse improvements for PI and end tags | Hiltjo Posthuma |
2018-12-02 | sfeed_xmlenc: simplify and don't print control characters | Hiltjo Posthuma |
2018-12-01 | sfeed_opml_export: escape `&' | Leonardo Taccari |
2018-11-09 | minor white-space style fix | Hiltjo Posthuma |
2018-11-04 | README.xml: remove mention of variable that is not used anymore | Hiltjo Posthuma |
2018-11-04 | whitespace and comment fix | Hiltjo Posthuma |
2018-10-24 | sfeed_update: fix wrong comment "temporary file" -> "temporary directory" | Hiltjo Posthuma |
2018-10-24 | Revert "sfeed_update: replace non-POSIX mktemp with $$" | Hiltjo Posthuma |
2018-10-11 | sfeed_update: replace non-POSIX mktemp with $$ | Hiltjo Posthuma |
2018-10-08 | util.h: remove unused macro ISUTF8() | Hiltjo Posthuma |
2018-10-08 | sfeed_mbox: remove an unneeded strlcpy call | Hiltjo Posthuma |
2018-10-08 | sfeed_mbox: add seconds to Date header | Hiltjo Posthuma |
2018-10-08 | improve code-style for parsing time | Hiltjo Posthuma |
2018-10-06 | sfeed_update: handle signals consistently in different shells | Hiltjo Posthuma |
2018-10-05 | sfeed_update: improve SIGINT handling | Hiltjo Posthuma |
2018-10-05 | README: improve filter example, compile flags order | Hiltjo Posthuma |
2018-10-05 | sfeed: parsetime: weekday part in RFC822 time is optional | Hiltjo Posthuma |
2018-10-05 | sfeed_update: small code-style consistency fixes | Hiltjo Posthuma |
2018-10-05 | Makefile: just use OpenBSD #ifdef for pledge(2) | Hiltjo Posthuma |
2018-09-30 | sfeed_update: add variable for max amount of feeds to update concurrently | Hiltjo Posthuma |
2018-09-30 | Makefile: improve consistency of variable, clarify comment | Hiltjo Posthuma |
2018-09-30 | sfeed_update: remove -S option (show error), it is not wanted | Hiltjo Posthuma |