Age | Commit message (Expand) | Author |
2022-04-02 | sfeed_curses: line editor: handle SIGCHLD directly | Hiltjo Posthuma |
2022-04-02 | sfeed_curses: line editor, temporarily disable the mouse when using the line ... | Hiltjo Posthuma |
2022-04-01 | sfeed_curses: don't use bitmasks to keep the states for signals | Hiltjo Posthuma |
2022-04-01 | sfeed_curses: small code-style change | Hiltjo Posthuma |
2022-04-01 | README: reflect example with the description | Hiltjo Posthuma |
2022-04-01 | sfeed_curses: improve multiple signal handling | Hiltjo Posthuma |
2022-03-31 | sfeed_curses: improve waiting on processes and reaping them | Hiltjo Posthuma |
2022-03-31 | sfeed.c: rm ctype.h its not needed | Hiltjo Posthuma |
2022-03-29 | sfeed.1: add an example to convert to UTF-8 using iconv | Hiltjo Posthuma |
2022-03-29 | compatibility: reduce the assumption the builtin libc locale is ASCII-compatible | Hiltjo Posthuma |
2022-03-28 | compatibility: replace iscntrl with own ISCNTRL macro | Hiltjo Posthuma |
2022-03-28 | sfeed_curses: fix-up from previous commit: properly initialize struct sigaction | Hiltjo Posthuma |
2022-03-28 | sfeed_curses: ignore SIGCHLD only for non-interactive programs | Hiltjo Posthuma |
2022-03-28 | sfeed_update: change return to exit in main | Hiltjo Posthuma |
2022-03-28 | update documentation of sfeed_update example and clarify return status | Hiltjo Posthuma |
2022-03-27 | sfeed_curses: remove unneeded ctype.h include | Hiltjo Posthuma |
2022-03-27 | Revert "rm sys/types.h include and improve portability" | Hiltjo Posthuma |
2022-03-27 | sfeed_curses: tiny rewording in comment | Hiltjo Posthuma |
2022-03-27 | sfeed_curses: processexit: do not set and reset SIGINT for non-interactive pl... | Hiltjo Posthuma |
2022-03-27 | sfeed_curses: avoid non-interactive plumb process becoming a zombie | Hiltjo Posthuma |
2022-03-25 | rm sys/types.h include and improve portability | Hiltjo Posthuma |
2022-03-25 | change echo to printf and for sfeed_opml_export use a control-character separ... | Hiltjo Posthuma |
2022-03-23 | shellscripts: use [ for test consistently | Hiltjo Posthuma |
2022-03-22 | README: sfeed_download: remove a line | Hiltjo Posthuma |
2022-03-22 | README: improve error handling in downloader example | Hiltjo Posthuma |
2022-03-22 | sfeed_update: return status in _feed() function | Hiltjo Posthuma |
2022-03-21 | README: update sfeed_update_xargs example | Hiltjo Posthuma |
2022-03-21 | sfeed: make some tables const and read-only | Hiltjo Posthuma |
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 |