summaryrefslogtreecommitdiff
path: root/platform/default/asset_request_fs.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Removed libuv dependency from AssetFSContextThiago Marcos P. Santos2015-12-011-146/+159
* [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-011-2/+0
* [core] Removed dependency on uv_loop from the file sourceThiago Marcos P. Santos2015-12-011-5/+6
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-3/+3
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-9/+13
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-2/+4
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-141-0/+4
* don't use certain STL functionsKonstantin Käfer2015-08-041-1/+2
* s/AssetContext/AssetContextBase/Bruno de Oliveira Abinader2015-07-281-3/+3
* Replaced 'override' with 'final' for non-public interfacesBruno de Oliveira Abinader2015-07-281-2/+2
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-5/+4
* decode URLS when loading from file systemKonstantin Käfer2015-05-051-2/+3
* Restructure *Request and ContextJohn Firebaugh2015-04-281-64/+42
* Remove RequestBase::startJohn Firebaugh2015-04-281-30/+18
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-281-8/+3
* Privatize SharedRequestBase::sourceJohn Firebaugh2015-04-281-3/+4
* pointer ⇢ referenceJohn Firebaugh2015-04-281-2/+2
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-281-1/+1
* make implementation files private headersKonstantin Käfer2015-04-131-1/+1
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-1/+1
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-101-1/+1
* wrong symbol nameKonstantin Käfer2015-02-171-1/+1
* update uv_zip and add testsKonstantin Käfer2015-02-161-2/+1
* guard boost include with pragma ignoresKonstantin Käfer2015-02-041-0/+7
* refactor makefileKonstantin Käfer2015-02-041-0/+245