Age | Commit message (Expand) | Author |
2023-08-15 | improve wording and small typos | Hiltjo Posthuma |
2023-04-14 | slightly reduce stack size for entities | Hiltjo Posthuma |
2022-03-29 | compatibility: reduce the assumption the builtin libc locale is ASCII-compatible | Hiltjo Posthuma |
2022-03-28 | compatibility: replace iscntrl with own ISCNTRL macro | Hiltjo Posthuma |
2022-03-15 | stricter error checking in file streams (input, output) | Hiltjo Posthuma |
2021-06-01 | portability and standards: add BSD-like err() and errx() functions | Hiltjo Posthuma |
2021-01-16 | sfeed_opml_import: minor code-style improvements | Hiltjo Posthuma |
2020-01-24 | cleanup some includes | Hiltjo Posthuma |
2020-01-18 | sfeed_opml_import: use code-style pattern similar to other programs | Hiltjo Posthuma |
2019-11-24 | sfeed_opml_import: improve import with nested <outline> | Hiltjo Posthuma |
2019-07-20 | use the same XML handler names as the fields and shorten variable names | Hiltjo Posthuma |
2019-04-06 | optimization: define GETNEXT as an inline macro | Hiltjo Posthuma |
2018-09-07 | fix many undefined behaviour in usage of ctype functions | Hiltjo Posthuma |
2018-08-22 | remove stdint.h include | Hiltjo Posthuma |
2018-06-24 | sfeed_opml_import: escape ' properly | Hiltjo Posthuma |
2018-03-11 | include <sys/types.h> for types size_t, ssize_t etc | Hiltjo Posthuma |
2017-12-10 | sfeed_opml_import/sfeed_opml_export: allow " and \ in fields | Hiltjo Posthuma |
2017-04-27 | simplify pledge stub | Hiltjo Posthuma |
2016-08-06 | add USE_PLEDGE, remove pledge dummy function | Hiltjo Posthuma |
2016-03-10 | remove cast of unused variables | Hiltjo Posthuma |
2016-02-27 | various improvements | Hiltjo Posthuma |
2016-01-31 | sfeed_opml_import: fix compat | Hiltjo Posthuma |
2015-08-22 | xml: simplify XML reader | Hiltjo Posthuma |
2015-08-22 | sfeed_update: simplify path (only $sfeedpath now) | Hiltjo Posthuma |
2015-08-22 | sfeed_opml_import: does not need util but may need compat.h for strlcpy, strlcat | Hiltjo Posthuma |
2015-08-22 | sfeed_opml_import: improve import | Hiltjo Posthuma |
2015-08-14 | sfeed_opml_import: does not need util functions | Hiltjo Posthuma |
2015-08-14 | xml: separate reader context from parser | Hiltjo Posthuma |
2015-08-06 | general cleanups | Hiltjo Posthuma |
2015-08-05 | sfeed_opml_import: change to new config (feeds directory) + simplify | Hiltjo Posthuma |
2015-07-29 | improve includes (dont include headers in .h), fix build on Linux | Hiltjo Posthuma |
2015-07-28 | improve code-style and consistency | Hiltjo Posthuma |
2015-05-16 | xml: adjust for API change: read from fd | Hiltjo Posthuma |
2015-01-02 | cleanup | Hiltjo Posthuma |
2014-11-11 | code style, use actual column width of char | Hiltjo Posthuma |
2014-06-28 | compile with -Wextra, ignore unused parameters | Hiltjo Posthuma |
2014-04-02 | sfeed_opml_import: fix build | Hiltjo Posthuma |
2014-04-02 | sfeed_opml_import: use strlcpy | Hiltjo Posthuma |
2014-04-01 | fix crlf newlines, add fp arg to xmlparser_init | Hiltjo Posthuma |
2014-03-31 | new version | Hiltjo Posthuma |
2013-06-14 | sfeed_opml_import: format code, wordwrap | Hiltjo Posthuma |
2013-05-20 | add basesiteurl, simplify sfeed_update a bit | Hiltjo Posthuma |
2013-05-20 | sfeed_opml_import: dont use dynamic allocation, assumes sane lengths and just... | Hiltjo Posthuma |
2013-05-20 | sfeed_opml_import: use own XML parser | Hiltjo Posthuma |
2012-08-03 | sfeed_opml_import: use new exec name for errors | Hiltjo Posthuma |
2012-08-03 | Rename sfeed_opml_config to sfeed_opml_import | Hiltjo Posthuma |