Age | Commit message (Expand) | Author |
2021-01-09 | printutf8pad: small code-style/clarify changes | Hiltjo Posthuma |
2021-01-08 | sfeed_atom: code-style: use conditional with pledge, like the other tools | Hiltjo Posthuma |
2021-01-08 | util.c: printutf8pad(): improve padded printing and printing invalid unicode ... | Hiltjo Posthuma |
2021-01-08 | sfeed_gopher: optimize common output character function | Hiltjo Posthuma |
2021-01-08 | xmlencode: optimize common character output function | Hiltjo Posthuma |
2021-01-03 | man pages: add more real world examples to the man pages | Hiltjo Posthuma |
2021-01-02 | sfeed.1/sfeed_plain.1: add example, improve quoting the url for sfeed_web.1 | Hiltjo Posthuma |
2021-01-01 | sfeed_gopher: tighten filesystem permissions on OpenBSD using unveil(2) | Hiltjo Posthuma |
2021-01-01 | README: add text about page redirects + tweak some words. | Hiltjo Posthuma |
2021-01-01 | README: tested on MIPS32 (big-endian) | Hiltjo Posthuma |
2021-01-01 | LICENSE: bump year | Hiltjo Posthuma |
2021-01-01 | sfeed_update: if baseurl is empty then use the path from the feed by default | Hiltjo Posthuma |
2020-11-09 | bump version to 0.9.20 | Hiltjo Posthuma |
2020-11-01 | sfeed_xmlenc: be more paranoid in printing encoding names | Hiltjo Posthuma |
2020-10-31 | sfeed_web: improve parsing a <link> if it has no type attribute | Hiltjo Posthuma |
2020-10-24 | bump version to 0.9.19 | Hiltjo Posthuma |
2020-10-22 | sfeed_web: whoops, fix bug mentioned in the previous commit | Hiltjo Posthuma |
2020-10-22 | sfeed_web: attribute parsing improvements, improve man page | Hiltjo Posthuma |
2020-10-22 | Do not change the referenced matched tag data (from gettag()). | Hiltjo Posthuma |
2020-10-21 | README: filter example, filter Google Analytics utm_* parameters | Hiltjo Posthuma |
2020-10-21 | sfeed_web: reset feedlink buffer | Hiltjo Posthuma |
2020-10-18 | README: improve etag example with escaping of the filename | Hiltjo Posthuma |
2020-10-18 | README: add example to support ETag caching | Hiltjo Posthuma |
2020-10-18 | xml.c: initialize i = 0 | Hiltjo Posthuma |
2020-10-16 | README.xml: reference examples, ANSI compatible, mention original parser | Hiltjo Posthuma |
2020-10-16 | README: fix unescaped character in regex in awk in filter example | Hiltjo Posthuma |
2020-10-12 | add a comment about the intended date priority | Hiltjo Posthuma |
2020-10-12 | Revert "RSS: give Dublin Core <dc:date> higher priority over <pubDate>" | Hiltjo Posthuma |
2020-10-12 | README: filter example: strip Facebook fbclid parameter | Hiltjo Posthuma |
2020-10-12 | simplify time parsing | Hiltjo Posthuma |
2020-10-12 | remove unneeded check for NUL terminator | Hiltjo Posthuma |
2020-10-12 | RSS: give Dublin Core <dc:date> higher priority over <pubDate> | Hiltjo Posthuma |
2020-10-12 | parse categories, add multiple field values support (for categories) | Hiltjo Posthuma |
2020-10-09 | xml: remove unused code for sfeed | Hiltjo Posthuma |
2020-10-09 | fix counting due to uninitialized variable when the time could not be parsed | Hiltjo Posthuma |
2020-10-09 | xml.h: minor comment rewording | Hiltjo Posthuma |
2020-10-09 | sfeed: parse day with max 2 digits (instead of 4) | Hiltjo Posthuma |
2020-10-09 | sfeed: support the ISO8601 time format without separators | Hiltjo Posthuma |
2020-10-09 | README: tested with cproc and sdcc on Z80 emulator, for fun | Hiltjo Posthuma |
2020-10-09 | man pages: tweak alignment of lists | Hiltjo Posthuma |
2020-10-09 | xml.c: remove buffering of comment data, which is unused anyway | Hiltjo Posthuma |
2020-10-09 | xml.h: add underscore for #ifdef guard | Hiltjo Posthuma |
2020-10-09 | XML cdata callback: handle CDATA as data | Hiltjo Posthuma |
2020-07-06 | bump version to 0.9.18 | Hiltjo Posthuma |
2020-07-05 | sfeed_atom: minor simplification, gmtime_r is not needed here | Hiltjo Posthuma |
2020-07-05 | README: reference sfeed_curses | Hiltjo Posthuma |
2020-07-05 | README: improvements | Hiltjo Posthuma |
2020-07-05 | format tools: don't skip items with a missing/invalid timestamp field | Hiltjo Posthuma |
2020-07-05 | sfeed_mbox: don't ignore items with a missing/invalid timestamp | Hiltjo Posthuma |
2020-07-05 | sfeed_atom: the updated field is mandatory: use the current time... | Hiltjo Posthuma |