Age | Commit message (Expand) | Author |
2022-03-21 | sfeed_update: set exit status non-zero if any of the feeds failed | Hiltjo Posthuma |
2022-03-21 | util.h: slightly improve portability | Hiltjo Posthuma |
2022-03-21 | sfeed_update.1: document logging and improve documentation of exit status | Hiltjo Posthuma |
2022-03-21 | sfeed_update: log FAILs to stderr | Tommy Nguyen |
2022-03-20 | check write errors on the output stream after each feed | Hiltjo Posthuma |
2022-03-19 | rebuild sfeed_curses if the same theme changes | NRK |
2022-03-19 | sfeed_curses: refactor DEC function key parsing | Hiltjo Posthuma |
2022-03-19 | style.css: add dark mode support for example file | Hiltjo Posthuma |
2022-03-15 | stricter error checking in file streams (input, output) | Hiltjo Posthuma |
2022-03-14 | sfeed_curses: use ttywrite() for writing to the tty consistently | Hiltjo Posthuma |
2022-03-14 | improve time(NULL) error checking | Hiltjo Posthuma |
2022-03-07 | bump version to 1.3 | Hiltjo Posthuma |
2022-03-07 | README: update codemadness.org URLs and use the full content feed by default | Hiltjo Posthuma |
2022-03-05 | README: add a note about mouse button encoding issues in some terminals | Hiltjo Posthuma |
2022-02-26 | README: small rewording | Hiltjo Posthuma |
2022-02-26 | README: example scripts to count new and unread items | Hiltjo Posthuma |
2022-02-25 | sfeed_curses: cast character for SFEED_AUTOCMD to unsigned char | Hiltjo Posthuma |
2022-02-24 | sfeed_curses: remove continue in application key handling | Hiltjo Posthuma |
2022-02-24 | sfeed_curses: fix a redraw when reloading a file when reading from stdin | Hiltjo Posthuma |
2022-02-24 | sfeed_curses.1: clarify the 'R' keybind or SIGHUP will reload the url file also | Hiltjo Posthuma |
2022-02-24 | sfeed_mbox: use putc, it may be implemented as a macro | Hiltjo Posthuma |
2022-02-24 | sfeed_curses: die(): use stdio buffered function/macro | Hiltjo Posthuma |
2022-02-24 | sfeed_curses: fix a wrong comment about the arrow left and right keys | Hiltjo Posthuma |
2022-02-24 | sfeed_curses: add keybinds for home key and home and end key in urxvt | Hiltjo Posthuma |
2022-02-19 | fix a compiler warning with (Net)BSD curses | Hiltjo Posthuma |
2022-02-19 | sfeed_opml_export: improve comment | Hiltjo Posthuma |
2022-02-06 | bump version to 1.2 | Hiltjo Posthuma |
2022-02-06 | fix a warning with tparm on some systems | Hiltjo Posthuma |
2022-02-06 | add compile-time option to improve output on dumb non-UTF8 terminals | Hiltjo Posthuma |
2022-02-06 | sfeed_curses: write cmd in a more verbose way | Hiltjo Posthuma |
2022-02-05 | sfeed.c: code-style consistency: static functions | Hiltjo Posthuma |
2022-02-05 | sfeed: small optimization | Hiltjo Posthuma |
2022-02-05 | sfeed_curses.1: tiny rewording from previous commit | Hiltjo Posthuma |
2022-02-04 | improve some code comments | Hiltjo Posthuma |
2022-02-04 | sfeed_curses.1: document @ flag | Anders Damsgaard |
2022-02-01 | sfeed_curses.1: fix stdin -> tty | Hiltjo Posthuma |
2022-02-01 | parsetime: no need to check `tp`. it must be set | Hiltjo Posthuma |
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 |