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
/
sfeed.c
Age
Commit message (
Expand
)
Author
2021-02-04
sfeed.c: fix time parsing regression with non-standard date format
Hiltjo Posthuma
2021-01-22
sfeed: fix regression with parsing content fields
Hiltjo Posthuma
2020-10-22
Do not change the referenced matched tag data (from gettag()).
Hiltjo Posthuma
2020-10-12
add a comment about the intended date priority
Hiltjo Posthuma
2020-10-12
Revert "RSS: give Dublin Core <dc:date> higher priority over <pubDate>"
Hiltjo Posthuma
2020-10-12
simplify time parsing
Hiltjo Posthuma
2020-10-12
remove unneeded check for NUL terminator
Hiltjo Posthuma
2020-10-12
RSS: give Dublin Core <dc:date> higher priority over <pubDate>
Hiltjo Posthuma
2020-10-12
parse categories, add multiple field values support (for categories)
Hiltjo Posthuma
2020-10-09
sfeed: parse day with max 2 digits (instead of 4)
Hiltjo Posthuma
2020-10-09
sfeed: support the ISO8601 time format without separators
Hiltjo Posthuma
2020-10-09
XML cdata callback: handle CDATA as data
Hiltjo Posthuma
2020-05-28
sfeed: simplify/optimize checking end tags while inside a RSS/Atom tag
Hiltjo Posthuma
2020-01-24
cleanup some includes
Hiltjo Posthuma
2020-01-18
minor style: use plain int for xml_entitytostr()
Hiltjo Posthuma
2019-10-12
string_append: check for addition and multiplication overflow
Hiltjo Posthuma
2019-09-05
sfeed.c: fix typo in comment
Hiltjo Posthuma
2019-06-17
sfeed: optimization: xmlattr: when not in some RSS/Atom tag skip further checks
Hiltjo Posthuma
2019-06-11
fix typo in comment
Hiltjo Posthuma
2019-06-11
optimization: only convert entities when we are inside a RSS/Atom tag
Hiltjo Posthuma
2019-06-11
reorder function
Hiltjo Posthuma
2019-06-11
Handle entities in attribute values.
Julian Schweinsberg
2019-05-25
gettzoffset: fix possible arithmetic overflow if int is 16-bit
Hiltjo Posthuma
2019-05-10
remove unused variables
Hiltjo Posthuma
2019-05-10
sfeed: remove support for military zones and simplify
Hiltjo Posthuma
2019-05-02
sfeed: improve content type (attribute) handling
Hiltjo Posthuma
2019-04-14
sfeed: add support for the first enclosure of an item
Hiltjo Posthuma
2019-04-06
optimization: define GETNEXT as an inline macro
Hiltjo Posthuma
2019-04-06
sfeed: gettag: simplify and use ANSI bsearch()
Hiltjo Posthuma
2019-03-03
gettzoffset: bit more strict UTC offset parsing
Hiltjo Posthuma
2019-03-03
skip spaces in parsetime() itself
Hiltjo Posthuma
2019-03-03
sfeed: style, break in switch instead of return
Hiltjo Posthuma
2019-02-27
atomlinktype make enum TagId instead of int
Hiltjo Posthuma
2019-02-27
improve RSS2 permalink support
Hiltjo Posthuma
2019-02-27
sfeed.c: improve comment
Hiltjo Posthuma
2019-02-24
stricter Atom link parsing
Hiltjo Posthuma
2019-02-24
fix RFC822 ANSI and military zones parsing
Hiltjo Posthuma
2019-02-08
don't read XML data inside tag for Atom <link href/>
Hiltjo Posthuma
2019-02-08
trim whitespace around uri field value
Hiltjo Posthuma
2019-02-08
short some callback variable names, change "name" to "t" (tag)
Hiltjo Posthuma
2019-01-29
sfeed: use the same handler names as the XMLParser
Hiltjo Posthuma
2018-12-14
sfeed: rename buffer to buf, change entitytostr check, it can never happen
Hiltjo Posthuma
2018-10-08
improve code-style for parsing time
Hiltjo Posthuma
2018-10-05
sfeed: parsetime: weekday part in RFC822 time is optional
Hiltjo Posthuma
2018-09-07
fix many undefined behaviour in usage of ctype functions
Hiltjo Posthuma
2018-08-22
remove stdint.h include
Hiltjo Posthuma
2018-03-11
include <sys/types.h> for types size_t, ssize_t etc
Hiltjo Posthuma
2017-04-27
improve gettag()
Hiltjo Posthuma
2017-04-27
simplify pledge stub
Hiltjo Posthuma
2016-08-06
add USE_PLEDGE, remove pledge dummy function
Hiltjo Posthuma
[next]