summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* 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
* [core] move GL value objects from gl_config.hpp to gl_values.hppKonstantin Käfer2016-02-081-8/+9
* [core] move util/gl_helper.hpp to gl/gl_helper.hppKonstantin Käfer2016-02-081-1/+1
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-253-6/+8
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-222-78/+72
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-221-2/+1
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-215-36/+89
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-9/+13
* [core] Eliminate RequestBaseJohn Firebaugh2016-01-212-5/+3
* [core] Add ref counting to the main loopThiago Marcos P. Santos2016-01-201-1/+25
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-202-3/+44
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-3/+3
* [core] Eliminate macros in sqlite3.cppJohn Firebaugh2016-01-192-26/+22
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-192-44/+3
* [linux] Added WebP tile supportBruno de Oliveira Abinader2016-01-192-3/+44
* [glfw] Fix panning directionThiago Marcos P. Santos2016-01-191-1/+1
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-181-7/+6
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-151-7/+25
* [core] move SharedSQLiteCache::get to SQLiteCache::getSharedKonstantin Käfer2016-01-152-3/+3
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+2
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-142-16/+11