summaryrefslogtreecommitdiff
path: root/src/http
AgeCommit message (Collapse)AuthorFilesLines
2018-10-30Add network timeouts and retriesLars-Dominik Braun2-9/+9
All network operations can time out now. API requests are retried up to three times (default). Replaces setting max_player_errors with max_retries, which is used for player and API. Adds timeout setting. Partially reverts 436a1d4012553a2f33d0e3a5180b3b5ae0378bdd and fixes (at least) issue #657. Thanks to @exarkun for testing.
2017-05-18Handle escaped authority url components. pianobar-windows-binaries/#3Michał Cichoń1-0/+28
Authority username and password now can be escaped to handle special characters.
2017-05-17Switch to #pragma onceLars-Dominik Braun1-4/+1
# Conflicts: # src/http/http.h # src/player.h
2017-05-17Show status code text if no other source of error is available.Michał Cichoń1-1/+20
2015-12-05Move files around.Michał Cichoń2-0/+527