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_gopher.c
Age
Commit message (
Expand
)
Author
2023-12-29
sfeed_gopher: fix a clang-analyzer warning
Hiltjo Posthuma
2023-09-22
sfeed_gopher: mark function as static
NRK
2023-05-16
improve to use proper includes
Hiltjo Posthuma
2023-05-14
sfeed_gopher: reduce scope and shadowing a variable
Hiltjo Posthuma
2023-05-07
iterate on previous commit which adds $SFEED_NEW_MAX_SECS
Hiltjo Posthuma
2023-05-07
sfeed_{curses,frames,gopher,html,plain}: SFEED_NEW_MAX_SECS
Alvar Penning
2023-04-12
fix some typos
Hiltjo Posthuma
2023-02-04
sfeed_gopher: remove PATH_MAX and restricting the path length
Hiltjo Posthuma
2022-07-20
slightly improve some comments
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-15
stricter error checking in file streams (input, output)
Hiltjo Posthuma
2022-03-14
improve time(NULL) error checking
Hiltjo Posthuma
2021-06-01
sfeed_gopher: unveil: show path when it failed
Hiltjo Posthuma
2021-06-01
portability and standards: add BSD-like err() and errx() functions
Hiltjo Posthuma
2021-03-01
util: improve/refactor URI parsing and formatting
Hiltjo Posthuma
2021-01-10
optimize converting UNIX timestamp to localtime
Hiltjo Posthuma
2021-01-08
sfeed_gopher: optimize common output character function
Hiltjo Posthuma
2021-01-01
sfeed_gopher: tighten filesystem permissions on OpenBSD using unveil(2)
Hiltjo Posthuma
2020-07-05
format tools: don't skip items with a missing/invalid timestamp field
Hiltjo Posthuma
2020-05-13
sfeed_gopher: if a gopher url cannot be parsed then show it anyway as a "URL:"
Hiltjo Posthuma
2020-05-13
sfeed_gopher: do not use URL: prefix for gopher:// urls.
Hiltjo Posthuma
2020-04-01
util: improve/cleanup parseline()
Hiltjo Posthuma
2020-01-24
cleanup some includes
Hiltjo Posthuma
2020-01-18
add sfeed_gopher: generic gopher formatting program, remove sfeed_gph
Hiltjo Posthuma