Age | Commit message (Expand) | Author |
2023-04-10 | sfeed_atom: in Atom the default for a type is text | Hiltjo Posthuma |
2023-04-07 | sfeed.c: datetounix: add comments | Hiltjo Posthuma |
2023-04-06 | README: sfeed_download: change youtube-dl to yt-dlp | Hiltjo Posthuma |
2023-04-06 | README: improve error checking for temporary files in examples | Hiltjo Posthuma |
2023-04-06 | README: fix typo JSONfeed -> JSON Feed | Hiltjo Posthuma |
2023-04-05 | sfeed_update: fail early if creating a temporary directory or status file fails | Hiltjo Posthuma |
2023-03-26 | sfeed.c: parsetime improve parsing RFC2822 obsolete short year | Hiltjo Posthuma |
2023-03-26 | sfeed.c: datetounix: simplify calculation and make it slightly easier to read | Hiltjo Posthuma |
2023-03-26 | README: add Open Watcom as a tested compiler | Hiltjo Posthuma |
2023-03-26 | sfeed.c: datetounix: fix incorrect int type to long | Hiltjo Posthuma |
2023-03-14 | Makefile: remove duplicate CPPFLAGS for sfeed_curses | Hiltjo Posthuma |
2023-03-07 | sfeed_curses: fix (very hard to trigger) memleak when getline() returns EOF f... | Hiltjo Posthuma |
2023-02-25 | bump version to 1.7 | Hiltjo Posthuma |
2023-02-17 | sfeed_update, sfeed_opml_export, README: reference the example sfeedrc man page | Hiltjo Posthuma |
2023-02-16 | sfeed_curses: add SUN keys support | Hiltjo Posthuma |
2023-02-16 | sfeed_curses: add SCO keys for next, prior (CSI I and CSI G) | Hiltjo Posthuma |
2023-02-16 | README: small rewording in how to add new parsed tags and fields | Hiltjo Posthuma |
2023-02-04 | README: describe how to add new parsed tags and fields to sfeed.c | Hiltjo Posthuma |
2023-02-04 | fix comment for ASCII symbols for dumb terminals | Hiltjo Posthuma |
2023-02-04 | sfeed_gopher: remove PATH_MAX and restricting the path length | Hiltjo Posthuma |
2023-01-18 | sfeedrc.5: improve documentation a bit | Hiltjo Posthuma |
2023-01-07 | sfeed.1: reference sfeed_opml_import | Hiltjo Posthuma |
2023-01-07 | sfeed.5: remove a caveat in the file format man page | Hiltjo Posthuma |
2022-12-28 | README: small rewording "can be supported" -> "are supported" | Hiltjo Posthuma |
2022-12-20 | LICENSE: bump year | Hiltjo Posthuma |
2022-12-20 | sfeed_curses.1: small rewording and tweaks in the example | Hiltjo Posthuma |
2022-12-15 | sfeed_update.1: "return status" -> "exit status" | Hiltjo Posthuma |
2022-08-26 | improve comment: uppercase cdata -> CDATA | Hiltjo Posthuma |
2022-08-17 | bump version to 1.6 | Hiltjo Posthuma |
2022-08-17 | sfeed_curses: fix a memleak caused by a mistake in refactoring the code | Hiltjo Posthuma |
2022-07-20 | slightly improve some comments | Hiltjo Posthuma |
2022-07-17 | sfeed_curses: cleanup code for handling read items from an URL file | Hiltjo Posthuma |
2022-07-05 | remove __dead code | NRK |
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 |