Age | Commit message (Expand) | Author |
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 |
2020-07-05 | sfeed_atom: fix timezone, output if timestamp is set | Hiltjo Posthuma |
2020-06-25 | README: small tweaks and a filter example improvement | Hiltjo Posthuma |
2020-06-21 | sfeed_html/sfeed_frames: simplify struct feed allocation | Hiltjo Posthuma |
2020-06-21 | Makefile: tiny compatibility improvement for tar -cf | Hiltjo Posthuma |
2020-06-10 | Makefile: pedantic change: use ar -rc instead of ar rc | Hiltjo Posthuma |
2020-06-04 | sfeed.{1,5}: clarify the timestamp field a bit | Hiltjo Posthuma |
2020-06-04 | sfeed_atom: make the output more conform | Hiltjo Posthuma |
2020-06-01 | fix typo | Hiltjo Posthuma |
2020-05-28 | sfeed: simplify/optimize checking end tags while inside a RSS/Atom tag | Hiltjo Posthuma |
2020-05-27 | util: encodeuri: simplify condition | Hiltjo Posthuma |
2020-05-15 | README: fix indentation for fdm.conf examples | Hiltjo Posthuma |
2020-05-13 | sfeed_gopher: if a gopher url cannot be parsed then show it anyway as a "URL:" | Hiltjo Posthuma |
2020-05-13 | sfeed_gopher: do not use URL: prefix for gopher:// urls. | Hiltjo Posthuma |
2020-05-04 | bump version to 0.9.17 | Hiltjo Posthuma |
2020-05-02 | style.css: sort attribute | Hiltjo Posthuma |
2020-05-02 | style.css: improve horizontal scrolling for long titles/small windows | Hiltjo Posthuma |
2020-05-01 | README: update tested platforms | Hiltjo Posthuma |
2020-04-27 | sfeed_mbox: fallback author to feedname, not "unknown" | Hiltjo Posthuma |
2020-04-27 | sfeed_mbox: remove prefix in subject | Hiltjo Posthuma |
2020-04-01 | util: improve/cleanup parseline() | Hiltjo Posthuma |
2020-03-15 | sfeed_mbox: time parsing and consistency fixes | Hiltjo Posthuma |
2020-03-15 | man pages (section 1): document exit status | Hiltjo Posthuma |
2020-03-15 | sfeed_twtxt: fix error message if gmtime() fails, "localtime" -> "gmtime" | Hiltjo Posthuma |
2020-03-15 | sfeed_mbox: POSIX defines gmtime_r sets errno, so use err(), not errx() | Hiltjo Posthuma |
2020-03-11 | sfeed_web: fix exit status code | Hiltjo Posthuma |
2020-03-11 | README: update tested environments | Hiltjo Posthuma |
2020-03-11 | sfeed_html/sfeed_frames: fix bold markup for lynx | Hiltjo Posthuma |
2020-03-10 | sfeed_html/sfeed_frames: use a <pre> section per feed | Hiltjo Posthuma |
2020-03-10 | sfeed_plain: optimize utf8-decoding and column position calculation | Hiltjo Posthuma |
2020-02-23 | bump version to 0.9.16 | Hiltjo Posthuma |
2020-02-23 | sfeed_update: don't preserve permissions of tmp files by moving, so copy | Hiltjo Posthuma |
2020-02-06 | README: simplify sfeed_archive example using awk | Hiltjo Posthuma |
2020-02-04 | sfeed_update: tiny style fix in comment | Hiltjo Posthuma |
2020-02-04 | man page improvements | Hiltjo Posthuma |
2020-02-01 | sync README.xml comment about white-space handling | Hiltjo Posthuma |
2020-01-24 | cleanup some includes | Hiltjo Posthuma |
2020-01-23 | improve man pages, some rewordings and add a reference | Hiltjo Posthuma |
2020-01-18 | minor style: use plain int for xml_entitytostr() | Hiltjo Posthuma |