summaryrefslogtreecommitdiff
path: root/platform/default/default_file_source.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] make forcing cache/network only more explicitKonstantin Käfer2017-10-121-28/+22
* [core] fix loading of stale must-revalidate resourcesKonstantin Käfer2017-09-251-9/+15
* [test] add ability to take the OnlineFileSource offlineKonstantin Käfer2017-09-221-0/+8
* [core] initialize OfflineDatabase asynchronously in DefaultFileSourceKonstantin Käfer2017-08-281-13/+18
* [core] finish must-revalidate supportKonstantin Käfer2017-08-081-1/+11
* [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-261-12/+4
* [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-211-2/+2
* [core] Convert DefaultFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-34/+29
* [core] default file source - ensure thread safety for cached valuesIvo van Dongen2017-05-271-4/+14
* [core] default file source - ensure thread safety for local file and asset re...Ivo van Dongen2017-05-271-38/+46
* [core] allow filesource url transform resetIvo van Dongen2017-05-121-6/+10
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-241-1/+7
* [core] Cache file source base URL and access tokenJesse Bounds2017-03-011-4/+6
* [core] Add a pause/resume API to the DefaultFileSourceThiago Marcos P. Santos2017-02-251-0/+8
* [core] add ability to transform URLs before they're requested from the InternetKonstantin Käfer2017-02-201-0/+13
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-5/+5
* [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* [core] LocalFileSource implementation and testsIvo van Dongen2016-09-301-1/+5
* [core] allow offline region metadata to be updated (#6338)Molly Lloyd2016-09-201-0/+16
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-151-0/+16
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-081-1/+1
* [core] Simplify Thread::invokeSync (#6128)John Firebaugh2016-08-241-1/+1
* [core] allow creating optional requestsKonstantin Käfer2016-05-181-11/+25
* [core] remove indirection via Task object in DefaultFileSourceKonstantin Käfer2016-05-121-25/+16
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-1/+1
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-301-0/+1
|\
| * [core] Stop any OfflineDownload before deleting a regionJohn Firebaugh2016-03-211-0/+1
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-8/+8
|/
* [core] Make OnlineFileSource respect the NetworkStatusThiago Marcos P. Santos2016-03-081-7/+4
* [core] Remove goOffline() from DefaultFileSourceThiago Marcos P. Santos2016-03-081-10/+2
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-241-0/+8
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-5/+4
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-25/+8
* [core] Make {Default,Online}FileSource::Impl more similarJohn Firebaugh2016-02-101-16/+16
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-101-1/+97
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-47/+89
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-101-3/+37
* [core] move SharedSQLiteCache::get to SQLiteCache::getSharedKonstantin Käfer2016-01-151-1/+1
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-2/+2
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-131-4/+24
* [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-4/+15
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-231-2/+1
* [core] Move OnlineFileSource to platformJohn Firebaugh2015-12-221-0/+34