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_atom.c
Age
Commit message (
Expand
)
Author
2023-05-16
improve to use proper includes
Hiltjo Posthuma
2023-05-15
sfeed_atom: gmtime_r make it consistent with sfeed_mbox
Hiltjo Posthuma
2023-04-13
atom, json, mbox: fix reading past the buffer with an escaped NUL byte (\ NUL)
Hiltjo Posthuma
2023-04-10
remove sfeed "branding" in outputs
Hiltjo Posthuma
2023-04-10
sfeed_atom: in Atom the default for a type is text
Hiltjo Posthuma
2022-03-27
Revert "rm sys/types.h include and improve portability"
Hiltjo Posthuma
2022-03-25
rm sys/types.h include and improve portability
Hiltjo Posthuma
2022-03-20
check write errors on the output stream after each feed
Hiltjo Posthuma
2022-03-15
stricter error checking in file streams (input, output)
Hiltjo Posthuma
2022-03-14
improve time(NULL) error checking
Hiltjo Posthuma
2021-12-23
sfeed_atom: add category field(s)
Hiltjo Posthuma
2021-07-19
code-style: change gmtime to the reentrant/thread-safe gmtime_r
Hiltjo Posthuma
2021-06-01
portability and standards: add BSD-like err() and errx() functions
Hiltjo Posthuma
2021-01-08
sfeed_atom: code-style: use conditional with pledge, like the other tools
Hiltjo Posthuma
2020-07-05
sfeed_atom: minor simplification, gmtime_r is not needed here
Hiltjo Posthuma
2020-07-05
sfeed_atom: the updated field is mandatory: use the current time...
Hiltjo Posthuma
2020-07-05
sfeed_atom: fix timezone, output if timestamp is set
Hiltjo Posthuma
2020-06-04
sfeed_atom: make the output more conform
Hiltjo Posthuma
2020-04-01
util: improve/cleanup parseline()
Hiltjo Posthuma
2020-01-24
cleanup some includes
Hiltjo Posthuma
2019-05-10
remove unused variables
Hiltjo Posthuma
2019-04-25
sfeed_atom: add content too (for completeness)
Hiltjo Posthuma
2019-04-22
sfeed_atom: if the link is empty, don't print it
Hiltjo Posthuma
2019-04-20
add sfeed_atom: convert one or more feeds from TSV (back to) Atom
Hiltjo Posthuma