summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
...
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-143-3/+3
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-3/+3
* [core] add test about number of maximum concurrent requestsHuyen Chau Nguyen2018-11-152-3/+12
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-151-2/+2
* [test] Add test for when requesting the same resource many timesThiago Marcos P. Santos2018-11-131-1/+19
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-232-1/+92
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-232-3/+63
* [core] Always request 1x and @2x sprite images for portabilityKonstantin Käfer2018-09-241-5/+7
* [android] add support for gnustlKonstantin Käfer2018-09-112-4/+6
* Enforce Offline tile limit when merging sideloaded databasesAsheem Mamoowala2018-08-281-0/+31
* Require minimum side-loaded database user_version=6Asheem Mamoowala2018-08-281-1/+1
* Add unit tests and fixtures for OfflineDatabase::mergeDatabaseAsheem Mamoowala2018-08-281-0/+203
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-203-91/+81
* [core] recreate offline database when it is deleted out from under our feetKonstantin Käfer2018-08-141-4/+4
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-19/+20
* [test] add test for pending offline download when the disk is fullKonstantin Käfer2018-08-141-1/+77
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-143-190/+487
* [android, linux] Upgrade to SQLite 3.24.0, compiled to minimize binary sizeJohn Firebaugh2018-08-101-6/+10
* Revert "[core] Replace Boost.Spirit with std::regex in CacheControl::parse()"Bruno de Oliveira Abinader2018-08-081-9/+0
* [core] Replace Boost.Spirit with std::regex in CacheControl::parse()Bruno de Oliveira Abinader2018-08-081-0/+9
* [core] Fix GCC8's new -Wcatch-value warningsZsolt Bölöny2018-06-251-1/+1
* [core] consolidate database opening workflowKonstantin Käfer2018-06-122-27/+4
* [core] support moving Database object during a TransactionKonstantin Käfer2018-06-122-2/+30
* [test] verify log messages of OfflineDatabase testsKonstantin Käfer2018-06-121-19/+127
* [test] standardize on database file name and move I/O functions to utilKonstantin Käfer2018-06-121-76/+47
* [test] pull out using namespace mbgl to reduce verbosityKonstantin Käfer2018-06-121-66/+3
* [core] offline database - batch region resource insertsIvo van Dongen2018-06-041-0/+54
* Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-092-16/+13
* [core, qt] move self-resetting Statement/Query object to shared headerKonstantin Käfer2018-03-022-35/+42
* [core] refactor SQLite error/status codesKonstantin Käfer2018-03-021-1/+1
* [tests] Added a test for getting resources from the databaseThiago Marcos P. Santos2018-02-261-0/+34
* [core] align implementations of local and asset file sourceKonstantin Käfer2018-01-252-0/+52
* [test] Only use our SQLite3 wrapper in testsBruno de Oliveira Abinader2018-01-081-44/+2
* [core] correctly alter sprite URLs when attaching sprite.png/sprite.json file...Konstantin Käfer2017-10-171-0/+8
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-0/+1
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-13/+13
* [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-251-0/+78
* Fast tileCount with help from @mapbox/sphericalmercator moduleAsheem Mamoowala2017-09-081-0/+8
* [tests] Enforce the schema downgrade behaviorThiago Marcos P. Santos2017-08-221-0/+24
* [core] finish must-revalidate supportKonstantin Käfer2017-08-085-50/+154
* [tests] Add test to enforce database not found behaviorThiago Marcos P. Santos2017-07-171-0/+11
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-261-3/+22
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-211-4/+4
* [core] Convert AssetFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-16/+9
* [core] Offline support for Image SourcesAsheem Mamoowala2017-06-012-3/+15
* [tidy] modernize-deprecated-headersBruno de Oliveira Abinader2017-05-121-1/+1
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-20/+9
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-011-0/+16
* [test] add unit test for DefaultFileSource::setResourceTransform()Konstantin Käfer2017-02-201-0/+30
* [test] Added unit test for style request failuresThiago Marcos P. Santos2017-02-071-0/+31