Age | Commit message (Expand) | Author |
2023-04-13 | atom, json, mbox: fix reading past the buffer with an escaped NUL byte (\ NUL) | Hiltjo Posthuma |
2023-04-10 | remove sfeed "branding" in outputs | Hiltjo Posthuma |
2022-07-20 | slightly improve some comments | Hiltjo Posthuma |
2022-03-20 | check write errors on the output stream after each feed | Hiltjo Posthuma |
2022-03-15 | stricter error checking in file streams (input, output) | Hiltjo Posthuma |
2022-03-14 | improve time(NULL) error checking | Hiltjo Posthuma |
2022-02-24 | sfeed_mbox: use putc, it may be implemented as a macro | Hiltjo Posthuma |
2021-11-24 | sfeed_mbox: escape the link and enclosure text when using HTML content | Hiltjo Posthuma |
2021-10-25 | sfeed_mbox: add link as base URL for HTML content | Hiltjo Posthuma |
2021-10-25 | sfeed_mbox: use 64-bit for the checksum number | Hiltjo Posthuma |
2021-08-03 | code-style: use a newline before return in main() | Hiltjo Posthuma |
2021-07-19 | code-style: change gmtime to the reentrant/thread-safe gmtime_r | Hiltjo Posthuma |
2021-07-06 | sfeed_mbox: add option to print content | Hiltjo Posthuma |
2021-06-01 | portability and standards: add BSD-like err() and errx() functions | Hiltjo Posthuma |
2020-07-05 | sfeed_mbox: don't ignore items with a missing/invalid timestamp | Hiltjo Posthuma |
2020-04-27 | sfeed_mbox: fallback author to feedname, not "unknown" | Hiltjo Posthuma |
2020-04-27 | sfeed_mbox: remove prefix in subject | Hiltjo Posthuma |
2020-04-01 | util: improve/cleanup parseline() | Hiltjo Posthuma |
2020-03-15 | sfeed_mbox: time parsing and consistency fixes | Hiltjo Posthuma |
2020-03-15 | sfeed_mbox: POSIX defines gmtime_r sets errno, so use err(), not errx() | Hiltjo Posthuma |
2020-01-24 | cleanup some includes | Hiltjo Posthuma |
2019-04-25 | sfeed_mbox: use simpler djb2 hash, fix message-id as intended | Hiltjo Posthuma |
2019-04-21 | sfeed_mbox: show enclosure url when it is non-empty | Hiltjo Posthuma |
2018-11-04 | whitespace and comment fix | 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-08-23 | sfeed_mbox: improvements | Hiltjo Posthuma |
2017-12-24 | sfeed_mbox: make murmur3_32 static | Hiltjo Posthuma |
2017-12-24 | format programs: ignore fields with an invalid time | Hiltjo Posthuma |
2017-12-09 | sfeed_mbox: move murmur to this file, cleanup | Hiltjo Posthuma |
2017-04-27 | simplify pledge stub | Hiltjo Posthuma |
2017-04-27 | sfeed_mbox: remove redundant condition | Hiltjo Posthuma |
2016-08-06 | add USE_PLEDGE, remove pledge dummy function | Hiltjo Posthuma |
2016-04-10 | remove basename, just use last part of the path... | Hiltjo Posthuma |
2016-02-28 | use prime as seed for murmur3 seed (doesnt matter much) | Hiltjo Posthuma |
2016-02-28 | null-terminate line at newline from getline() | Hiltjo Posthuma |
2016-02-27 | various improvements | Hiltjo Posthuma |
2015-10-05 | sfeed_mbox: do host lookup and current time once at startup, not per feed | Hiltjo Posthuma |
2015-10-04 | sfeed_mbox: small cleanup, move label so check for NUL isnt needed | Hiltjo Posthuma |
2015-10-04 | portability: dont use HOST_NAME_MAX, just use 256 as maximum | Hiltjo Posthuma |
2015-08-23 | sfeed_mbox: clarify format time error (strftime) | Hiltjo Posthuma |
2015-08-16 | code-style + no need to zero static variables | Hiltjo Posthuma |
2015-08-16 | code-style, wrap some lines, etc | Hiltjo Posthuma |
2015-08-08 | sfeed_mbox: use feedname in message-id | Hiltjo Posthuma |
2015-08-07 | util: strtotime: stricter time parsing | Hiltjo Posthuma |
2015-08-07 | sfeed_mbox: use simple hash for Message-Id | Hiltjo Posthuma |
2015-08-05 | sfeed_mbox: combine date check condition | Hiltjo Posthuma |
2015-08-02 | util: simplify parseline() and check t for strtotime(). | Hiltjo Posthuma |
2015-08-02 | sfeed_mbox: improvements | Hiltjo Posthuma |
2015-08-01 | sfeed_mbox: xmlencode link for HTML mail, simplify a bit | Hiltjo Posthuma |