Age | Commit message (Expand) | Author |
2019-04-30 | improve README | Hiltjo Posthuma |
2019-04-30 | sfeed_frames, sfeed_html: use the same code for link handling | Hiltjo Posthuma |
2019-04-30 | sfeed_gph: when a link is empty show as regular text | Hiltjo Posthuma |
2019-04-25 | bump version to 0.9.9 | Hiltjo Posthuma |
2019-04-25 | sfeed_atom: add content too (for completeness) | Hiltjo Posthuma |
2019-04-25 | sfeed_mbox: use simpler djb2 hash, fix message-id as intended | Hiltjo Posthuma |
2019-04-25 | util: small code-style fix | Hiltjo Posthuma |
2019-04-22 | README: fix tiny formatting whitespace | Hiltjo Posthuma |
2019-04-22 | sfeed_atom: if the link is empty, don't print it | Hiltjo Posthuma |
2019-04-21 | sfeed_mbox: show enclosure url when it is non-empty | Hiltjo Posthuma |
2019-04-21 | util: keep brackets when parsing IPv6 addresses | Hiltjo Posthuma |
2019-04-20 | README: add sfeed_atom aggregate feed example | Hiltjo Posthuma |
2019-04-20 | add sfeed_atom: convert one or more feeds from TSV (back to) Atom | Hiltjo Posthuma |
2019-04-20 | README: update filter example | Hiltjo Posthuma |
2019-04-20 | sfeed_frames, sfeed_html: do not send referer header | Hiltjo Posthuma |
2019-04-15 | util: remove unneeded err.h header | Hiltjo Posthuma |
2019-04-14 | sfeed_update: fix typo in comment | Hiltjo Posthuma |
2019-04-14 | sfeed_update: rename fetchfeed to fetch | Hiltjo Posthuma |
2019-04-14 | sfeed_tail: rename "line" to "l" in local scope | Hiltjo Posthuma |
2019-04-14 | sfeed: add support for the first enclosure of an item | Hiltjo Posthuma |
2019-04-14 | sfeed_update improvements | Hiltjo Posthuma |
2019-04-07 | README: change procmail parallel running, improve some words | Hiltjo Posthuma |
2019-04-07 | Makefile: fix make dist (compat src: strlcpy, strlcat) | Hiltjo Posthuma |
2019-04-06 | optimization: define GETNEXT as an inline macro | Hiltjo Posthuma |
2019-04-06 | sfeed_frames/sfeed_html: improve HTML output a bit | Hiltjo Posthuma |
2019-04-06 | util: remove unnecesary cast and initialization | Hiltjo Posthuma |
2019-04-06 | sfeed: gettag: simplify and use ANSI bsearch() | Hiltjo Posthuma |
2019-04-06 | Makefile: make it simpler to not compile compat objects | Hiltjo Posthuma |
2019-03-16 | xml: write x->getnext to a default GETNEXT macro | Hiltjo Posthuma |
2019-03-08 | util: pedantic snprintf improvement | Hiltjo Posthuma |
2019-03-03 | gettzoffset: bit more strict UTC offset parsing | Hiltjo Posthuma |
2019-03-03 | skip spaces in parsetime() itself | Hiltjo Posthuma |
2019-03-03 | sfeed: style, break in switch instead of return | Hiltjo Posthuma |
2019-03-01 | sfeed_update: remove wrong/incomplete comment | Hiltjo Posthuma |
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 |