summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [core] Stop any OfflineDownload before deleting a regionJohn Firebaugh2016-03-211-0/+1
* [core] Add additional logging for exceptions during database connection / cre...John Firebaugh2016-03-181-10/+23
* [core] Fix regression of prior expiration time not being respectedThiago Marcos P. Santos2016-03-181-1/+5
* [core] Stop download when tile limit is reachedJesse Bounds2016-03-172-7/+20
* [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-172-17/+24
* [core] Deactivate offline region upon completionMinh Nguyễn2016-03-111-0/+8
* [core] Deactivate OfflineDownload when the tile count limit is hitJohn Firebaugh2016-03-091-0/+1
* [core] Fix offline status reporting regressionsJohn Firebaugh2016-03-082-29/+38
* [core] Fix RunLoop::run() behavior when called a second timeJohn Firebaugh2016-03-081-0/+1
* [core] Make OnlineFileSource respect the NetworkStatusThiago Marcos P. Santos2016-03-082-7/+13
* [core] Remove goOffline() from DefaultFileSourceThiago Marcos P. Santos2016-03-081-10/+2
* [core] Ensure OfflineRegionStatus::downloadState is accurately reportedJohn Firebaugh2016-03-071-0/+4
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-043-18/+28
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-2/+2
* [core] Build fixThiago Marcos P. Santos2016-02-261-1/+1
* [core] Add timeout for clock skewThiago Marcos P. Santos2016-02-261-13/+49
* [core] Add retry delay on expired tilesThiago Marcos P. Santos2016-02-261-3/+16
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-244-15/+128
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-244-14/+16
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-243-74/+172
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-5/+5
* Revert "[core] libuv unref() not really needed"Thiago Marcos P. Santos2016-02-243-1/+30
* [core] libuv unref() not really neededThiago Marcos P. Santos2016-02-203-30/+1
* [core] Use RVO in PremultipliedImage::decodeJPEGBruno de Oliveira Abinader2016-02-181-1/+1
* [core] Faster access with unordered_setThiago Marcos P. Santos2016-02-161-2/+2
* [core] Remove requests from the pending queue on cancelThiago Marcos P. Santos2016-02-161-13/+21
* [core] Remove RunLoop::{ref,unref}John Firebaugh2016-02-161-25/+1
* [tests] Fix buildJohn Firebaugh2016-02-111-1/+1
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-2/+2
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-1/+1
* [core] return std::move() prevents copy elisionKonstantin Käfer2016-02-111-1/+1
* [android][ios][core] - #2421 Moving Mapbox PROD and TEST certificates to comm...Brad Leege2016-02-103-0/+0
* [core] Always store tiles without ratio support with ratio = 1John Firebaugh2016-02-102-3/+3
* [core] Eliminate tilesets tableJohn Firebaugh2016-02-103-88/+65
* [core] Optimize offline database schemaJohn Firebaugh2016-02-103-73/+84
* [core] Retry errors encountered during offline downloadsJohn Firebaugh2016-02-101-2/+2
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-103-69/+58
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-105-50/+142
* [core] Reset SQLite statements after use in order to release locksJohn Firebaugh2016-02-104-112/+136
* [core] Throttle the number of concurrent requests to 20John Firebaugh2016-02-102-45/+106
* [core] Make {Default,Online}FileSource::Impl more similarJohn Firebaugh2016-02-102-77/+50
* [core] Disable SQLite busy timeouts so that multiple readers can access the s...John Firebaugh2016-02-103-0/+16
* [core] Explicit operator boolJohn Firebaugh2016-02-101-2/+2
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-108-16/+755
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-102-6/+8
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-10/+5
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-109-619/+605
* [core] Cache with mapbox:// tile URLsJohn Firebaugh2016-02-102-8/+9
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-102-68/+66
* [glfw] add "C" button to show stencil clip masksKonstantin Käfer2016-02-101-0/+52