summaryrefslogtreecommitdiff
path: root/sfeed_opml_import.c
AgeCommit message (Expand)Author
2021-06-01portability and standards: add BSD-like err() and errx() functionsHiltjo Posthuma
2021-01-16sfeed_opml_import: minor code-style improvementsHiltjo Posthuma
2020-01-24cleanup some includesHiltjo Posthuma
2020-01-18sfeed_opml_import: use code-style pattern similar to other programsHiltjo Posthuma
2019-11-24sfeed_opml_import: improve import with nested <outline>Hiltjo Posthuma
2019-07-20use the same XML handler names as the fields and shorten variable namesHiltjo Posthuma
2019-04-06optimization: define GETNEXT as an inline macroHiltjo Posthuma
2018-09-07fix many undefined behaviour in usage of ctype functionsHiltjo Posthuma
2018-08-22remove stdint.h includeHiltjo Posthuma
2018-06-24sfeed_opml_import: escape ' properlyHiltjo Posthuma
2018-03-11include <sys/types.h> for types size_t, ssize_t etcHiltjo Posthuma
2017-12-10sfeed_opml_import/sfeed_opml_export: allow " and \ in fieldsHiltjo Posthuma
2017-04-27simplify pledge stubHiltjo Posthuma
2016-08-06add USE_PLEDGE, remove pledge dummy functionHiltjo Posthuma
2016-03-10remove cast of unused variablesHiltjo Posthuma
2016-02-27various improvementsHiltjo Posthuma
2016-01-31sfeed_opml_import: fix compatHiltjo Posthuma
2015-08-22xml: simplify XML readerHiltjo Posthuma
2015-08-22sfeed_update: simplify path (only $sfeedpath now)Hiltjo Posthuma
2015-08-22sfeed_opml_import: does not need util but may need compat.h for strlcpy, strlcatHiltjo Posthuma
2015-08-22sfeed_opml_import: improve importHiltjo Posthuma
2015-08-14sfeed_opml_import: does not need util functionsHiltjo Posthuma
2015-08-14xml: separate reader context from parserHiltjo Posthuma
2015-08-06general cleanupsHiltjo Posthuma
2015-08-05sfeed_opml_import: change to new config (feeds directory) + simplifyHiltjo Posthuma
2015-07-29improve includes (dont include headers in .h), fix build on LinuxHiltjo Posthuma
2015-07-28improve code-style and consistencyHiltjo Posthuma
2015-05-16xml: adjust for API change: read from fdHiltjo Posthuma
2015-01-02cleanupHiltjo Posthuma
2014-11-11code style, use actual column width of charHiltjo Posthuma
2014-06-28compile with -Wextra, ignore unused parametersHiltjo Posthuma
2014-04-02sfeed_opml_import: fix buildHiltjo Posthuma
2014-04-02sfeed_opml_import: use strlcpyHiltjo Posthuma
2014-04-01fix crlf newlines, add fp arg to xmlparser_initHiltjo Posthuma
2014-03-31new versionHiltjo Posthuma
2013-06-14sfeed_opml_import: format code, wordwrapHiltjo Posthuma
2013-05-20add basesiteurl, simplify sfeed_update a bitHiltjo Posthuma
2013-05-20sfeed_opml_import: dont use dynamic allocation, assumes sane lengths and just...Hiltjo Posthuma
2013-05-20sfeed_opml_import: use own XML parserHiltjo Posthuma
2012-08-03sfeed_opml_import: use new exec name for errorsHiltjo Posthuma
2012-08-03Rename sfeed_opml_config to sfeed_opml_importHiltjo Posthuma