Age | Commit message (Expand) | Author |
2023-07-07 | sfeed_markread: fail early if creating a temporary file failed | Hiltjo Posthuma |
2023-07-07 | sfeedrc.5: document each feed name should be unique | Hiltjo Posthuma |
2023-07-07 | sfeed_curses: move one line down when marking an item as read or unread | Hiltjo Posthuma |
2023-07-02 | sfeedrc.5: remove branding (shaken, not stirred) | Hiltjo Posthuma |
2023-06-09 | sfeedrc.5: improve example by setting a different User-Agent | Hiltjo Posthuma |
2023-06-09 | README: improve note about CDNs and user-agent blocking | Hiltjo Posthuma |
2023-06-09 | add comment to reference to the man pages and README file | Hiltjo Posthuma |
2023-06-09 | sfeed_update/sfeedrc: add url as parameter to the filter() and order() function | Hiltjo Posthuma |
2023-05-16 | improve to use proper includes | Hiltjo Posthuma |
2023-05-16 | README: RSS 0.90+ is supported, not 0.91+ | Hiltjo Posthuma |
2023-05-15 | sfeed_atom: gmtime_r make it consistent with sfeed_mbox | Hiltjo Posthuma |
2023-05-15 | fix typo | Hiltjo Posthuma |
2023-05-14 | sfeed_gopher: reduce scope and shadowing a variable | Hiltjo Posthuma |
2023-05-14 | sfeed_curses.c: make struct urls static like the other variables | Hiltjo Posthuma |
2023-05-14 | xml.h: _XML_H_: macro name with an underscore is a reserved identifier | Hiltjo Posthuma |
2023-05-07 | iterate on previous commit which adds $SFEED_NEW_MAX_SECS | Hiltjo Posthuma |
2023-05-07 | sfeed: datetounix: code-style, change , to separate lines (-Wcomma) | Hiltjo Posthuma |
2023-05-07 | sfeed_{curses,frames,gopher,html,plain}: SFEED_NEW_MAX_SECS | Alvar Penning |
2023-04-23 | bump version to 1.8 | Hiltjo Posthuma |
2023-04-14 | use errno ENOMEM instead of EOVERFLOW | Hiltjo Posthuma |
2023-04-14 | slightly reduce stack size for entities | Hiltjo Posthuma |
2023-04-13 | atom, json, mbox: fix reading past the buffer with an escaped NUL byte (\ NUL) | Hiltjo Posthuma |
2023-04-12 | fix some typos | Hiltjo Posthuma |
2023-04-10 | sfeed_json: add JSON output format tool | Hiltjo Posthuma |
2023-04-10 | sfeed.c: slightly reduce stack size for entities | Hiltjo Posthuma |
2023-04-10 | remove sfeed "branding" in outputs | Hiltjo Posthuma |
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 |