summaryrefslogtreecommitdiff
path: root/xml.h
AgeCommit message (Expand)Author
2021-04-28enable unlocked I/O by defaultHiltjo Posthuma
2020-10-09xml: remove unused code for sfeedHiltjo Posthuma
2020-10-09xml.h: minor comment rewordingHiltjo Posthuma
2020-10-09xml.c: remove buffering of comment data, which is unused anywayHiltjo Posthuma
2020-10-09xml.h: add underscore for #ifdef guardHiltjo Posthuma
2020-01-24cleanup some includesHiltjo Posthuma
2019-09-12xml.h: remove #if 0 blockHiltjo Posthuma
2019-04-06optimization: define GETNEXT as an inline macroHiltjo Posthuma
2019-03-16xml: write x->getnext to a default GETNEXT macroHiltjo Posthuma
2018-08-21xml: interface change: make some functions privateHiltjo Posthuma
2018-08-21xml: increase allowed size of attribute namesHiltjo Posthuma
2015-09-09xml.h: fix typo in function declarationHiltjo Posthuma
2015-08-22xml: simplify XML readerHiltjo Posthuma
2015-08-16xml: change xml_parse_string to xml_parse_bufHiltjo Posthuma
2015-08-14xml: separate reader context from parserHiltjo Posthuma
2015-08-05xml.h: sort callbacks and improve commentsHiltjo Posthuma
2015-07-29improve includes (dont include headers in .h), fix build on LinuxHiltjo Posthuma
2015-06-21separate xml specific code into xml.cHiltjo Posthuma
2015-05-16xml: allow to read from fd or string bufferHiltjo Posthuma
2015-01-02Makefile: fix prerequisite rulesHiltjo Posthuma
2014-12-13xml.h: code-style, function declarationsHiltjo Posthuma
2014-05-08style: linewrap, etcHiltjo Posthuma
2014-04-01fix crlf newlines, add fp arg to xmlparser_initHiltjo Posthuma
2014-03-31new versionHiltjo Posthuma
2013-05-20update xml parser, many optimizations and dos to unix newlines, much cleanup ...Hiltjo Posthuma
2013-01-20add custom xml parser (WIP)Hiltjo Posthuma