aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/subscription
Commit message (Collapse)AuthorAge
* Normalize URL query string before executing HTTP requestsGravatar Frédéric Guillot2019-12-26
| | | | | | | - Make sure query strings parameters are encoded - As opposed to the standard library, do not append equal sign for query parameters with empty value - Strip URL fragments like Web browsers
* Simplify feed fetcherGravatar Frédéric Guillot2018-10-14
| | | | | - Add browser package to handle HTTP errors - Reduce code duplication
* Simplify feed parser and format detectionGravatar Frédéric Guillot2018-10-14
| | | | | - Avoid doing multiple buffer copies - Move parser and format detection logic to its own package
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Add the possibility to override default user agent for each feedGravatar Patrick2018-09-19
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add specific 404 and 401 error messagesGravatar Frédéric Guillot2018-06-30
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Move HTTP client to its own packageGravatar Frédéric Guillot2018-04-28
|
* Improve error handling for HTTP clientGravatar Frédéric Guillot2018-02-08
|
* Improve error handling when the response is emptyGravatar Frédéric Guillot2018-02-07
|
* Handle more encoding edge casesGravatar Frédéric Guillot2018-01-20
| | | | | | - Feeds with charset specified only in Content-Type header and not in XML document - Feeds with charset specified in both places - Feeds with charset specified only in XML document and not in HTTP header
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Move packages http and urlGravatar Frédéric Guillot2017-12-02
|
* Proxify image enclosuresGravatar Frédéric Guillot2017-12-01
|
* Make sure XML feeds are always encoded in UTF-8Gravatar Frédéric Guillot2017-11-20
|
* First commitGravatar Frédéric Guillot2017-11-19