summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-30sfeed_update: add filter(), order() support per feed + improvementsHiltjo Posthuma
2018-09-10update README: tested on aarch64 by leotHiltjo Posthuma
2018-09-10sfeed_update: reorder loadconfig and signal handler setupHiltjo Posthuma
2018-09-10update READMEHiltjo Posthuma
2018-09-08bump version to 0.9.6Hiltjo Posthuma
2018-09-07sfeed_update: don't always exit 1, exit 130 on SIGINT, exit 0 otherwiseHiltjo Posthuma
2018-09-07util.c: remove remaining uint8_t type, we assume a sane CHAR_BIT == 8Hiltjo Posthuma
2018-09-07fix many undefined behaviour in usage of ctype functionsHiltjo Posthuma
2018-08-26bump version to 0.9.5Hiltjo Posthuma
2018-08-26xml: use ANSI types and struct initializationHiltjo Posthuma
2018-08-23xml: remove TODO comments and add a noteHiltjo Posthuma
2018-08-23sfeed_mbox.1: forgot to bump dateHiltjo Posthuma
2018-08-23sfeed_mbox: improvementsHiltjo Posthuma
2018-08-23sfeed_twtxt: slightly nicer outputHiltjo Posthuma
2018-08-23sfeed_tail: sleep the proper time, was a debug left-overHiltjo Posthuma
2018-08-23sfeed_tail: file need to exist the first run, but not afterHiltjo Posthuma
2018-08-22sfeed_twtxt: dont use the author and mention style, use a regular linkHiltjo Posthuma
2018-08-22sfeed_tail: improvementsHiltjo Posthuma
2018-08-22add sfeed_twtxt format program: format to a twtxt feedHiltjo Posthuma
2018-08-22remove stdint.h includeHiltjo Posthuma
2018-08-22xml: improve parsing of invalid attribute values separated by whitespaceHiltjo Posthuma
2018-08-22xml: improve handling of invalid long data entitiesHiltjo Posthuma
2018-08-21README.xml: improveHiltjo Posthuma
2018-08-21sfeed_frames: stricter pledge when only reading from stdinHiltjo Posthuma
2018-08-21xml: rewrite codepointtoutf8 functionHiltjo Posthuma
2018-08-21xml: don't reset internal tagname when parsing non-tag types like CDATAHiltjo Posthuma
2018-08-21xml: fix missing first byte when parsing a long incorrect attribute entityHiltjo Posthuma
2018-08-21xml: interface change: make some functions privateHiltjo Posthuma
2018-08-21xml: increase allowed size of attribute namesHiltjo Posthuma
2018-08-16XML parser: numeric entity: check unicode codepoint rangeHiltjo Posthuma
2018-08-16sfeed_frames: overhaulHiltjo Posthuma
2018-07-18sfeed_update: fail on feed HTTP redirectHiltjo Posthuma
2018-07-18sfeedrc.example: fix linksHiltjo Posthuma
2018-06-24sfeed_opml_import: escape ' properlyHiltjo Posthuma
2018-06-24sfeed_gph.1: upstream geomyidae manual is geomyidae(8)Hiltjo Posthuma
2018-06-24bump version to 0.9.4Hiltjo Posthuma
2018-06-24README: linewrapHiltjo Posthuma
2018-06-24util: printutf8pad: proper counting of multiwidth charactersHiltjo Posthuma
2018-04-07sfeed_opml_export: encode more entities for attribute valuesHiltjo Posthuma
2018-03-18remove CHANGELOGHiltjo Posthuma
2018-03-11sfeed_tail: remove unused variablesHiltjo Posthuma
2018-03-11sfeed_tail improvementsHiltjo Posthuma
2018-03-11Revert "remove sfeed_tail: the standard tail -f can (soon) be used"Hiltjo Posthuma
2018-03-11fix tree.h (platform-specific include)Hiltjo Posthuma
2018-03-11Revert "rm tree.h for sfeed_tail"Hiltjo Posthuma
2018-03-11sfeed_plain: don't flush line (was used for tail -f)Hiltjo Posthuma
2018-03-11include <sys/types.h> for types size_t, ssize_t etcHiltjo Posthuma
2018-03-11xml: improve comment parsingHiltjo Posthuma
2018-03-11xml: fix parsing of cdata when a handler is unsetHiltjo Posthuma
2018-03-11xml: improve CDATA parsingHiltjo Posthuma