summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node-v2.2.2-pre.1node-v2.2.2-pre.1Mike Morris2016-01-151-1/+1
* [core] use stale glyphsKonstantin Käfer2016-01-159-36/+104
* [core] don't store error stateKonstantin Käfer2016-01-158-36/+35
* [core] use stale sprite dataKonstantin Käfer2016-01-156-14/+80
* [core] abort current parse when we get a new NotFound responseKonstantin Käfer2016-01-151-0/+1
* [core] update the modified/expires debug info for unmodified responses as wellKonstantin Käfer2016-01-152-6/+6
* [core] use stale raster tilesKonstantin Käfer2016-01-151-7/+11
* [core] don't mark tiles with failed requests as obsoleteKonstantin Käfer2016-01-153-2/+10
* [test] ensure static rendering finishes when a tile can't be loadedKonstantin Käfer2016-01-154-0/+103
* [core] use stale and refreshing TileJSON/GeoJSON dataKonstantin Käfer2016-01-154-5/+82
* [core] use stale stylesKonstantin Käfer2016-01-1510-11/+105
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-154-8/+60
* [core] move SharedSQLiteCache::get to SQLiteCache::getSharedKonstantin Käfer2016-01-153-12/+5
* [core] Restore existing response bodyJohn Firebaugh2016-01-144-0/+10
* [core] place symbol layers in correct orderAnsis Brammanis2016-01-149-37/+51
* [ios] Fixed static analyzer warningsMinh Nguyễn2016-01-142-2/+2
* [osx] Fixed static analyzer warningsMinh Nguyễn2016-01-142-2/+2
* Update changelog for #3495Jason Wray2016-01-141-1/+2
* [ios] send turnstile event when telemetry is pausedJason Wray2016-01-141-2/+14
* [ios] remove `testCompassTap` testJason Wray2016-01-141-26/+0
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-145-23/+18
* [core] Use notModified rather than storing the previous response bodyJohn Firebaugh2016-01-142-4/+2
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-147-40/+43
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-147-51/+46
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-146-46/+28
* [core] Fix crash on transitionFrameFn callbackThiago Marcos P. Santos2016-01-141-1/+4
* [node] extract the error message from the Error objectKonstantin Käfer2016-01-141-2/+16
* [test] don't pass raw strings as error messagesKonstantin Käfer2016-01-141-1/+1
* [android] #3461 - upgrade to okhttp3 for faster tile loading! :rocket:Tobrun2016-01-142-25/+26
* [android] #3535 - improve disabling tracking modesTobrun2016-01-141-10/+26
* [android] #3539 - silence warning about unused param message that was breakin...Tobrun2016-01-141-0/+3
* [core] Fixed build error in Xcode 7.3Minh Nguyễn2016-01-141-1/+1
* [core] Consolidated easeTo and flyToMinh Nguyễn2016-01-142-163/+126
* [core] Moved camera methods next to each otherMinh Nguyễn2016-01-142-96/+104
* [core] Consolidated zoom and angle anchor logicMinh Nguyễn2016-01-146-35/+90
* [osx] Consistent origins in gesture recognizersMinh Nguyễn2016-01-141-28/+42
* [core] Standardize transform originMinh Nguyễn2016-01-146-47/+61
* [core] Cleaned up TransformMinh Nguyễn2016-01-147-180/+154
* [core] Separated AnimationOptions from CameraOptionsMinh Nguyễn2016-01-149-168/+173
* [core] fix overscaled line patterns and re-enable render testsAnsis Brammanis2016-01-132-3/+3
* [core] set u_texture uniform valueAnsis Brammanis2016-01-133-0/+4
* [core] remove bilinear, nearest scaling, fix #3164Ansis Brammanis2016-01-138-254/+41
* [core] match icon rendering with -jsAnsis Brammanis2016-01-139-36/+46
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-135-264/+26
* [core] Inline a temporary variable which is now used only onceJohn Firebaugh2016-01-131-5/+2
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-1329-89/+29
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-1322-731/+287
* [core] Further clarify timeout calculationsJohn Firebaugh2016-01-131-37/+30
* [core] Use Seconds::max() rather than -1 for simpler logicJohn Firebaugh2016-01-131-6/+5
* [core] Inline OnlineFileRequestImpl::setResponseJohn Firebaugh2016-01-131-29/+24