summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-03-19style.css: add dark mode support for example fileHiltjo Posthuma
2022-03-15stricter error checking in file streams (input, output)Hiltjo Posthuma
2022-03-14sfeed_curses: use ttywrite() for writing to the tty consistentlyHiltjo Posthuma
2022-03-14improve time(NULL) error checkingHiltjo Posthuma
2022-03-07bump version to 1.3Hiltjo Posthuma
2022-03-07README: update codemadness.org URLs and use the full content feed by defaultHiltjo Posthuma
2022-03-05README: add a note about mouse button encoding issues in some terminalsHiltjo Posthuma
2022-02-26README: small rewordingHiltjo Posthuma
2022-02-26README: example scripts to count new and unread itemsHiltjo Posthuma
2022-02-25sfeed_curses: cast character for SFEED_AUTOCMD to unsigned charHiltjo Posthuma
2022-02-24sfeed_curses: remove continue in application key handlingHiltjo Posthuma
2022-02-24sfeed_curses: fix a redraw when reloading a file when reading from stdinHiltjo Posthuma
2022-02-24sfeed_curses.1: clarify the 'R' keybind or SIGHUP will reload the url file alsoHiltjo Posthuma
2022-02-24sfeed_mbox: use putc, it may be implemented as a macroHiltjo Posthuma
2022-02-24sfeed_curses: die(): use stdio buffered function/macroHiltjo Posthuma