summaryrefslogtreecommitdiff
path: root/sfeed_update
AgeCommit message (Expand)Author
2021-05-27sfeed_update: fix message when the configuration file does not existHiltjo Posthuma
2021-03-03sfeed_update: return instead of exit in main() on successHiltjo Posthuma
2021-03-01sfeed_update: fix baseurl substitutionHiltjo Posthuma
2021-03-01sfeed_update: simplify, use feedurl directlyHiltjo Posthuma
2021-02-05sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedanticHiltjo Posthuma
2021-01-27sfeed_update: $SFEED_UPDATE_INCLUDE: be a bit more precise/pedanticHiltjo Posthuma
2021-01-27sfeed_update: allow to reuse the code more easily as an included scriptHiltjo Posthuma
2021-01-27sfeed_update: separate code of parallel exection and feed() into a _feed() ha...Hiltjo Posthuma
2021-01-27sfeed_update: shuffle code getting the path of the feedurl to make the basesi...Hiltjo Posthuma
2021-01-27sfeed_update: change parse failure error messageHiltjo Posthuma
2021-01-27sfeed_update: add an overridable parse() function, using sfeed(1) by defaultHiltjo Posthuma
2021-01-24sfeed_update: print the filename again as passed as a parameterHiltjo Posthuma
2021-01-16sfeed_update: typo in commentHiltjo Posthuma
2021-01-16sfeed_update: improve consistency of feed creation and mergingHiltjo Posthuma
2021-01-16sfeed_update: make convertencoding() consistent with other overridable functionsHiltjo Posthuma
2021-01-01sfeed_update: if baseurl is empty then use the path from the feed by defaultHiltjo Posthuma
2020-02-23sfeed_update: don't preserve permissions of tmp files by moving, so copyHiltjo Posthuma
2020-02-04sfeed_update: tiny style fix in commentHiltjo Posthuma
2019-06-11sfeed_update: clarify a comment about being non-optimalHiltjo Posthuma
2019-05-15README and sfeed_update: use names (order vs sort) and in the execution orderHiltjo Posthuma
2019-05-12sfeed_update: cleanup proper encoding file (if any)Hiltjo Posthuma
2019-05-02sfeed_update: disable If-Modified-Since by defaultHiltjo Posthuma
2019-04-14sfeed_update: fix typo in commentHiltjo Posthuma
2019-04-14sfeed_update: rename fetchfeed to fetchHiltjo Posthuma
2019-04-14sfeed_update improvementsHiltjo Posthuma
2019-03-01sfeed_update: remove wrong/incomplete commentHiltjo Posthuma
2018-10-24sfeed_update: fix wrong comment "temporary file" -> "temporary directory"Hiltjo Posthuma
2018-10-24Revert "sfeed_update: replace non-POSIX mktemp with $$"Hiltjo Posthuma
2018-10-11sfeed_update: replace non-POSIX mktemp with $$Hiltjo Posthuma
2018-10-06sfeed_update: handle signals consistently in different shellsHiltjo Posthuma
2018-10-05sfeed_update: improve SIGINT handlingHiltjo Posthuma
2018-10-05sfeed_update: small code-style consistency fixesHiltjo Posthuma
2018-09-30sfeed_update: add variable for max amount of feeds to update concurrentlyHiltjo Posthuma
2018-09-30sfeed_update: remove -S option (show error), it is not wantedHiltjo Posthuma
2018-09-30sfeed_update: add filter(), order() support per feed + improvementsHiltjo Posthuma
2018-09-10sfeed_update: reorder loadconfig and signal handler setupHiltjo Posthuma
2018-09-07sfeed_update: don't always exit 1, exit 130 on SIGINT, exit 0 otherwiseHiltjo Posthuma
2018-07-18sfeed_update: fail on feed HTTP redirectHiltjo Posthuma
2018-02-18sfeed_update: revert more merge logicHiltjo Posthuma
2018-02-18sfeed_update: revert new merge logicHiltjo Posthuma
2018-02-18sfeed_update: revert previous commit, its not an issueHiltjo Posthuma
2018-02-18sfeed_update: dont allow TAB in filename (messes up the merge logic)Hiltjo Posthuma
2018-02-18sfeed_update: use filename as feedname againHiltjo Posthuma
2018-02-18sfeed_update: run awk in C localeHiltjo Posthuma
2017-12-24sfeed_update: merge improvementsHiltjo Posthuma
2017-12-16sfeed_update: improvementsHiltjo Posthuma
2016-05-21sfeed_update: unique sort feed on first creationHiltjo Posthuma
2016-04-12sfeed_update: fix sorting on fields: id, link, titleHiltjo Posthuma
2016-01-31sfeed_update: fix issue with merging failed feedsHiltjo Posthuma
2016-01-31sfeed_update: don't try to sort on feedname field, it was removedHiltjo Posthuma