2023-03-14 17:30 | Makefile: remove duplicate CPPFLAGS for sfeed_curses | Hiltjo Posthuma | 1 | +1 | -1 |
2023-03-07 20:04 | sfeed_curses: fix (very hard to trigger) memleak when getline() returns EOF for lazyloaded items | Hiltjo Posthuma | 1 | +1 | -0 |
2023-02-25 13:40 | bump version to 1.7 | Hiltjo Posthuma | 1 | +1 | -1 |
2023-02-17 14:39 | sfeed_update, sfeed_opml_export, README: reference the example sfeedrc man page | Hiltjo Posthuma | 3 | +4 | -4 |
2023-02-16 19:33 | sfeed_curses: add SUN keys support | Hiltjo Posthuma | 1 | +7 | -0 |
2023-02-16 19:32 | sfeed_curses: add SCO keys for next, prior (CSI I and CSI G) | Hiltjo Posthuma | 1 | +3 | -0 |
2023-02-16 19:29 | README: small rewording in how to add new parsed tags and fields | Hiltjo Posthuma | 1 | +3 | -1 |
2023-02-04 11:34 | README: describe how to add new parsed tags and fields to sfeed.c | Hiltjo Posthuma | 1 | +90 | -0 |
2023-02-03 15:15 | fix comment for ASCII symbols for dumb terminals | Hiltjo Posthuma | 2 | +5 | -5 |
2023-02-03 15:12 | sfeed_gopher: remove PATH_MAX and restricting the path length | Hiltjo Posthuma | 1 | +5 | -10 |
2023-01-18 18:53 | sfeedrc.5: improve documentation a bit | Hiltjo Posthuma | 1 | +13 | -10 |
2023-01-07 11:08 | sfeed.1: reference sfeed_opml_import | Hiltjo Posthuma | 1 | +2 | -1 |
2023-01-07 10:05 | sfeed.5: remove a caveat in the file format man page | Hiltjo Posthuma | 1 | +1 | -4 |
2022-12-28 10:18 | README: small rewording "can be supported" -> "are supported" | Hiltjo Posthuma | 1 | +2 | -2 |
2022-12-20 21:23 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2022-12-20 21:22 | sfeed_curses.1: small rewording and tweaks in the example | Hiltjo Posthuma | 1 | +9 | -7 |
2022-12-15 18:15 | sfeed_update.1: "return status" -> "exit status" | Hiltjo Posthuma | 1 | +2 | -2 |
2022-08-26 19:55 | improve comment: uppercase cdata -> CDATA | Hiltjo Posthuma | 2 | +2 | -2 |
2022-08-17 14:47 | bump version to 1.6 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-08-16 23:34 | sfeed_curses: fix a memleak caused by a mistake in refactoring the code | Hiltjo Posthuma | 1 | +1 | -0 |
2022-07-20 18:37 | slightly improve some comments | Hiltjo Posthuma | 5 | +7 | -7 |
2022-07-17 10:46 | sfeed_curses: cleanup code for handling read items from an URL file | Hiltjo Posthuma | 1 | +45 | -37 |
2022-07-05 15:11 | remove __dead code | NRK | 1 | +0 | -5 |
2022-07-05 13:57 | sfeed_curses: write out plumbercmd argument in a verbose manner | Hiltjo Posthuma | 1 | +3 | -1 |
2022-06-20 23:09 | fix some typis | NRK | 3 | +4 | -4 |
2022-06-20 11:25 | sfeed: reword a poorly-worded comment | Hiltjo Posthuma | 1 | +1 | -1 |
2022-06-20 11:18 | sfeed: fix a wrong comment | Hiltjo Posthuma | 1 | +1 | -1 |
2022-06-18 20:52 | README: add setsid example | Hiltjo Posthuma | 1 | +15 | -0 |
2022-06-06 09:00 | themes: simplify empty macros, remove do { } while(0) | Hiltjo Posthuma | 3 | +12 | -12 |
2022-06-05 21:38 | sfeed_curses: processexit(): remove unneeded code for non-interactive processes | Hiltjo Posthuma | 1 | +4 | -4 |
2022-05-31 09:33 | README: fix bug in an example for counting the new items of the last day | Hiltjo Posthuma | 1 | +1 | -1 |
2022-05-31 09:30 | minicurses.h: remove unneeded include | Hiltjo Posthuma | 1 | +0 | -2 |
2022-05-21 09:34 | bump version to 1.5 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-05-19 19:32 | README: make sure sfeed_update errors don't write to stderr | Hiltjo Posthuma | 1 | +1 | -1 |
2022-05-14 10:28 | README: add progress indicator script | Hiltjo Posthuma | 1 | +47 | -0 |
2022-05-14 10:27 | manual pages: reword a few things a bit more clearly | Hiltjo Posthuma | 3 | +9 | -9 |
2022-05-07 18:33 | sfeed_curses: improve comment | Hiltjo Posthuma | 1 | +1 | -1 |
2022-05-07 18:18 | sfeed_curses: interrupt waitpid while interactive child program is running | Hiltjo Posthuma | 1 | +6 | -0 |
2022-05-05 04:28 | sfeed_curses: close stdin for spawning a plumb program in non-interactive mode | Hiltjo Posthuma | 2 | +9 | -7 |
2022-05-04 16:28 | sfeed_curses.1: more details about signals and (non-)interactive programs | Hiltjo Posthuma | 1 | +32 | -20 |
2022-05-02 18:09 | manual pages: properly escape some more backslashes | Hiltjo Posthuma | 4 | +7 | -7 |
2022-05-02 12:46 | manual pages: properly escape backslashes | Anders Damsgaard | 3 | +5 | -5 |
2022-04-10 16:28 | sfeed_curses.1: fix typo: automaticly -> automatically | Hiltjo Posthuma | 1 | +1 | -1 |
2022-04-02 15:35 | bump version to 1.4 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-04-02 11:54 | sfeed_curses: code-style: mouse mode: just use a constant | Hiltjo Posthuma | 1 | +2 | -2 |
2022-04-01 22:33 | sfeed_curses: line editor: handle SIGCHLD directly | Hiltjo Posthuma | 1 | +8 | -1 |
2022-04-01 22:32 | sfeed_curses: line editor, temporarily disable the mouse when using the line editor | Hiltjo Posthuma | 1 | +6 | -1 |
2022-04-01 19:24 | sfeed_curses: don't use bitmasks to keep the states for signals | Hiltjo Posthuma | 1 | +26 | -19 |
2022-03-31 22:57 | sfeed_curses: small code-style change | Hiltjo Posthuma | 1 | +5 | -5 |
2022-03-31 22:57 | README: reflect example with the description | Hiltjo Posthuma | 1 | +1 | -0 |
2022-03-31 22:15 | sfeed_curses: improve multiple signal handling | Hiltjo Posthuma | 1 | +25 | -39 |
2022-03-31 20:54 | sfeed_curses: improve waiting on processes and reaping them | Hiltjo Posthuma | 1 | +17 | -14 |
2022-03-31 20:43 | sfeed.c: rm ctype.h its not needed | Hiltjo Posthuma | 1 | +0 | -1 |
2022-03-29 09:25 | sfeed.1: add an example to convert to UTF-8 using iconv | Hiltjo Posthuma | 1 | +10 | -1 |
2022-03-29 09:03 | compatibility: reduce the assumption the builtin libc locale is ASCII-compatible | Hiltjo Posthuma | 7 | +48 | -46 |
2022-03-28 16:36 | compatibility: replace iscntrl with own ISCNTRL macro | Hiltjo Posthuma | 4 | +7 | -4 |
2022-03-28 16:01 | sfeed_curses: fix-up from previous commit: properly initialize struct sigaction | Hiltjo Posthuma | 1 | +4 | -3 |
2022-03-28 13:54 | sfeed_curses: ignore SIGCHLD only for non-interactive programs | Hiltjo Posthuma | 1 | +5 | -4 |
2022-03-28 11:07 | sfeed_update: change return to exit in main | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-28 10:55 | update documentation of sfeed_update example and clarify return status | Hiltjo Posthuma | 2 | +4 | -2 |
2022-03-27 12:57 | sfeed_curses: remove unneeded ctype.h include | Hiltjo Posthuma | 1 | +0 | -1 |
2022-03-27 12:57 | Revert "rm sys/types.h include and improve portability" | Hiltjo Posthuma | 7 | +13 | -0 |
2022-03-27 10:50 | sfeed_curses: tiny rewording in comment | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-27 10:40 | sfeed_curses: processexit: do not set and reset SIGINT for non-interactive plumbing | Hiltjo Posthuma | 1 | +7 | -9 |
2022-03-27 10:32 | sfeed_curses: avoid non-interactive plumb process becoming a zombie | Hiltjo Posthuma | 1 | +3 | -0 |
2022-03-25 22:18 | rm sys/types.h include and improve portability | Hiltjo Posthuma | 7 | +0 | -13 |
2022-03-25 14:43 | change echo to printf and for sfeed_opml_export use a control-character separator | Hiltjo Posthuma | 4 | +12 | -8 |
2022-03-23 18:38 | shellscripts: use [ for test consistently | Hiltjo Posthuma | 2 | +3 | -3 |
2022-03-22 16:29 | README: sfeed_download: remove a line | Hiltjo Posthuma | 1 | +1 | -2 |
2022-03-22 09:58 | README: improve error handling in downloader example | Hiltjo Posthuma | 1 | +6 | -4 |
2022-03-22 08:45 | sfeed_update: return status in _feed() function | Hiltjo Posthuma | 1 | +9 | -8 |
2022-03-21 22:03 | README: update sfeed_update_xargs example | Hiltjo Posthuma | 1 | +6 | -0 |
2022-03-21 21:28 | sfeed: make some tables const and read-only | Hiltjo Posthuma | 1 | +11 | -11 |
2022-03-21 10:47 | sfeed_update: set exit status non-zero if any of the feeds failed | Hiltjo Posthuma | 2 | +9 | -3 |
2022-03-21 10:01 | util.h: slightly improve portability | Hiltjo Posthuma | 2 | +2 | -3 |
2022-03-21 09:58 | sfeed_update.1: document logging and improve documentation of exit status | Hiltjo Posthuma | 1 | +8 | -1 |
2022-03-21 09:37 | sfeed_update: log FAILs to stderr | Tommy Nguyen | 1 | +12 | -7 |
2022-03-20 12:19 | check write errors on the output stream after each feed | Hiltjo Posthuma | 5 | +5 | -0 |
2022-03-19 10:45 | rebuild sfeed_curses if the same theme changes | NRK | 1 | +1 | -1 |
2022-03-16 17:57 | sfeed_curses: refactor DEC function key parsing | Hiltjo Posthuma | 1 | +19 | -17 |
2022-03-15 15:39 | style.css: add dark mode support for example file | Hiltjo Posthuma | 1 | +9 | -0 |
2022-03-14 18:22 | stricter error checking in file streams (input, output) | Hiltjo Posthuma | 13 | +73 | -24 |
2022-03-14 13:07 | sfeed_curses: use ttywrite() for writing to the tty consistently | Hiltjo Posthuma | 1 | +4 | -4 |
2022-03-14 12:25 | improve time(NULL) error checking | Hiltjo Posthuma | 7 | +14 | -13 |
2022-03-07 11:13 | bump version to 1.3 | Hiltjo Posthuma | 1 | +1 | -1 |
2022-03-07 11:11 | README: update codemadness.org URLs and use the full content feed by default | Hiltjo Posthuma | 3 | +5 | -5 |
2022-03-05 10:20 | README: add a note about mouse button encoding issues in some terminals | Hiltjo Posthuma | 1 | +3 | -0 |
2022-02-26 11:37 | README: small rewording | Hiltjo Posthuma | 1 | +3 | -4 |
2022-02-26 11:29 | README: example scripts to count new and unread items | Hiltjo Posthuma | 1 | +52 | -0 |
2022-02-24 23:27 | sfeed_curses: cast character for SFEED_AUTOCMD to unsigned char | Hiltjo Posthuma | 1 | +4 | -2 |
2022-02-24 18:25 | sfeed_curses: remove continue in application key handling | Hiltjo Posthuma | 1 | +0 | -1 |
2022-02-23 23:50 | sfeed_curses: fix a redraw when reloading a file when reading from stdin | Hiltjo Posthuma | 1 | +1 | -2 |
2022-02-23 23:49 | sfeed_curses.1: clarify the 'R' keybind or SIGHUP will reload the url file also | Hiltjo Posthuma | 1 | +7 | -1 |
2022-02-23 23:42 | sfeed_mbox: use putc, it may be implemented as a macro | Hiltjo Posthuma | 1 | +6 | -6 |
2022-02-23 23:39 | sfeed_curses: die(): use stdio buffered function/macro | Hiltjo Posthuma | 1 | +1 | -1 |
2022-02-23 23:37 | sfeed_curses: fix a wrong comment about the arrow left and right keys | Hiltjo Posthuma | 1 | +3 | -3 |
2022-02-23 23:24 | sfeed_curses: add keybinds for home key and home and end key in urxvt | Hiltjo Posthuma | 1 | +14 | -12 |
2022-02-19 12:57 | fix a compiler warning with (Net)BSD curses | Hiltjo Posthuma | 2 | +19 | -18 |
2022-02-19 12:54 | sfeed_opml_export: improve comment | Hiltjo Posthuma | 1 | +1 | -1 |
2022-02-06 12:51 | bump version to 1.2 | Hiltjo Posthuma | 1 | +1 | -1 |
| 929 more commits remaining, fetch the repository |