summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-31README: fix bug in an example for counting the new items of the last dayHiltjo Posthuma
2022-05-31minicurses.h: remove unneeded includeHiltjo Posthuma
2022-05-21bump version to 1.5Hiltjo Posthuma
2022-05-19README: make sure sfeed_update errors don't write to stderrHiltjo Posthuma
2022-05-14README: add progress indicator scriptHiltjo Posthuma
2022-05-14manual pages: reword a few things a bit more clearlyHiltjo Posthuma
2022-05-07sfeed_curses: improve commentHiltjo Posthuma
2022-05-07sfeed_curses: interrupt waitpid while interactive child program is runningHiltjo Posthuma
2022-05-05sfeed_curses: close stdin for spawning a plumb program in non-interactive modeHiltjo Posthuma
2022-05-04sfeed_curses.1: more details about signals and (non-)interactive programsHiltjo Posthuma
2022-05-02manual pages: properly escape some more backslashesHiltjo Posthuma
2022-05-02manual pages: properly escape backslashesAnders Damsgaard
2022-04-10sfeed_curses.1: fix typo: automaticly -> automaticallyHiltjo Posthuma
2022-04-02bump version to 1.4Hiltjo Posthuma
2022-04-02sfeed_curses: code-style: mouse mode: just use a constantHiltjo Posthuma
2022-04-02sfeed_curses: line editor: handle SIGCHLD directlyHiltjo Posthuma
2022-04-02sfeed_curses: line editor, temporarily disable the mouse when using the line ...Hiltjo Posthuma
2022-04-01sfeed_curses: don't use bitmasks to keep the states for signalsHiltjo Posthuma
2022-04-01sfeed_curses: small code-style changeHiltjo Posthuma
2022-04-01README: reflect example with the descriptionHiltjo Posthuma
2022-04-01sfeed_curses: improve multiple signal handlingHiltjo Posthuma
2022-03-31sfeed_curses: improve waiting on processes and reaping themHiltjo Posthuma
2022-03-31sfeed.c: rm ctype.h its not neededHiltjo Posthuma
2022-03-29sfeed.1: add an example to convert to UTF-8 using iconvHiltjo Posthuma
2022-03-29compatibility: reduce the assumption the builtin libc locale is ASCII-compatibleHiltjo Posthuma
2022-03-28compatibility: replace iscntrl with own ISCNTRL macroHiltjo Posthuma
2022-03-28sfeed_curses: fix-up from previous commit: properly initialize struct sigactionHiltjo Posthuma
2022-03-28sfeed_curses: ignore SIGCHLD only for non-interactive programsHiltjo Posthuma
2022-03-28sfeed_update: change return to exit in mainHiltjo Posthuma
2022-03-28update documentation of sfeed_update example and clarify return statusHiltjo Posthuma
2022-03-27sfeed_curses: remove unneeded ctype.h includeHiltjo Posthuma
2022-03-27Revert "rm sys/types.h include and improve portability"Hiltjo Posthuma
2022-03-27sfeed_curses: tiny rewording in commentHiltjo Posthuma
2022-03-27sfeed_curses: processexit: do not set and reset SIGINT for non-interactive pl...Hiltjo Posthuma
2022-03-27sfeed_curses: avoid non-interactive plumb process becoming a zombieHiltjo Posthuma
2022-03-25rm sys/types.h include and improve portabilityHiltjo Posthuma
2022-03-25change echo to printf and for sfeed_opml_export use a control-character separ...Hiltjo Posthuma
2022-03-23shellscripts: use [ for test consistentlyHiltjo Posthuma
2022-03-22README: sfeed_download: remove a lineHiltjo Posthuma
2022-03-22README: improve error handling in downloader exampleHiltjo Posthuma
2022-03-22sfeed_update: return status in _feed() functionHiltjo Posthuma
2022-03-21README: update sfeed_update_xargs exampleHiltjo Posthuma
2022-03-21sfeed: make some tables const and read-onlyHiltjo Posthuma
2022-03-21sfeed_update: set exit status non-zero if any of the feeds failedHiltjo Posthuma
2022-03-21util.h: slightly improve portabilityHiltjo Posthuma
2022-03-21sfeed_update.1: document logging and improve documentation of exit statusHiltjo Posthuma
2022-03-21sfeed_update: log FAILs to stderrTommy Nguyen
2022-03-20check write errors on the output stream after each feedHiltjo Posthuma
2022-03-19rebuild sfeed_curses if the same theme changesNRK
2022-03-19sfeed_curses: refactor DEC function key parsingHiltjo Posthuma