summaryrefslogtreecommitdiff
path: root/platform/default/sqlite_cache.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-6/+6
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-1/+1
* [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-061-2/+2
* [core] catch compression/decompression errors and report themKonstantin Käfer2015-11-041-0/+5
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-2/+10
* [core] Set names to threads on LinuxThiago Marcos P. Santos2015-10-291-1/+1
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-6/+9
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-281-53/+7
* Create SharedSQLiteCacheLeith Bade2015-09-161-0/+12
* Support v8 sprite, glyph, and style mapbox:// urlsLucas Wojciechowski2015-08-211-1/+1
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-061-1/+1
* Simplify RunLoopJohn Firebaugh2015-07-011-5/+5
* Move WorkerTask functionality into RunLoop coreJohn Firebaugh2015-07-011-2/+2
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-8/+8
* lower thread priority of worker threadsKonstantin Käfer2015-05-041-1/+1
* More bandaids to avoid #1309John Firebaugh2015-05-011-1/+1
* Provide Thread objects with access to loopJohn Firebaugh2015-04-281-1/+1
* Remove unnecessary moves / castsJohn Firebaugh2015-04-281-2/+2
* Shorten method namesJohn Firebaugh2015-04-151-6/+6
* Stricter Thread<> interfaceJohn Firebaugh2015-04-151-12/+9
* separate SQLiteCache::Impl header from implementation fileKonstantin Käfer2015-04-131-28/+1
* rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-12/+12
* make implementation files private headersKonstantin Käfer2015-04-131-2/+2
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-10/+44
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-107/+50
* guard against invalid database filesKonstantin Käfer2015-04-081-3/+16
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-86/+122
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-171-1/+1
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-061-1/+1
* make storage lib separate so we can build without storage libsKonstantin Käfer2015-02-041-0/+271