2021-03-13 12:22 | bump version to 0.9.22 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-12 12:11 | sfeed_web.1, sfeed_xmlenc.1: remove unneeded mdoc escape sequence | Hiltjo Posthuma | 2 | +7 | -7 |
2021-03-03 17:12 | sfeed_update: return instead of exit in main() on success | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-02 12:13 | README: workaround empty fields with *BSD xargs -0 | Hiltjo Posthuma | 1 | +8 | -1 |
2021-03-01 21:27 | sfeed_update: fix baseurl substitution | Hiltjo Posthuma | 1 | +1 | -1 |
2021-03-01 17:50 | util.c: uri_makeabs: check initial base URI field, not dest `a` (style) | Hiltjo Posthuma | 1 | +1 | -1 |
2021-02-28 12:37 | sfeed.1: reference sfeed_update and sfeedrc | Hiltjo Posthuma | 1 | +4 | -2 |
2021-02-28 12:33 | sfeed_update: simplify, use feedurl directly | Hiltjo Posthuma | 1 | +2 | -7 |
2021-02-16 17:38 | util: improve/refactor URI parsing and formatting | Hiltjo Posthuma | 7 | +234 | -149 |
2021-02-18 13:14 | README: combine bandwidth saving options into one section | Hiltjo Posthuma | 1 | +23 | -28 |
2021-02-05 00:25 | sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedantic | Hiltjo Posthuma | 3 | +4 | -4 |
2021-02-04 00:19 | sfeed.c: fix time parsing regression with non-standard date format | Hiltjo Posthuma | 1 | +11 | -13 |
2021-01-28 16:05 | README: fix xargs -P example when there are no feeds | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-27 17:04 | sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedantic | Hiltjo Posthuma | 2 | +3 | -3 |
2021-01-27 12:07 | typofixes | Hiltjo Posthuma | 7 | +30 | -30 |
2021-01-25 18:36 | README: add an example script to reuse the sfeed_update code | Hiltjo Posthuma | 1 | +43 | -0 |
2021-01-25 18:35 | sfeed_update: allow to reuse the code more easily as an included script | Hiltjo Posthuma | 2 | +37 | -24 |
2021-01-25 18:33 | sfeed_update: separate code of parallel exection and feed() into a _feed() handler | Hiltjo Posthuma | 1 | +17 | -12 |
2021-01-25 18:30 | sfeed_update: shuffle code getting the path of the feedurl to make the basesiteurl | Hiltjo Posthuma | 1 | +6 | -6 |
2021-01-25 18:29 | sfeed_update: change parse failure error message | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-25 18:27 | sfeed_update: add an overridable parse() function, using sfeed(1) by default | Hiltjo Posthuma | 2 | +21 | -2 |
2021-01-24 13:27 | sfeed_opml_export: fix typos in comment | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-23 23:27 | sfeed_update: print the filename again as passed as a parameter | Hiltjo Posthuma | 1 | +2 | -2 |
2021-01-23 13:48 | bump version to 0.9.21 | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-22 21:40 | xml.c: fix typo / regression in checking codepoint range for utf-16 surrogate pair | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-22 21:16 | sfeed: fix regression with parsing content fields | Hiltjo Posthuma | 1 | +1 | -2 |
2021-01-22 14:02 | README: tested with lacc | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-22 00:11 | xml.c: do not convert UTF-16 surrogate pairs to an invalid sequence | Hiltjo Posthuma | 1 | +2 | -1 |
2021-01-15 23:02 | sfeed_update: typo in comment | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-12 00:02 | sfeed_update: improve consistency of feed creation and merging | Hiltjo Posthuma | 1 | +4 | -8 |
2021-01-11 23:50 | sfeed_update: make convertencoding() consistent with other overridable functions | Hiltjo Posthuma | 2 | +8 | -6 |
2021-01-15 23:01 | sfeed_opml_import: minor code-style improvements | Hiltjo Posthuma | 1 | +10 | -9 |
2021-01-15 17:35 | sfeed_opml_import.1: clarify it handles OPML _subscription_ lists specificly | Hiltjo Posthuma | 1 | +2 | -2 |
2021-01-15 17:31 | README: newsboat sqlite3 export script: improvements | Hiltjo Posthuma | 1 | +22 | -9 |
2021-01-10 15:57 | optimize converting UNIX timestamp to localtime | Hiltjo Posthuma | 4 | +8 | -8 |
2021-01-09 15:05 | printutf8pad: fix byte-seek issue with negative width codepoints in the range >= 127 | Hiltjo Posthuma | 1 | +3 | -4 |
2021-01-09 13:58 | printutf8pad: small code-style/clarify changes | Hiltjo Posthuma | 1 | +10 | -8 |
2021-01-08 18:38 | sfeed_atom: code-style: use conditional with pledge, like the other tools | Hiltjo Posthuma | 1 | +2 | -7 |
2021-01-08 18:08 | util.c: printutf8pad(): improve padded printing and printing invalid unicode characters | Hiltjo Posthuma | 1 | +33 | -14 |
2021-01-08 11:05 | sfeed_gopher: optimize common output character function | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-08 10:58 | xmlencode: optimize common character output function | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-03 13:46 | man pages: add more real world examples to the man pages | Hiltjo Posthuma | 3 | +16 | -3 |
2021-01-01 22:23 | sfeed.1/sfeed_plain.1: add example, improve quoting the url for sfeed_web.1 | Hiltjo Posthuma | 3 | +12 | -4 |
2021-01-01 21:38 | sfeed_gopher: tighten filesystem permissions on OpenBSD using unveil(2) | Hiltjo Posthuma | 2 | +12 | -2 |
2021-01-01 21:36 | README: add text about page redirects + tweak some words. | Hiltjo Posthuma | 1 | +28 | -14 |
2021-01-01 21:36 | README: tested on MIPS32 (big-endian) | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-01 21:35 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2021-01-01 21:34 | sfeed_update: if baseurl is empty then use the path from the feed by default | Hiltjo Posthuma | 1 | +7 | -1 |
2020-11-09 18:16 | bump version to 0.9.20 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-11-01 15:53 | sfeed_xmlenc: be more paranoid in printing encoding names | Hiltjo Posthuma | 2 | +16 | -5 |
2020-10-31 18:51 | sfeed_web: improve parsing a <link> if it has no type attribute | Hiltjo Posthuma | 1 | +1 | -0 |
2020-10-24 14:20 | bump version to 0.9.19 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-22 17:54 | sfeed_web: whoops, fix bug mentioned in the previous commit | Hiltjo Posthuma | 1 | +4 | -2 |
2020-10-21 20:06 | sfeed_web: attribute parsing improvements, improve man page | Hiltjo Posthuma | 2 | +72 | -35 |
2020-10-22 16:18 | Do not change the referenced matched tag data (from gettag()). | Hiltjo Posthuma | 1 | +46 | -39 |
2020-10-21 15:30 | README: filter example, filter Google Analytics utm_* parameters | Hiltjo Posthuma | 1 | +2 | -2 |
2020-10-20 22:31 | sfeed_web: reset feedlink buffer | Hiltjo Posthuma | 1 | +1 | -0 |
2020-10-18 14:22 | README: improve etag example with escaping of the filename | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-18 11:31 | README: add example to support ETag caching | Hiltjo Posthuma | 1 | +25 | -1 |
2020-10-17 22:00 | xml.c: initialize i = 0 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-16 09:24 | README.xml: reference examples, ANSI compatible, mention original parser | Hiltjo Posthuma | 1 | +8 | -2 |
2020-10-16 09:18 | README: fix unescaped character in regex in awk in filter example | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-12 18:42 | add a comment about the intended date priority | Hiltjo Posthuma | 1 | +2 | -2 |
2020-10-12 18:40 | Revert "RSS: give Dublin Core <dc:date> higher priority over <pubDate>" | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-12 18:10 | README: filter example: strip Facebook fbclid parameter | Hiltjo Posthuma | 1 | +2 | -2 |
2020-10-12 16:55 | simplify time parsing | Hiltjo Posthuma | 1 | +17 | -12 |
2020-10-12 16:49 | remove unneeded check for NUL terminator | Hiltjo Posthuma | 2 | +19 | -19 |
2020-10-12 16:41 | RSS: give Dublin Core <dc:date> higher priority over <pubDate> | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-06 16:51 | parse categories, add multiple field values support (for categories) | Hiltjo Posthuma | 4 | +253 | -150 |
2020-10-09 09:43 | xml: remove unused code for sfeed | Hiltjo Posthuma | 2 | +1 | -14 |
2020-10-06 16:45 | fix counting due to uninitialized variable when the time could not be parsed | Hiltjo Posthuma | 2 | +2 | -0 |
2020-10-06 16:45 | xml.h: minor comment rewording | Hiltjo Posthuma | 1 | +2 | -2 |
2020-10-06 16:45 | sfeed: parse day with max 2 digits (instead of 4) | Hiltjo Posthuma | 1 | +1 | -1 |
2020-10-06 16:44 | sfeed: support the ISO8601 time format without separators | Hiltjo Posthuma | 1 | +7 | -4 |
2020-10-06 16:40 | README: tested with cproc and sdcc on Z80 emulator, for fun | Hiltjo Posthuma | 1 | +3 | -2 |
2020-10-06 16:39 | man pages: tweak alignment of lists | Hiltjo Posthuma | 3 | +8 | -8 |
2020-09-19 14:38 | xml.c: remove buffering of comment data, which is unused anyway | Hiltjo Posthuma | 2 | +2 | -35 |
2020-09-19 14:37 | xml.h: add underscore for #ifdef guard | Hiltjo Posthuma | 1 | +2 | -2 |
2020-09-19 14:35 | XML cdata callback: handle CDATA as data | Hiltjo Posthuma | 1 | +1 | -11 |
2020-07-06 15:38 | bump version to 0.9.18 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-07-05 14:46 | sfeed_atom: minor simplification, gmtime_r is not needed here | Hiltjo Posthuma | 1 | +2 | -2 |
2020-07-05 14:41 | README: reference sfeed_curses | Hiltjo Posthuma | 1 | +3 | -0 |
2020-07-05 14:10 | README: improvements | Hiltjo Posthuma | 1 | +107 | -0 |
2020-07-05 13:57 | format tools: don't skip items with a missing/invalid timestamp field | Hiltjo Posthuma | 5 | +59 | -58 |
2020-07-05 13:54 | sfeed_mbox: don't ignore items with a missing/invalid timestamp | Hiltjo Posthuma | 1 | +18 | -15 |
2020-07-05 13:53 | sfeed_atom: the updated field is mandatory: use the current time... | Hiltjo Posthuma | 1 | +10 | -9 |
2020-07-05 12:05 | sfeed_atom: fix timezone, output if timestamp is set | Hiltjo Posthuma | 1 | +9 | -9 |
2020-06-25 17:50 | README: small tweaks and a filter example improvement | Hiltjo Posthuma | 1 | +5 | -2 |
2020-06-21 16:08 | sfeed_html/sfeed_frames: simplify struct feed allocation | Hiltjo Posthuma | 2 | +14 | -22 |
2020-06-21 16:01 | Makefile: tiny compatibility improvement for tar -cf | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-10 12:40 | Makefile: pedantic change: use ar -rc instead of ar rc | Hiltjo Posthuma | 1 | +1 | -1 |
2020-06-04 16:02 | sfeed.{1,5}: clarify the timestamp field a bit | Hiltjo Posthuma | 2 | +2 | -2 |
2020-06-04 16:01 | sfeed_atom: make the output more conform | Hiltjo Posthuma | 1 | +23 | -3 |
2020-06-01 10:15 | fix typo | Hiltjo Posthuma | 1 | +1 | -1 |
2020-05-28 19:02 | sfeed: simplify/optimize checking end tags while inside a RSS/Atom tag | Hiltjo Posthuma | 1 | +37 | -34 |
2020-05-27 18:33 | util: encodeuri: simplify condition | Hiltjo Posthuma | 1 | +2 | -3 |
2020-05-15 16:31 | README: fix indentation for fdm.conf examples | Hiltjo Posthuma | 1 | +19 | -19 |
2020-05-13 17:27 | sfeed_gopher: if a gopher url cannot be parsed then show it anyway as a "URL:" | Hiltjo Posthuma | 1 | +2 | -3 |
2020-05-13 16:01 | sfeed_gopher: do not use URL: prefix for gopher:// urls. | Hiltjo Posthuma | 1 | +37 | -18 |
2020-05-04 11:37 | bump version to 0.9.17 | Hiltjo Posthuma | 1 | +1 | -1 |
| More commits remaining [...] |