Log - sfeed - RSS and Atom parser
git clone git://git.codemadness.org/sfeed
Log
Files
Refs
README
LICENSE
--- Date Commit message Author
2024-11-02 11:31 util.h: add a note about __dead and nor… Hiltjo Posthuma
2024-11-01 15:59 sfeedrc.5: fix typo Hiltjo Posthuma
2024-10-27 08:23 documentation improvements Hiltjo Posthuma
2024-09-09 14:43 Makefile: on install do not follow syml… Hiltjo Posthuma
2024-07-04 16:26 sfeed.c: separator T could be lowercase Hiltjo Posthuma
2024-06-30 07:59 improve parsing whitespace after end ta… Hiltjo Posthuma
2023-12-29 13:29 bump version to 2.0 Hiltjo Posthuma
2023-12-29 13:21 sfeed_update: reword some comments Hiltjo Posthuma
2023-12-29 13:10 sfeed_gopher: fix a clang-analyzer warn… Hiltjo Posthuma
2023-12-29 12:56 sfeed_update: code-style and consistenc… Hiltjo Posthuma
2023-12-29 12:50 sfeed_update/sfeed_opml_export: only al… Hiltjo Posthuma
2023-12-28 15:48 sfeed_opml_export: disallow using a dir… Hiltjo Posthuma
2023-12-27 12:20 sfeed_update: rename local variables ju… Hiltjo Posthuma
2023-12-27 12:18 sfeed_update: remove xargs -s Hiltjo Posthuma
2023-12-27 12:16 sfeed_update: suppress output to stderr… Hiltjo Posthuma
2023-12-26 15:38 LICENSE: bump year Hiltjo Posthuma
2023-12-26 15:34 sfeedrc: bump default maxjobs from 8 to… Hiltjo Posthuma
2023-12-26 15:37 README: update dependency information f… Hiltjo Posthuma
2023-12-26 14:59 sfeed_update: use xargs -P -0 Hiltjo Posthuma
2023-12-26 14:23 sfeed_update: mktemp: improve compatibi… Hiltjo Posthuma
2023-12-26 14:17 sfeed_update: disallow using a director… Hiltjo Posthuma
2023-12-15 12:48 README: sfeed_opml_export uses awk Hiltjo Posthuma
2023-12-15 12:46 sfeed_update: add die() function for ex… Hiltjo Posthuma
2023-12-09 20:51 improve compatibility with zsh as a non… Hiltjo Posthuma
2023-11-30 16:59 sfeed_json: fix name of url field for a… Hiltjo Posthuma
2023-09-20 21:20 sfeed_curses: mark functions as static NRK
2023-09-20 21:13 sfeed_gopher: mark function as static NRK
2023-08-18 16:40 bump version to 1.9 Hiltjo Posthuma
2023-08-15 17:10 improve wording and small typos Hiltjo Posthuma
2023-08-09 21:04 Makefile: change -lcurses to -lncurses … Hiltjo Posthuma
2023-08-01 16:56 sfeed_update.1: remove mentioning of / … Hiltjo Posthuma
2023-08-01 16:55 sfeed_curses.1: fix 2 typos Hiltjo Posthuma
2023-08-01 16:55 sfeed_json.1: make the formatting consi… Hiltjo Posthuma
2023-07-31 16:58 fix typo: current -> currently Hiltjo Posthuma
2023-07-07 09:47 sfeed_markread: fail early if creating … Hiltjo Posthuma
2023-07-07 09:43 sfeedrc.5: document each feed name shou… Hiltjo Posthuma
2023-07-07 09:10 sfeed_curses: move one line down when m… Hiltjo Posthuma
2023-07-01 10:51 sfeedrc.5: remove branding (shaken, not… Hiltjo Posthuma
2023-06-09 12:45 sfeedrc.5: improve example by setting a… Hiltjo Posthuma
2023-06-09 12:44 README: improve note about CDNs and use… Hiltjo Posthuma
2023-06-09 12:42 add comment to reference to the man pag… Hiltjo Posthuma
2023-06-09 12:40 sfeed_update/sfeedrc: add url as parame… Hiltjo Posthuma
2023-05-16 18:11 improve to use proper includes Hiltjo Posthuma
2023-05-16 16:30 README: RSS 0.90+ is supported, not 0.9… Hiltjo Posthuma
2023-05-15 16:53 sfeed_atom: gmtime_r make it consistent… Hiltjo Posthuma
2023-05-15 16:48 fix typo Hiltjo Posthuma
2023-05-14 21:58 sfeed_gopher: reduce scope and shadowin… Hiltjo Posthuma
2023-05-14 21:38 sfeed_curses.c: make struct urls static… Hiltjo Posthuma
2023-05-14 21:37 xml.h: _XML_H_: macro name with an unde… Hiltjo Posthuma
2023-05-07 10:39 iterate on previous commit which adds $… Hiltjo Posthuma
2023-05-07 10:56 sfeed: datetounix: code-style, change ,… Hiltjo Posthuma
2023-04-24 20:01 sfeed_{curses,frames,gopher,html,plain}… Alvar Penning
2023-04-23 12:03 bump version to 1.8 Hiltjo Posthuma
2023-04-14 17:11 use errno ENOMEM instead of EOVERFLOW Hiltjo Posthuma
2023-04-14 17:11 slightly reduce stack size for entities Hiltjo Posthuma
2023-04-12 22:34 atom, json, mbox: fix reading past the … Hiltjo Posthuma
2023-04-12 20:55 fix some typos Hiltjo Posthuma
2023-04-10 15:03 sfeed_json: add JSON output format tool Hiltjo Posthuma
2023-04-10 14:49 sfeed.c: slightly reduce stack size for… Hiltjo Posthuma
2023-04-10 14:44 remove sfeed "branding" in outputs Hiltjo Posthuma
2023-04-10 14:40 sfeed_atom: in Atom the default for a t… Hiltjo Posthuma
2023-04-07 16:43 sfeed.c: datetounix: add comments Hiltjo Posthuma
2023-04-06 18:22 README: sfeed_download: change youtube-… Hiltjo Posthuma
2023-04-06 18:22 README: improve error checking for temp… Hiltjo Posthuma
2023-04-06 17:35 README: fix typo JSONfeed -> JSON Feed Hiltjo Posthuma
2023-04-05 19:41 sfeed_update: fail early if creating a … Hiltjo Posthuma
2023-03-26 16:40 sfeed.c: parsetime improve parsing RFC2… Hiltjo Posthuma
2023-03-26 16:03 sfeed.c: datetounix: simplify calculati… Hiltjo Posthuma
2023-03-26 13:30 README: add Open Watcom as a tested com… Hiltjo Posthuma
2023-03-26 13:26 sfeed.c: datetounix: fix incorrect int … Hiltjo Posthuma
2023-03-14 17:30 Makefile: remove duplicate CPPFLAGS for… Hiltjo Posthuma
2023-03-07 20:04 sfeed_curses: fix (very hard to trigger… Hiltjo Posthuma
2023-02-25 13:40 bump version to 1.7 Hiltjo Posthuma
2023-02-17 14:39 sfeed_update, sfeed_opml_export, README… Hiltjo Posthuma
2023-02-16 19:33 sfeed_curses: add SUN keys support Hiltjo Posthuma
2023-02-16 19:32 sfeed_curses: add SCO keys for next, pr… Hiltjo Posthuma
2023-02-16 19:29 README: small rewording in how to add n… Hiltjo Posthuma
2023-02-04 11:34 README: describe how to add new parsed … Hiltjo Posthuma
2023-02-03 15:15 fix comment for ASCII symbols for dumb … Hiltjo Posthuma
2023-02-03 15:12 sfeed_gopher: remove PATH_MAX and restr… Hiltjo Posthuma
2023-01-18 18:53 sfeedrc.5: improve documentation a bit Hiltjo Posthuma
2023-01-07 11:08 sfeed.1: reference sfeed_opml_import Hiltjo Posthuma
2023-01-07 10:05 sfeed.5: remove a caveat in the file fo… Hiltjo Posthuma
2022-12-28 10:18 README: small rewording "can be support… Hiltjo Posthuma
2022-12-20 21:23 LICENSE: bump year Hiltjo Posthuma
2022-12-20 21:22 sfeed_curses.1: small rewording and twe… Hiltjo Posthuma
2022-12-15 18:15 sfeed_update.1: "return status" -> "exi… Hiltjo Posthuma
2022-08-26 19:55 improve comment: uppercase cdata -> CDA… Hiltjo Posthuma
2022-08-17 14:47 bump version to 1.6 Hiltjo Posthuma
2022-08-16 23:34 sfeed_curses: fix a memleak caused by a… Hiltjo Posthuma
2022-07-20 18:37 slightly improve some comments Hiltjo Posthuma
2022-07-17 10:46 sfeed_curses: cleanup code for handling… Hiltjo Posthuma
2022-07-05 15:11 remove __dead code NRK
2022-07-05 13:57 sfeed_curses: write out plumbercmd argu… Hiltjo Posthuma
2022-06-20 23:09 fix some typis NRK
2022-06-20 11:25 sfeed: reword a poorly-worded comment Hiltjo Posthuma
2022-06-20 11:18 sfeed: fix a wrong comment Hiltjo Posthuma
2022-06-18 20:52 README: add setsid example Hiltjo Posthuma
2022-06-06 09:00 themes: simplify empty macros, remove d… Hiltjo Posthuma
2022-06-05 21:38 sfeed_curses: processexit(): remove unn… Hiltjo Posthuma
999 more commits remaining, fetch the repository
Atom feed
Atom feed (tags)