summaryrefslogtreecommitdiff
path: root/platform/default/http_request_curl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-141-549/+0
* [core] fix various compilation issuesKonstantin Käfer2016-04-041-2/+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-10/+5
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-1/+2
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-41/+17
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-2/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-10/+10
* [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-10/+12
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-231-8/+7
* [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-011-68/+19
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-011-1/+1
* [curl] Make curl request less dependent on libuvThiago Marcos P. Santos2015-12-011-27/+18
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-4/+4
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-123/+41
* [core] Move parseCacheControl() up in the class hierarchyThiago Marcos P. Santos2015-10-261-16/+0
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-3/+9
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-141-20/+10
* [ios] [android] Use Response::NotFound in other HTTP implementations tooJohn Firebaugh2015-09-291-0/+3
* Restore libcurl HTTP on AndroidLeith Bade2015-09-231-0/+109
* Use OkHTTP to implement HTTPContext on Android.Leith Bade2015-08-111-109/+0
* support cURL versions older than 7.21.6Konstantin Käfer2015-08-041-0/+4
* don't use certain STL functionsKonstantin Käfer2015-08-041-2/+4
* s/HTTPContext/HTTPContextBase/Bruno de Oliveira Abinader2015-07-281-4/+4
* Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-281-1/+1
* Created HTTPRequestBase as base for HTTP requestsBruno de Oliveira Abinader2015-07-281-28/+27
* Moved ResponseStatus to its own headerBruno de Oliveira Abinader2015-07-281-20/+1
* Make one arg ctors explicitThiago Marcos P. Santos2015-07-111-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-5/+5
* Fix CURL handle leak (fixes #1394)John Firebaugh2015-05-011-0/+5
* Restructure *Request and ContextJohn Firebaugh2015-04-281-83/+68
* Remove RequestBase::startJohn Firebaugh2015-04-281-17/+11
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-281-10/+3
* pointer ⇢ referenceJohn Firebaugh2015-04-281-1/+1
* make implementation files private headersKonstantin Käfer2015-04-131-2/+2
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-1/+1
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-12/+12
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-1/+2
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-4/+118
* refactor makefileKonstantin Käfer2015-02-041-2/+10
* fixes for linuxKonstantin Käfer2015-02-041-3/+3
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-0/+640