Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-31 | xml: fix xml_namedentitytostr loop | Hiltjo Posthuma | |
2015-07-31 | xml: fix missing include strings.h, for strncasecmp | 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-06-23 | xml: fix comment issue, improve cdata and comment while encountering separator | Hiltjo Posthuma | |
2015-06-22 | xml: fix cdata issue | Hiltjo Posthuma | |
2015-06-21 | separate xml specific code into xml.c | Hiltjo Posthuma | |
2015-06-21 | xml.c: fix empty cdata callback | Hiltjo Posthuma | |
2015-05-16 | xml: only call data handler if set | Hiltjo Posthuma | |
2015-05-16 | xml: call parse | Hiltjo Posthuma | |
2015-05-16 | xml: attrentity handler will be called if set | Hiltjo Posthuma | |
it used to be if attrentity is NULL it would call attrdata. | |||
2015-05-16 | xml: allow to read from fd or string buffer | Hiltjo Posthuma | |
+ minor code style. | |||
2014-11-17 | code-style, ugly test-code (remove later) | Hiltjo Posthuma | |
2014-11-11 | comment style | Hiltjo Posthuma | |
2014-11-11 | fix typo in man page | Hiltjo Posthuma | |
2014-06-28 | xml: fix attribute without data: | Hiltjo Posthuma | |
<input checked /> Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-06-27 | small fixes | Hiltjo Posthuma | |
reorder static -> public xml functions. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-05-08 | style: linewrap, etc | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | xml: fix cdata parsing, disable markup declaration parsing for now | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-02 | Makefile: add sfeed_web, use c99 for build | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-04-01 | fix crlf newlines, add fp arg to xmlparser_init | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2014-03-31 | new version | Hiltjo Posthuma | |
lots of things changed, but cleanup todo. changelog and consistent stream of small updates will come in the future. Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2013-05-20 | update xml parser, many optimizations and dos to unix newlines, much cleanup ↵ | Hiltjo Posthuma | |
todo though Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> | |||
2013-01-20 | add custom xml parser (WIP) | Hiltjo Posthuma | |
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org> |