index
:
newsboat
bugfix/2912-ci-coveralls
dennis/bugfix/2912-ci-coveralls
dependabot/cargo/curl-sys-0.4.78curl-8.11.0
dependabot/cargo/fastrand-2.1.0
dependabot/cargo/fastrand-2.2.0
dependabot/cargo/libc-0.2.162
dependabot/cargo/tempfile-3.14.0
dependabot/cargo/unicode-width-0.1.12
dependabot/cargo/unicode-width-0.2.0
dependabot/cargo/url-2.5.3
feature/2326-filepath
feature/2326-remove-implicit-conversions-from-file-dir-browser
feature/bump-catch
feature/ci-bump-rust
master
minoru/feature/1344-utf8string
rebased/feature/2326-filepath
Mirror of https://github.com/newsboat/newsboat
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rss
Age
Commit message (
Expand
)
Author
2024-09-02
Update rss/rss09xparser.cpp
Mikhail Yumanov
2024-08-31
fix authorfield handling in Rss09xParser::parse_item
Mikhail Iumanov (tufsampla)
2024-08-07
Handle as utf-8 if no encoding is specified (replacing invalid data)
Dennis van der Schagt
2024-08-07
Convert to utf-8 based on Content-Type header
Dennis van der Schagt
2024-07-20
Move extraction of header values into CurlHeaderContainer
Dennis van der Schagt
2024-07-20
Extract header accumulation into separate class
Dennis van der Schagt
2024-06-23
Don't retry feed retrieval on HTTP 304 (Not Modified)
Dennis van der Schagt
2024-06-02
Merge pull request #2753 from dennisschagt/feedretriever-easyhandle
Dennis van der Schagt
2024-05-18
Cleanup header includes
Dennis van der Schagt
2024-05-18
Only support FeedRetriever with non-null easyhandle
Dennis van der Schagt
2024-01-04
Add support for Feedbin
James Vaughan
2023-10-28
Log timing information for individual feed reloads
Dennis van der Schagt
2023-08-27
Extract accumulation of received data into separate class
Dennis van der Schagt
2023-08-17
Remove duplicate writing to description/title
Dennis van der Schagt
2023-08-17
Extract and store enclosure descriptions (+ mime type)
Dennis van der Schagt
2022-12-25
Do not convert feeds based on Content-Type
Alexander Batischev
2022-12-05
Use source author if entry does not have author
Lysander Trischler
2022-11-28
Use feed author if entry does not have one
Lysander Trischler
2022-11-28
Mark some variables as const
Lysander Trischler
2022-11-14
Merge pull request #2245 from dennisschagt/bugfix/issue-1437
Alexander Batischev
2022-11-12
Update rss/parser.cpp
Alexander Batischev
2022-11-12
Update rss/parser.cpp
Alexander Batischev
2022-11-05
Always convert downloaded text to uft-8, even if server says it is utf-8
Dennis van der Schagt
2022-11-05
Reset HTTP headers when detecting a new response
Dennis van der Schagt
2022-11-04
Get rid of raw new/delete useage in parser.cpp's handle_headers
Dennis van der Schagt
2022-10-23
Merge pull request #2218 from dennisschagt/feature/issue-2050
Alexander Batischev
2022-10-22
Merge pull request #2214 from dennisschagt/fix/issue-1436
Alexander Batischev
2022-10-16
Accept enclosure with invalid type if no valid enclosure is found
Dennis van der Schagt
2022-10-14
Avoid ODR violation by defining HeaderValues in anonymous namespaces
Dennis van der Schagt
2022-10-11
Convert feed data to utf-8 if charset specifies non-"utf-8" encoding
Dennis van der Schagt
2022-10-10
Replace C-style casts with `reinterpret_cast`
Alexander Batischev
2022-08-13
Allow curl to accept all of its built-in supported encodings
Dennis van der Schagt
2022-05-20
Make `http\https` default if multiple link (#2068)
bogdasar1985
2022-01-26
Fix bug in xml parsing
bogdasar1985
2021-10-20
Replaces uses of CURL* with Curlhandle (#1828)
twittumz
2021-04-02
Merge pull request #1559 from PetraOleum/freshrss
Petra Lamborn
2021-01-07
Do not pass the whole Feed into RssParserFactory
Alexander Batischev
2020-11-21
Always update description's mime-type when updating item's description
Dennis van der Schagt
2020-11-21
rss: Store mime-type instead of raw atom/rss attribute value
Dennis van der Schagt
2020-10-10
Determine description type (html or plaintext) from media:description
Dennis van der Schagt
2020-10-10
Handle tags from rss media specification
Dennis van der Schagt
2020-10-10
Extract xml-related functions from RssParser
Dennis van der Schagt
2020-08-08
Integrate Miniflux into existing implementation
Galen Abell
2020-03-28
Include all authors when parsing an atom entry
Dennis van der Schagt
2020-01-28
RssParser::__w3cdtf_to_rfc822 -> w3cdtf_to_rfc822
Alexander Batischev
2020-01-28
Check return code of mktime
Alexander Batischev
2019-10-20
Format the code with AStyle
Alexander Batischev
2019-10-20
Always put blocks in curly braces
Alexander Batischev
2019-10-12
Protect localtime() with mutex
Alexander Batischev
2019-09-07
Free XML properties after using them
Alexander Batischev
[next]