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
2024-07-04
sfeed.c: separator T could be lowercase
Hiltjo Posthuma
2023-08-15
improve wording and small typos
Hiltjo Posthuma
2023-05-15
fix typo
Hiltjo Posthuma
2023-05-07
sfeed: datetounix: code-style, change , to separate lines (-Wcomma)
Hiltjo Posthuma
2023-04-14
use errno ENOMEM instead of EOVERFLOW
Hiltjo Posthuma
2023-04-12
fix some typos
Hiltjo Posthuma
2023-04-10
sfeed.c: slightly reduce stack size for entities
Hiltjo Posthuma
2023-04-07
sfeed.c: datetounix: add comments
Hiltjo Posthuma
2023-03-26
sfeed.c: parsetime improve parsing RFC2822 obsolete short year
Hiltjo Posthuma
2023-03-26
sfeed.c: datetounix: simplify calculation and make it slightly easier to read
Hiltjo Posthuma
2023-03-26
sfeed.c: datetounix: fix incorrect int type to long
Hiltjo Posthuma
2022-07-20
slightly improve some comments
Hiltjo Posthuma
2022-06-20
sfeed: reword a poorly-worded comment
Hiltjo Posthuma
2022-06-20
sfeed: fix a wrong comment
Hiltjo Posthuma
2022-03-31
sfeed.c: rm ctype.h its not needed
Hiltjo Posthuma
2022-03-29
compatibility: reduce the assumption the builtin libc locale is ASCII-compatible
Hiltjo Posthuma
2022-03-28
compatibility: replace iscntrl with own ISCNTRL macro
Hiltjo Posthuma
2022-03-21
sfeed: make some tables const and read-only
Hiltjo Posthuma
2022-03-15
stricter error checking in file streams (input, output)
Hiltjo Posthuma
2022-02-05
sfeed.c: code-style consistency: static functions
Hiltjo Posthuma
2022-02-05
sfeed: small optimization
Hiltjo Posthuma
2022-02-04
improve some code comments
Hiltjo Posthuma
2022-02-01
parsetime: no need to check `tp`. it must be set
Hiltjo Posthuma
2022-01-19
sfeed: extend the time range, use long long instead of time_t
Hiltjo Posthuma
2022-01-19
sfeed: parsetime: allow leap second like 23:59:60
Hiltjo Posthuma
2021-11-23
sfeed.1: improve a comment for string_append
Hiltjo Posthuma
2021-11-23
code-style: define fieldmap in the same order as the enum declaration
Hiltjo Posthuma
2021-07-11
sfeed.c: parsetime: support short digit years for RSS pubDate fields (RFC822)
Hiltjo Posthuma
2021-07-06
sfeed: change comment which reflects printing relative URLs behaviour
Hiltjo Posthuma
2021-07-06
sfeed: printtrimmed function does not change or modify the buffer
Hiltjo Posthuma
2021-06-01
portability and standards: add BSD-like err() and errx() functions
Hiltjo Posthuma
2021-04-28
fixup: a regression with RSS guid, by default ispermalink="true"
Hiltjo Posthuma
2021-04-28
use the last href attribute value if there are multiple set
Hiltjo Posthuma
2021-04-28
add support for old/legacy Atom 0.3 feeds
Hiltjo Posthuma
2021-04-28
improve "ispermalink", "rel" and "type" attribute handling/buffering
Hiltjo Posthuma
2021-04-28
improve content-type "type" attribute handling/buffering
Hiltjo Posthuma
2021-04-27
sfeed.c: detect the proper mime-type for XHTML
Hiltjo Posthuma
2021-04-24
fix a comment code-style
Hiltjo Posthuma
2021-03-01
util: improve/refactor URI parsing and formatting
Hiltjo Posthuma
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
[next]