Age | Commit message (Expand) | Author |
2022-01-22 | add feature to go to the next bold row and previous bold row with J and K | Hiltjo Posthuma |
2022-01-19 | sfeed_curses: code-style: remove variable name in definition | Hiltjo Posthuma |
2022-01-19 | sfeed_curses: fix a pedantic sign comparison | Hiltjo Posthuma |
2022-01-19 | fix inconsistencies in comments | Hiltjo Posthuma |
2022-01-19 | sfeed: extend the time range, use long long instead of time_t | Hiltjo Posthuma |
2022-01-19 | sfeed_curses.1: clarify an exception with SIGINT | Hiltjo Posthuma |
2022-01-19 | sfeed_curses: consistency: mousereport: use off_t like the other functions | Hiltjo Posthuma |
2022-01-19 | sfeed_curses: line editor: add more clear comments of signal handling | Hiltjo Posthuma |
2022-01-19 | sfeed: parsetime: allow leap second like 23:59:60 | Hiltjo Posthuma |
2022-01-14 | util: strtotime: expand on comment about 2038-readiness | Hiltjo Posthuma |
2022-01-14 | util: parsetime(): fix comment, long long supports atleast 64-bit range | Hiltjo Posthuma |
2022-01-14 | sfeed_curses: pedantic fix for UB with an empty URL file | Hiltjo Posthuma |
2022-01-06 | README: sfeed_download small changes | Hiltjo Posthuma |
2022-01-06 | README: small typo and rewording for sfeed_download example | Hiltjo Posthuma |
2022-01-06 | README: add a listing of the formats supported | Hiltjo Posthuma |
2022-01-06 | README: add sfeed_download example, parallel downloader/extractor | Hiltjo Posthuma |
2022-01-04 | sfeed_markread: set all locale variables and use LC_ALL | Hiltjo Posthuma |
2022-01-03 | Makefile: add comment for feature test macro on FreeBSD | Hiltjo Posthuma |
2022-01-03 | Makefile: tiny typo: add space after SFEED_CURSES_CPPFLAGS | Hiltjo Posthuma |
2021-12-24 | sfeed_content: allow to set HTML converter with env variable | Hiltjo Posthuma |
2021-12-23 | sfeed_markread: small white-space fix | Hiltjo Posthuma |
2021-12-23 | README: improve newsboat export script | Hiltjo Posthuma |
2021-12-23 | README: add GNU/Hurd | Hiltjo Posthuma |
2021-12-23 | sfeed_atom: add category field(s) | Hiltjo Posthuma |
2021-12-23 | LICENSE: bump year | Hiltjo Posthuma |
2021-11-27 | bump version to 1.1 | Hiltjo Posthuma |
2021-11-26 | README: reword the part mentioning SFEED_THEME | Hiltjo Posthuma |
2021-11-26 | README: small rewording | Hiltjo Posthuma |
2021-11-26 | sfeed.1: add sfeed_curses example | Hiltjo Posthuma |
2021-11-26 | Makefile: merge contents of sfeed_curses Makefile | Hiltjo Posthuma |
2021-11-26 | sfeed_curses: reuse some functions in util | Hiltjo Posthuma |
2021-11-26 | README: merge the contents of the README of sfeed_curses | Hiltjo Posthuma |
2021-11-26 | import sfeed_curses | Hiltjo Posthuma |
2021-11-24 | sfeed_mbox: escape the link and enclosure text when using HTML content | Hiltjo Posthuma |
2021-11-23 | sfeed.1: improve a comment for string_append | Hiltjo Posthuma |
2021-11-23 | sfeed.1: add a basic usage example for using the sfeed package | Hiltjo Posthuma |
2021-11-23 | sfeed.{1,5}: small rewording improvement | Hiltjo Posthuma |
2021-11-23 | sfeed.{1,5}: the first author is parsed | Hiltjo Posthuma |
2021-11-23 | code-style: define fieldmap in the same order as the enum declaration | Hiltjo Posthuma |
2021-10-25 | sfeed.{1,5}: small rewording for the '|' character | Hiltjo Posthuma |
2021-10-25 | sfeed_mbox: add link as base URL for HTML content | Hiltjo Posthuma |
2021-10-25 | sfeed_mbox: use 64-bit for the checksum number | Hiltjo Posthuma |
2021-10-24 | README: tested with the compiler chibicc and RISCV64 VM (OpenBSD and Linux) | Hiltjo Posthuma |
2021-10-05 | Makefile: consistency and pedantic change: use ar -rc instead of ar rc | Hiltjo Posthuma |
2021-08-06 | bump version to 1.0 | Hiltjo Posthuma |
2021-08-06 | sfeed_opml_export: fix typo: opml -> OPML | Hiltjo Posthuma |
2021-08-06 | sfeedrc.5: fix typos | Hiltjo Posthuma |
2021-08-04 | sfeed_mbox.1: add examples to this man page aswell | Hiltjo Posthuma |
2021-08-03 | man page improvements | Hiltjo Posthuma |
2021-08-03 | code-style: use a newline before return in main() | Hiltjo Posthuma |