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 |
2020-05-02 14:59 | style.css: sort attribute | Hiltjo Posthuma | 1 | +1 | -1 |
2020-05-02 13:14 | style.css: improve horizontal scrolling for long titles/small windows | Hiltjo Posthuma | 1 | +6 | -13 |
2020-05-01 12:14 | README: update tested platforms | Hiltjo Posthuma | 1 | +2 | -1 |
2020-04-27 10:53 | sfeed_mbox: fallback author to feedname, not "unknown" | Hiltjo Posthuma | 1 | +1 | -1 |
2020-04-27 10:52 | sfeed_mbox: remove prefix in subject | Hiltjo Posthuma | 1 | +1 | -4 |
2020-04-01 16:40 | util: improve/cleanup parseline() | Hiltjo Posthuma | 9 | +17 | -29 |
2020-03-15 22:13 | sfeed_mbox: time parsing and consistency fixes | Hiltjo Posthuma | 1 | +7 | -9 |
2020-03-15 14:04 | man pages (section 1): document exit status | Hiltjo Posthuma | 13 | +39 | -13 |
2020-03-15 14:00 | sfeed_twtxt: fix error message if gmtime() fails, "localtime" -> "gmtime" | Hiltjo Posthuma | 1 | +1 | -1 |
2020-03-15 13:59 | sfeed_mbox: POSIX defines gmtime_r sets errno, so use err(), not errx() | Hiltjo Posthuma | 1 | +1 | -1 |
2020-03-10 17:03 | sfeed_web: fix exit status code | Hiltjo Posthuma | 1 | +2 | -3 |
2020-03-09 18:25 | README: update tested environments | Hiltjo Posthuma | 1 | +3 | -2 |
2020-03-09 18:23 | sfeed_html/sfeed_frames: fix bold markup for lynx | Hiltjo Posthuma | 2 | +11 | -12 |
2020-03-09 18:21 | sfeed_html/sfeed_frames: use a <pre> section per feed | Hiltjo Posthuma | 2 | +7 | -4 |
2020-03-09 18:16 | sfeed_plain: optimize utf8-decoding and column position calculation | Hiltjo Posthuma | 1 | +8 | -3 |
2020-02-23 19:34 | bump version to 0.9.16 | Hiltjo Posthuma | 1 | +1 | -1 |
2020-02-23 18:37 | sfeed_update: don't preserve permissions of tmp files by moving, so copy | Hiltjo Posthuma | 1 | +4 | -3 |
2020-02-06 20:28 | README: simplify sfeed_archive example using awk | Hiltjo Posthuma | 1 | +16 | -74 |
2020-02-04 21:05 | sfeed_update: tiny style fix in comment | Hiltjo Posthuma | 1 | +1 | -1 |
2020-02-04 21:05 | man page improvements | Hiltjo Posthuma | 2 | +67 | -74 |
2020-02-01 18:51 | sync README.xml comment about white-space handling | Hiltjo Posthuma | 1 | +3 | -0 |
2020-01-24 00:59 | cleanup some includes | Hiltjo Posthuma | 16 | +8 | -46 |
2020-01-23 18:11 | improve man pages, some rewordings and add a reference | Hiltjo Posthuma | 2 | +6 | -4 |
2020-01-18 19:14 | minor style: use plain int for xml_entitytostr() | Hiltjo Posthuma | 1 | +2 | -2 |
2020-01-18 18:26 | improve XML entity conversion | Hiltjo Posthuma | 1 | +8 | -8 |
2020-01-18 18:22 | sfeed_opml_import: use code-style pattern similar to other programs | Hiltjo Posthuma | 1 | +2 | -4 |
2020-01-18 18:22 | sfeed_web: remove unneeded optimization | Hiltjo Posthuma | 1 | +0 | -5 |
2020-01-18 18:21 | style.css: sort properties alphabetically | Hiltjo Posthuma | 1 | +12 | -12 |
| More commits remaining [...] |