Age | Commit message (Expand) | Author |
2022-07-05 | sfeed_curses: write out plumbercmd argument in a verbose manner | Hiltjo Posthuma |
2022-06-21 | fix some typis | NRK |
2022-06-20 | sfeed: reword a poorly-worded comment | Hiltjo Posthuma |
2022-06-20 | sfeed: fix a wrong comment | Hiltjo Posthuma |
2022-06-18 | README: add setsid example | Hiltjo Posthuma |
2022-06-06 | themes: simplify empty macros, remove do { } while(0) | Hiltjo Posthuma |
2022-06-05 | sfeed_curses: processexit(): remove unneeded code for non-interactive processes | Hiltjo Posthuma |
2022-05-31 | README: fix bug in an example for counting the new items of the last day | Hiltjo Posthuma |
2022-05-31 | minicurses.h: remove unneeded include | Hiltjo Posthuma |
2022-05-21 | bump version to 1.5 | Hiltjo Posthuma |
2022-05-19 | README: make sure sfeed_update errors don't write to stderr | Hiltjo Posthuma |
2022-05-14 | README: add progress indicator script | Hiltjo Posthuma |
2022-05-14 | manual pages: reword a few things a bit more clearly | Hiltjo Posthuma |
2022-05-07 | sfeed_curses: improve comment | Hiltjo Posthuma |
2022-05-07 | sfeed_curses: interrupt waitpid while interactive child program is running | Hiltjo Posthuma |
2022-05-05 | sfeed_curses: close stdin for spawning a plumb program in non-interactive mode | Hiltjo Posthuma |
2022-05-04 | sfeed_curses.1: more details about signals and (non-)interactive programs | Hiltjo Posthuma |
2022-05-02 | manual pages: properly escape some more backslashes | Hiltjo Posthuma |
2022-05-02 | manual pages: properly escape backslashes | Anders Damsgaard |
2022-04-10 | sfeed_curses.1: fix typo: automaticly -> automatically | Hiltjo Posthuma |
2022-04-02 | bump version to 1.4 | Hiltjo Posthuma |
2022-04-02 | sfeed_curses: code-style: mouse mode: just use a constant | Hiltjo Posthuma |
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 |