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
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
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