summaryrefslogtreecommitdiff
path: root/platform/default/asset_request_zip.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | The previous implementation, based on thread-local storage, did not ensure that the context was destructed before the FileSource run loop. This resulted in implementations attempting to uv_close handles for a loop that had already been destroyed. This change also fixes #1262.
* Remove RequestBase::startJohn Firebaugh2015-04-281-18/+10
| | | | | | Requests are always started immediately upon construction. While here, use typed pointers, not void*.
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-281-9/+4
| | | | | | | | SharedRequestBase was trying to do two different jobs: be a base class for Asset/HttpRequest and track internal state for DefaultFileSource. Now we have RequestBase for the former, and DefaultFileRequest for the latter.
* 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