summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
...
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-2114-81/+81
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-2112-116/+64
* [core] use stale glyphsKonstantin Käfer2016-01-151-2/+31
* [core] use stale sprite dataKonstantin Käfer2016-01-151-0/+28
* [core] use stale and refreshing TileJSON/GeoJSON dataKonstantin Käfer2016-01-151-0/+23
* [core] use stale stylesKonstantin Käfer2016-01-152-0/+54
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-151-0/+34
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+4
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-142-5/+6
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-6/+2
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-143-32/+27
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-141-3/+3
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-132-160/+0
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-131-6/+7
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-132-92/+19
* [test] Fix test case commentsKonstantin Käfer2016-01-111-2/+2
* [core] only cache successful or NotFound responsesKonstantin Käfer2016-01-082-0/+176
* [core] don't consult cache for asset resourcesKonstantin Käfer2016-01-081-0/+42
* [tests] Sleep more than 1s before refreshing accessed timeThiago Marcos P. Santos2016-01-071-3/+11
* [tests] Added utests for cache versioningThiago Marcos P. Santos2016-01-051-4/+38
* [test] terminate test server when stdin closesKonstantin Käfer2016-01-053-14/+15
* [test] Remove terminate-when-inactive behavior from the test serverJohn Firebaugh2016-01-041-13/+0
* [tests] Add unit tests for SQLiteCache size limitThiago Marcos P. Santos2015-12-281-0/+232
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-2314-45/+45
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-031-1/+1
* [tests] Fix/improve Asset utestsThiago Marcos P. Santos2015-12-012-17/+90
* [core] Removed libuv dependency from AssetFSContextThiago Marcos P. Santos2015-12-012-2/+2
* [tests] Remove libuv dependency from the testsThiago Marcos P. Santos2015-12-0116-109/+76
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-2714-66/+76
* [core] more robust max-age parsingKonstantin Käfer2015-11-201-0/+71
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-1614-78/+71
* [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-1614-47/+36
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-1614-67/+175
* [core] Make DefaultFileSource react to all NetworkStatus changesKonstantin Käfer2015-11-022-3/+57
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-0216-97/+122
* [core] Fudge numbers to get a timing-based test to pass more oftenJohn Firebaugh2015-10-291-1/+1
* [core] refactor test server startupKonstantin Käfer2015-10-281-1/+3
* Don't create libuv objects on the stackJohn Firebaugh2015-10-271-8/+6
* [http] don't retry when there's already a request in progressKonstantin Käfer2015-10-271-0/+52
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-2615-64/+76
* [core] set a timer and auto-refresh requests when they expireKonstantin Käfer2015-10-261-0/+37
* [core] add support for stale responsesKonstantin Käfer2015-10-2612-24/+265
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-2613-35/+70
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-141-1/+7
* [osx] OS X 10.11 returns another error stringKonstantin Käfer2015-10-011-1/+4
* [ios] [android] Use Response::NotFound in other HTTP implementations tooJohn Firebaugh2015-09-292-2/+17
* Do not force uv_loop_t as the first parameter for a threaded object ctorThiago Marcos P. Santos2015-07-061-7/+7
* Simplify RunLoopJohn Firebaugh2015-07-011-26/+37
* Use a pipe() to synchronize the server initializationThiago Marcos P. Santos2015-06-181-1/+1
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-11/+11