summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-23sfeed.{1,5}: small rewording improvementHiltjo Posthuma
2021-11-23sfeed.{1,5}: the first author is parsedHiltjo Posthuma
2021-11-23code-style: define fieldmap in the same order as the enum declarationHiltjo Posthuma
2021-10-25sfeed.{1,5}: small rewording for the '|' characterHiltjo Posthuma
2021-10-25sfeed_mbox: add link as base URL for HTML contentHiltjo Posthuma
2021-10-25sfeed_mbox: use 64-bit for the checksum numberHiltjo Posthuma
2021-10-24README: tested with the compiler chibicc and RISCV64 VM (OpenBSD and Linux)Hiltjo Posthuma
2021-10-05Makefile: consistency and pedantic change: use ar -rc instead of ar rcHiltjo Posthuma
2021-08-06bump version to 1.0Hiltjo Posthuma
2021-08-06sfeed_opml_export: fix typo: opml -> OPMLHiltjo Posthuma
2021-08-06sfeedrc.5: fix typosHiltjo Posthuma
2021-08-04sfeed_mbox.1: add examples to this man page aswellHiltjo Posthuma
2021-08-03man page improvementsHiltjo Posthuma
2021-08-03code-style: use a newline before return in main()Hiltjo Posthuma
2021-07-25man page improvementsHiltjo Posthuma
2021-07-24sfeed_{web,xmlenc}.1: use my site as an exampleHiltjo Posthuma
2021-07-22sfeed_update.1: just use ~/ instead of $HOME consistently in examplesHiltjo Posthuma
2021-07-19code-style: change gmtime to the reentrant/thread-safe gmtime_rHiltjo Posthuma
2021-07-11sfeed.c: parsetime: support short digit years for RSS pubDate fields (RFC822)Hiltjo Posthuma
2021-07-10bump version to 0.9.25Hiltjo Posthuma
2021-07-07sfeed_web.1: fix typo: url -> URLHiltjo Posthuma
2021-07-06sfeed_mbox: add option to print contentHiltjo Posthuma
2021-07-06sfeedrc.5: add an example how to override the options in the man page aswellHiltjo Posthuma
2021-07-06sfeed.{1,5}: number fields in the man pageHiltjo Posthuma
2021-07-06README.xml: remove newline before EOFHiltjo Posthuma
2021-07-06README: add a simplified version of printing the first enclosureHiltjo Posthuma
2021-07-06sfeed: change comment which reflects printing relative URLs behaviourHiltjo Posthuma
2021-07-06sfeed: printtrimmed function does not change or modify the bufferHiltjo Posthuma
2021-06-05README: fix typo in a commentHiltjo Posthuma
2021-06-05Makefile: switch to use CPPFLAGS -D_DEFAULT_SOURCEHiltjo Posthuma
2021-06-05README: fix escape sequence which is non-POSIXHiltjo Posthuma
2021-06-03bump version to 0.9.24Hiltjo Posthuma
2021-06-01util.c: err() do not print colon formattedHiltjo Posthuma
2021-06-01sfeed_gopher: unveil: show path when it failedHiltjo Posthuma
2021-06-01portability and standards: add BSD-like err() and errx() functionsHiltjo Posthuma
2021-05-30sfeed_frames.1/sfeed_html.1: reference the style.css example fileHiltjo Posthuma
2021-05-29sfeed_opml_export: sync loadconfig() function fixes from sfeed_updateHiltjo Posthuma
2021-05-27sfeed_frames/sfeed_html: show the total counts and improve the title formatHiltjo Posthuma
2021-05-27sfeed_update: fix message when the configuration file does not existHiltjo Posthuma
2021-04-29bump version to 0.9.23Hiltjo Posthuma
2021-04-28Makefile: fix typo in commentHiltjo Posthuma
2021-04-28fixup: a regression with RSS guid, by default ispermalink="true"Hiltjo Posthuma
2021-04-28use the last href attribute value if there are multiple setHiltjo Posthuma
2021-04-28add support for old/legacy Atom 0.3 feedsHiltjo Posthuma
2021-04-28sfeed.{1,5}: improve documentation, the content-type field can be empty...Hiltjo Posthuma
2021-04-28enable unlocked I/O by defaultHiltjo Posthuma
2021-04-28README: update newsboat export scriptHiltjo Posthuma
2021-04-28improve "ispermalink", "rel" and "type" attribute handling/bufferingHiltjo Posthuma
2021-04-28improve content-type "type" attribute handling/bufferingHiltjo Posthuma
2021-04-27sfeed.c: detect the proper mime-type for XHTMLHiltjo Posthuma