summaryrefslogtreecommitdiff
path: root/platform/default/asset_request_zip.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Removed libuv dependency from AssetZipContextThiago Marcos P. Santos2015-12-011-163/+217
* [core] Removed dependency on uv_loop from the file sourceThiago Marcos P. Santos2015-12-011-6/+5
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-1/+2
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-13/+11
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-2/+4
* 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
* 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-4/+3
* Restructure *Request and ContextJohn Firebaugh2015-04-281-85/+53
* Remove RequestBase::startJohn Firebaugh2015-04-281-18/+10
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-281-9/+4
* Privatize SharedRequestBase::sourceJohn Firebaugh2015-04-281-3/+4
* pointer ⇢ referenceJohn Firebaugh2015-04-281-3/+2
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-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-1/+1
* update uv_zip and add testsKonstantin Käfer2015-02-161-20/+31
* guard boost include with pragma ignoresKonstantin Käfer2015-02-041-0/+6
* refactor makefileKonstantin Käfer2015-02-041-0/+295