summaryrefslogtreecommitdiff
path: root/platform/android/src/http_request_android.cpp
Commit message (Expand)AuthorAgeFilesLines
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-141-188/+0
* [android] Do not reach native if the HTTPContext was invalidatedThiago Marcos P. Santos2016-03-071-12/+4
* [android] Use jni.hpp in http_request_android.cppJohn Firebaugh2016-03-041-135/+63
* [android] Fix crash on HTTP 200 with no dataThiago Marcos P. Santos2016-02-231-0/+2
* [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-101-0/+4
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+2
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-8/+5
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+2
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-38/+15
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-5/+3
* [android] Fix semantics in absence of response headersJohn Firebaugh2016-01-211-48/+33
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-9/+9
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-211-2/+2
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+2
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-9/+12
* [android] #3539 - silence warning about unused param message that was breakin...Tobrun2016-01-141-0/+3
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-231-8/+7
* [android] Simplify structure for native filesJohn Firebaugh2015-12-161-0/+295