1
0
Fork 0
miniflux/internal/reader
jvoisin 543a690bfd Close resources as soon as possible, instead of using defer() in a loop
So that resources can be freed as soon as they're not used anymore, instead of
waiting for the two nested loops to finish.
2024-02-28 19:47:30 -08:00
..
atom Use strings.EqualFold instead of strings.ToLower(…) == 2024-02-28 19:47:30 -08:00
date Small refactoring of internal/reader/date/parser.go 2024-02-26 18:08:04 -08:00
dublincore
encoding
fetcher Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
handler Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
icon Simplify internal/reader/icon/finder.go 2024-02-26 18:18:04 -08:00
json
media Use strings.ReplaceAll instead of strings.Replace(…, -1) 2024-02-28 19:47:30 -08:00
opml
parser Add a couple of fuzzers 2024-02-26 17:23:49 -08:00
processor Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
rdf
readability Use .WriteString( instead of .Write([]byte(… 2024-02-28 19:47:30 -08:00
readingtime
rewrite Remove superfluous escaping in a regex 2024-02-28 19:47:30 -08:00
rss
sanitizer Use %q instead of "%s" 2024-02-28 19:47:30 -08:00
scraper Improve a bit internal/reader/scraper/scraper.go 2024-02-26 18:00:23 -08:00
subscription Close resources as soon as possible, instead of using defer() in a loop 2024-02-28 19:47:30 -08:00
xml