Age | Commit message (Expand) | Author |
2019-06-11 | xml: improve cdata and comment callback logic | Hiltjo Posthuma |
2019-03-16 | xml: write x->getnext to a default GETNEXT macro | Hiltjo Posthuma |
2019-01-08 | xml: remove unnecesary checks | Hiltjo Posthuma |
2018-12-02 | XML tag parse improvements for PI and end tags | Hiltjo Posthuma |
2018-08-26 | xml: use ANSI types and struct initialization | Hiltjo Posthuma |
2018-08-23 | xml: remove TODO comments and add a note | Hiltjo Posthuma |
2018-08-22 | xml: improve parsing of invalid attribute values separated by whitespace | Hiltjo Posthuma |
2018-08-22 | xml: improve handling of invalid long data entities | Hiltjo Posthuma |
2018-08-21 | xml: rewrite codepointtoutf8 function | Hiltjo Posthuma |
2018-08-21 | xml: don't reset internal tagname when parsing non-tag types like CDATA | Hiltjo Posthuma |
2018-08-21 | xml: fix missing first byte when parsing a long incorrect attribute entity | Hiltjo Posthuma |
2018-08-21 | xml: interface change: make some functions private | Hiltjo Posthuma |
2018-08-21 | xml: increase allowed size of attribute names | Hiltjo Posthuma |
2018-08-16 | XML parser: numeric entity: check unicode codepoint range | Hiltjo Posthuma |
2018-03-11 | include <sys/types.h> for types size_t, ssize_t etc | Hiltjo Posthuma |
2018-03-11 | xml: improve comment parsing | Hiltjo Posthuma |
2018-03-11 | xml: fix parsing of cdata when a handler is unset | Hiltjo Posthuma |
2018-03-11 | xml: improve CDATA parsing | Hiltjo Posthuma |
2017-12-24 | xml: make name entities static, minor clarifications | Hiltjo Posthuma |
2016-04-10 | xml: stricter check of entity: must end with ';', ... | Hiltjo Posthuma |
2015-08-22 | xml: fix includes | Hiltjo Posthuma |
2015-08-22 | xml: simplify XML reader | Hiltjo Posthuma |
2015-08-16 | xml: change xml_parse_string to xml_parse_buf | Hiltjo Posthuma |
2015-08-14 | minor code-style improvements | Hiltjo Posthuma |
2015-08-14 | xml: whoops, remove leftover xml_getnext_stdin | Hiltjo Posthuma |
2015-08-14 | xml: separate reader context from parser | Hiltjo Posthuma |
2015-08-08 | xml: move entity to namedentitystr() | Hiltjo Posthuma |
2015-08-06 | xml: remove forced __inline__ attribute | Hiltjo Posthuma |
2015-08-06 | general cleanups | Hiltjo Posthuma |
2015-08-01 | xml: only allow full uppercase or full lowercase for entities | Hiltjo Posthuma |
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 |
2015-05-16 | xml: allow to read from fd or string buffer | Hiltjo Posthuma |
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 |
2014-06-27 | small fixes | Hiltjo Posthuma |
2014-05-08 | style: linewrap, etc | Hiltjo Posthuma |
2014-04-02 | xml: fix cdata parsing, disable markup declaration parsing for now | Hiltjo Posthuma |
2014-04-02 | Makefile: add sfeed_web, use c99 for build | Hiltjo Posthuma |