summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-27sfeed_update: rename local variables just in caseHiltjo Posthuma
2023-12-27sfeed_update: remove xargs -sHiltjo Posthuma
2023-12-27sfeed_update: suppress output to stderr, like merge() already doesHiltjo Posthuma
2023-12-26LICENSE: bump yearHiltjo Posthuma
2023-12-26sfeedrc: bump default maxjobs from 8 to 16Hiltjo Posthuma
2023-12-26README: update dependency information for xargs for sfeed_updateHiltjo Posthuma
2023-12-26sfeed_update: use xargs -P -0Hiltjo Posthuma
2023-12-26sfeed_update: mktemp: improve compatibility with older systemsHiltjo Posthuma
2023-12-26sfeed_update: disallow using a directory as a config fileHiltjo Posthuma
2023-12-15README: sfeed_opml_export uses awkHiltjo Posthuma
2023-12-15sfeed_update: add die() function for exit and cleanup, respect $TMPDIRHiltjo Posthuma
2023-12-09improve compatibility with zsh as a non-interactive shellHiltjo Posthuma
2023-11-30sfeed_json: fix name of url field for attachmentsHiltjo Posthuma
2023-09-22sfeed_curses: mark functions as staticNRK
2023-09-22sfeed_gopher: mark function as staticNRK
2023-08-18bump version to 1.9Hiltjo Posthuma
2023-08-15improve wording and small typosHiltjo Posthuma
2023-08-09Makefile: change -lcurses to -lncurses for Gentoo in the commentHiltjo Posthuma
2023-08-01sfeed_update.1: remove mentioning of / in path names hereHiltjo Posthuma
2023-08-01sfeed_curses.1: fix 2 typosHiltjo Posthuma
2023-08-01sfeed_json.1: make the formatting consistent with other similar man pagesHiltjo Posthuma
2023-07-31fix typo: current -> currentlyHiltjo Posthuma
2023-07-07sfeed_markread: fail early if creating a temporary file failedHiltjo Posthuma
2023-07-07sfeedrc.5: document each feed name should be uniqueHiltjo Posthuma
2023-07-07sfeed_curses: move one line down when marking an item as read or unreadHiltjo Posthuma
2023-07-02sfeedrc.5: remove branding (shaken, not stirred)Hiltjo Posthuma
2023-06-09sfeedrc.5: improve example by setting a different User-AgentHiltjo Posthuma
2023-06-09README: improve note about CDNs and user-agent blockingHiltjo Posthuma
2023-06-09add comment to reference to the man pages and README fileHiltjo Posthuma
2023-06-09sfeed_update/sfeedrc: add url as parameter to the filter() and order() functionHiltjo Posthuma
2023-05-16improve to use proper includesHiltjo Posthuma
2023-05-16README: RSS 0.90+ is supported, not 0.91+Hiltjo Posthuma
2023-05-15sfeed_atom: gmtime_r make it consistent with sfeed_mboxHiltjo Posthuma
2023-05-15fix typoHiltjo Posthuma
2023-05-14sfeed_gopher: reduce scope and shadowing a variableHiltjo Posthuma
2023-05-14sfeed_curses.c: make struct urls static like the other variablesHiltjo Posthuma
2023-05-14xml.h: _XML_H_: macro name with an underscore is a reserved identifierHiltjo Posthuma
2023-05-07iterate on previous commit which adds $SFEED_NEW_MAX_SECSHiltjo Posthuma
2023-05-07sfeed: datetounix: code-style, change , to separate lines (-Wcomma)Hiltjo Posthuma
2023-05-07sfeed_{curses,frames,gopher,html,plain}: SFEED_NEW_MAX_SECSAlvar Penning
2023-04-23bump version to 1.8Hiltjo Posthuma
2023-04-14use errno ENOMEM instead of EOVERFLOWHiltjo Posthuma
2023-04-14slightly reduce stack size for entitiesHiltjo Posthuma
2023-04-13atom, json, mbox: fix reading past the buffer with an escaped NUL byte (\ NUL)Hiltjo Posthuma
2023-04-12fix some typosHiltjo Posthuma
2023-04-10sfeed_json: add JSON output format toolHiltjo Posthuma
2023-04-10sfeed.c: slightly reduce stack size for entitiesHiltjo Posthuma
2023-04-10remove sfeed "branding" in outputsHiltjo Posthuma
2023-04-10sfeed_atom: in Atom the default for a type is textHiltjo Posthuma
2023-04-07sfeed.c: datetounix: add commentsHiltjo Posthuma