summaryrefslogtreecommitdiff
path: root/platform/default/http_request_curl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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