index
:
sfeed.git
master
Suckless rss Feed reader with my configs
Benjamin Chausse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xml.c
Age
Commit message (
Expand
)
Author
2024-06-30
improve parsing whitespace after end tag names
Hiltjo Posthuma
2023-08-15
improve wording and small typos
Hiltjo Posthuma
2022-08-26
improve comment: uppercase cdata -> CDATA
Hiltjo Posthuma
2022-03-29
compatibility: reduce the assumption the builtin libc locale is ASCII-compatible
Hiltjo Posthuma
2021-01-27
typofixes
Hiltjo Posthuma
2021-01-22
xml.c: fix typo / regression in checking codepoint range for utf-16 surrogate...
Hiltjo Posthuma
2021-01-22
xml.c: do not convert UTF-16 surrogate pairs to an invalid sequence
Hiltjo Posthuma
2020-10-18
xml.c: initialize i = 0
Hiltjo Posthuma
2020-10-09
xml: remove unused code for sfeed
Hiltjo Posthuma
2020-10-09
xml.c: remove buffering of comment data, which is unused anyway
Hiltjo Posthuma
2020-06-01
fix typo
Hiltjo Posthuma
2020-01-24
cleanup some includes
Hiltjo Posthuma
2020-01-18
improve XML entity conversion
Hiltjo Posthuma
2019-11-22
xml.c: upper-case named-entities are invalid in XML
Hiltjo Posthuma
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
[next]