summaryrefslogtreecommitdiff
path: root/src/client/clientmedia.h
Commit message (Collapse)AuthorAge
* Print announce error response (#11878)ShadowNinja2022-01-01
| | | | | | | | Fix HTTPFetch caller and request ID to 64 bits Check that allocated caller ID is not DISCARD Print body if serverlist request returns error Don't print control characters from HTTP responses Document special HTTPFetch caller IDs Allow unicode to be printed
* Dynamic_Add_Media v2 (#11550)sfan52021-09-09
|
* Sort out cURL timeouts and increase defaultsfan52021-04-02
|
* Server pushing media at runtime (#9961)sfan52020-06-13
|
* Remove remote media compatibility mode. (#8044)sofar2019-01-04
| | | | | | | | The fallback code shouldn't be needed and is a remnant of the GET method that old media servers use. Clients using it are likely to just waste bandwidth and having to download the media again through the normal transfer from server method. The most reliable method is to get all missing textures therefore from the server directly and not spam the remote media server with 404s.
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-28
Update Android.mk Remove 'src/client' from include_directories