2024-11-02 11:31 | util.h: add a note about __dead and noreturn hints | Hiltjo Posthuma | 1 | +2 | -1 |
2024-11-01 15:59 | sfeedrc.5: fix typo | Hiltjo Posthuma | 1 | +1 | -1 |
2024-10-27 08:23 | documentation improvements | Hiltjo Posthuma | 9 | +129 | -61 |
2024-09-09 14:43 | Makefile: on install do not follow symlinks and just copy them | Hiltjo Posthuma | 1 | +1 | -1 |
2024-07-04 16:26 | sfeed.c: separator T could be lowercase | Hiltjo Posthuma | 1 | +1 | -1 |
2024-06-30 07:59 | improve parsing whitespace after end tag names | Hiltjo Posthuma | 1 | +2 | -0 |
2023-12-29 13:29 | bump version to 2.0 | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-29 13:21 | sfeed_update: reword some comments | Hiltjo Posthuma | 1 | +5 | -6 |
2023-12-29 13:10 | sfeed_gopher: fix a clang-analyzer warning | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-29 12:56 | sfeed_update: code-style and consistency: add some comments for functions | Hiltjo Posthuma | 1 | +4 | -0 |
2023-12-29 12:50 | sfeed_update/sfeed_opml_export: only allow regular files | Hiltjo Posthuma | 2 | +2 | -2 |
2023-12-28 15:48 | sfeed_opml_export: disallow using a directory as a config file | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-27 12:20 | sfeed_update: rename local variables just in case | Hiltjo Posthuma | 1 | +4 | -4 |
2023-12-27 12:18 | sfeed_update: remove xargs -s | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-27 12:16 | sfeed_update: suppress output to stderr, like merge() already does | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-26 15:38 | LICENSE: bump year | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-26 15:34 | sfeedrc: bump default maxjobs from 8 to 16 | Hiltjo Posthuma | 2 | +3 | -3 |
2023-12-26 15:37 | README: update dependency information for xargs for sfeed_update | Hiltjo Posthuma | 1 | +2 | -56 |
2023-12-26 14:59 | sfeed_update: use xargs -P -0 | Hiltjo Posthuma | 1 | +32 | -16 |
2023-12-26 14:23 | sfeed_update: mktemp: improve compatibility with older systems | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-26 14:17 | sfeed_update: disallow using a directory as a config file | Hiltjo Posthuma | 1 | +1 | -1 |
2023-12-15 12:48 | README: sfeed_opml_export uses awk | Hiltjo Posthuma | 1 | +2 | -1 |
2023-12-15 12:46 | sfeed_update: add die() function for exit and cleanup, respect $TMPDIR | Hiltjo Posthuma | 1 | +14 | -7 |
2023-12-09 20:51 | improve compatibility with zsh as a non-interactive shell | Hiltjo Posthuma | 3 | +13 | -13 |
2023-11-30 16:59 | sfeed_json: fix name of url field for attachments | Hiltjo Posthuma | 1 | +1 | -1 |
2023-09-20 21:20 | sfeed_curses: mark functions as static | NRK | 1 | +91 | -91 |
2023-09-20 21:13 | sfeed_gopher: mark function as static | NRK | 1 | +1 | -1 |
2023-08-18 16:40 | bump version to 1.9 | Hiltjo Posthuma | 1 | +1 | -1 |
2023-08-15 17:10 | improve wording and small typos | Hiltjo Posthuma | 7 | +10 | -10 |
2023-08-09 21:04 | Makefile: change -lcurses to -lncurses for Gentoo in the comment | Hiltjo Posthuma | 1 | +1 | -1 |
2023-08-01 16:56 | sfeed_update.1: remove mentioning of / in path names here | Hiltjo Posthuma | 1 | +1 | -3 |
2023-08-01 16:55 | sfeed_curses.1: fix 2 typos | Hiltjo Posthuma | 1 | +3 | -3 |
2023-08-01 16:55 | sfeed_json.1: make the formatting consistent with other similar man pages | Hiltjo Posthuma | 1 | +2 | -1 |
2023-07-31 16:58 | fix typo: current -> currently | Hiltjo Posthuma | 1 | +3 | -3 |
2023-07-07 09:47 | sfeed_markread: fail early if creating a temporary file failed | Hiltjo Posthuma | 1 | +1 | -1 |
2023-07-07 09:43 | sfeedrc.5: document each feed name should be unique | Hiltjo Posthuma | 1 | +4 | -1 |
2023-07-07 09:10 | sfeed_curses: move one line down when marking an item as read or unread | Hiltjo Posthuma | 1 | +1 | -0 |
2023-07-01 10:51 | sfeedrc.5: remove branding (shaken, not stirred) | Hiltjo Posthuma | 1 | +2 | -2 |
2023-06-09 12:45 | sfeedrc.5: improve example by setting a different User-Agent | Hiltjo Posthuma | 1 | +2 | -2 |
2023-06-09 12:44 | README: improve note about CDNs and user-agent blocking | Hiltjo Posthuma | 1 | +2 | -2 |
2023-06-09 12:42 | add comment to reference to the man pages and README file | Hiltjo Posthuma | 1 | +3 | -0 |
2023-06-09 12:40 | sfeed_update/sfeedrc: add url as parameter to the filter() and order() function | Hiltjo Posthuma | 3 | +12 | -8 |
2023-05-16 18:11 | improve to use proper includes | Hiltjo Posthuma | 8 | +1 | -16 |
2023-05-16 16:30 | README: RSS 0.90+ is supported, not 0.91+ | Hiltjo Posthuma | 1 | +1 | -1 |
2023-05-15 16:53 | sfeed_atom: gmtime_r make it consistent with sfeed_mbox | Hiltjo Posthuma | 1 | +1 | -1 |
2023-05-15 16:48 | fix typo | Hiltjo Posthuma | 2 | +6 | -6 |
2023-05-14 21:58 | sfeed_gopher: reduce scope and shadowing a variable | Hiltjo Posthuma | 1 | +1 | -1 |
2023-05-14 21:38 | sfeed_curses.c: make struct urls static like the other variables | Hiltjo Posthuma | 1 | +1 | -1 |
2023-05-14 21:37 | xml.h: _XML_H_: macro name with an underscore is a reserved identifier | Hiltjo Posthuma | 1 | +2 | -2 |
2023-05-07 10:39 | iterate on previous commit which adds $SFEED_NEW_MAX_SECS | Hiltjo Posthuma | 13 | +42 | -75 |
2023-05-07 10:56 | sfeed: datetounix: code-style, change , to separate lines (-Wcomma) | Hiltjo Posthuma | 1 | +10 | -6 |
2023-04-24 20:01 | sfeed_{curses,frames,gopher,html,plain}: SFEED_NEW_MAX_SECS | Alvar Penning | 11 | +92 | -19 |
2023-04-23 12:03 | bump version to 1.8 | Hiltjo Posthuma | 1 | +1 | -1 |
2023-04-14 17:11 | use errno ENOMEM instead of EOVERFLOW | Hiltjo Posthuma | 1 | +1 | -1 |
2023-04-14 17:11 | slightly reduce stack size for entities | Hiltjo Posthuma | 2 | +2 | -2 |
2023-04-12 22:34 | atom, json, mbox: fix reading past the buffer with an escaped NUL byte (\ NUL) | Hiltjo Posthuma | 3 | +6 | -0 |
2023-04-12 20:55 | fix some typos | Hiltjo Posthuma | 3 | +7 | -7 |
2023-04-10 15:03 | sfeed_json: add JSON output format tool | Hiltjo Posthuma | 4 | +221 | -0 |
2023-04-10 14:49 | sfeed.c: slightly reduce stack size for entities | Hiltjo Posthuma | 1 | +2 | -2 |
2023-04-10 14:44 | remove sfeed "branding" in outputs | Hiltjo Posthuma | 3 | +3 | -4 |
2023-04-10 14:40 | sfeed_atom: in Atom the default for a type is text | Hiltjo Posthuma | 1 | +2 | -2 |
2023-04-07 16:43 | sfeed.c: datetounix: add comments | Hiltjo Posthuma | 1 | +14 | -3 |
2023-04-06 18:22 | README: sfeed_download: change youtube-dl to yt-dlp | Hiltjo Posthuma | 1 | +2 | -2 |
2023-04-06 18:22 | README: improve error checking for temporary files in examples | Hiltjo Posthuma | 1 | +4 | -4 |
2023-04-06 17:35 | README: fix typo JSONfeed -> JSON Feed | Hiltjo Posthuma | 1 | +2 | -2 |
2023-04-05 19:41 | sfeed_update: fail early if creating a temporary directory or status file fails | Hiltjo Posthuma | 1 | +2 | -2 |
2023-03-26 16:40 | sfeed.c: parsetime improve parsing RFC2822 obsolete short year | Hiltjo Posthuma | 1 | +2 | -2 |
2023-03-26 16:03 | sfeed.c: datetounix: simplify calculation and make it slightly easier to read | Hiltjo Posthuma | 1 | +1 | -1 |
2023-03-26 13:30 | README: add Open Watcom as a tested compiler | Hiltjo Posthuma | 1 | +1 | -1 |
2023-03-26 13:26 | sfeed.c: datetounix: fix incorrect int type to long | Hiltjo Posthuma | 1 | +1 | -1 |
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 |
| 999 more commits remaining, fetch the repository |