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.h
Age
Commit message (
Expand
)
Author
2019-04-06
optimization: define GETNEXT as an inline macro
Hiltjo Posthuma
2019-03-16
xml: write x->getnext to a default GETNEXT macro
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
2015-09-09
xml.h: fix typo in function declaration
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
xml: separate reader context from parser
Hiltjo Posthuma
2015-08-05
xml.h: sort callbacks and improve comments
Hiltjo Posthuma
2015-07-29
improve includes (dont include headers in .h), fix build on Linux
Hiltjo Posthuma
2015-06-21
separate xml specific code into xml.c
Hiltjo Posthuma
2015-05-16
xml: allow to read from fd or string buffer
Hiltjo Posthuma
2015-01-02
Makefile: fix prerequisite rules
Hiltjo Posthuma
2014-12-13
xml.h: code-style, function declarations
Hiltjo Posthuma
2014-05-08
style: linewrap, etc
Hiltjo Posthuma
2014-04-01
fix crlf newlines, add fp arg to xmlparser_init
Hiltjo Posthuma
2014-03-31
new version
Hiltjo Posthuma
2013-05-20
update xml parser, many optimizations and dos to unix newlines, much cleanup ...
Hiltjo Posthuma
2013-01-20
add custom xml parser (WIP)
Hiltjo Posthuma