Age | Commit message (Expand) | Author |
2018-11-04 | whitespace and comment fix | Hiltjo Posthuma |
2018-10-24 | sfeed_update: fix wrong comment "temporary file" -> "temporary directory" | Hiltjo Posthuma |
2018-10-24 | Revert "sfeed_update: replace non-POSIX mktemp with $$" | Hiltjo Posthuma |
2018-10-11 | sfeed_update: replace non-POSIX mktemp with $$ | Hiltjo Posthuma |
2018-10-08 | util.h: remove unused macro ISUTF8() | Hiltjo Posthuma |
2018-10-08 | sfeed_mbox: remove an unneeded strlcpy call | Hiltjo Posthuma |
2018-10-08 | sfeed_mbox: add seconds to Date header | Hiltjo Posthuma |
2018-10-08 | improve code-style for parsing time | Hiltjo Posthuma |
2018-10-06 | sfeed_update: handle signals consistently in different shells | Hiltjo Posthuma |
2018-10-05 | sfeed_update: improve SIGINT handling | Hiltjo Posthuma |
2018-10-05 | README: improve filter example, compile flags order | Hiltjo Posthuma |
2018-10-05 | sfeed: parsetime: weekday part in RFC822 time is optional | Hiltjo Posthuma |
2018-10-05 | sfeed_update: small code-style consistency fixes | Hiltjo Posthuma |
2018-10-05 | Makefile: just use OpenBSD #ifdef for pledge(2) | Hiltjo Posthuma |
2018-09-30 | sfeed_update: add variable for max amount of feeds to update concurrently | Hiltjo Posthuma |
2018-09-30 | Makefile: improve consistency of variable, clarify comment | Hiltjo Posthuma |
2018-09-30 | sfeed_update: remove -S option (show error), it is not wanted | Hiltjo Posthuma |
2018-09-30 | sfeed_update: add filter(), order() support per feed + improvements | Hiltjo Posthuma |
2018-09-10 | update README: tested on aarch64 by leot | Hiltjo Posthuma |
2018-09-10 | sfeed_update: reorder loadconfig and signal handler setup | Hiltjo Posthuma |
2018-09-10 | update README | Hiltjo Posthuma |
2018-09-08 | bump version to 0.9.6 | Hiltjo Posthuma |
2018-09-07 | sfeed_update: don't always exit 1, exit 130 on SIGINT, exit 0 otherwise | Hiltjo Posthuma |
2018-09-07 | util.c: remove remaining uint8_t type, we assume a sane CHAR_BIT == 8 | Hiltjo Posthuma |
2018-09-07 | fix many undefined behaviour in usage of ctype functions | Hiltjo Posthuma |
2018-08-26 | bump version to 0.9.5 | Hiltjo Posthuma |
2018-08-26 | xml: use ANSI types and struct initialization | Hiltjo Posthuma |
2018-08-23 | xml: remove TODO comments and add a note | Hiltjo Posthuma |
2018-08-23 | sfeed_mbox.1: forgot to bump date | Hiltjo Posthuma |
2018-08-23 | sfeed_mbox: improvements | Hiltjo Posthuma |
2018-08-23 | sfeed_twtxt: slightly nicer output | Hiltjo Posthuma |
2018-08-23 | sfeed_tail: sleep the proper time, was a debug left-over | Hiltjo Posthuma |
2018-08-23 | sfeed_tail: file need to exist the first run, but not after | Hiltjo Posthuma |
2018-08-22 | sfeed_twtxt: dont use the author and mention style, use a regular link | Hiltjo Posthuma |
2018-08-22 | sfeed_tail: improvements | Hiltjo Posthuma |
2018-08-22 | add sfeed_twtxt format program: format to a twtxt feed | Hiltjo Posthuma |
2018-08-22 | remove stdint.h include | Hiltjo Posthuma |
2018-08-22 | xml: improve parsing of invalid attribute values separated by whitespace | Hiltjo Posthuma |
2018-08-22 | xml: improve handling of invalid long data entities | Hiltjo Posthuma |
2018-08-21 | README.xml: improve | Hiltjo Posthuma |
2018-08-21 | sfeed_frames: stricter pledge when only reading from stdin | Hiltjo Posthuma |
2018-08-21 | xml: rewrite codepointtoutf8 function | Hiltjo Posthuma |
2018-08-21 | xml: don't reset internal tagname when parsing non-tag types like CDATA | Hiltjo Posthuma |
2018-08-21 | xml: fix missing first byte when parsing a long incorrect attribute entity | Hiltjo Posthuma |
2018-08-21 | xml: interface change: make some functions private | Hiltjo Posthuma |
2018-08-21 | xml: increase allowed size of attribute names | Hiltjo Posthuma |
2018-08-16 | XML parser: numeric entity: check unicode codepoint range | Hiltjo Posthuma |
2018-08-16 | sfeed_frames: overhaul | Hiltjo Posthuma |
2018-07-18 | sfeed_update: fail on feed HTTP redirect | Hiltjo Posthuma |
2018-07-18 | sfeedrc.example: fix links | Hiltjo Posthuma |