summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Remove unusedJohn Firebaugh2015-05-132-55/+0
* don't trigger a HTTP request twiceKonstantin Käfer2015-05-081-0/+44
* Write SQLite tests in terms of ImplJohn Firebaugh2015-05-011-144/+54
* Remove Environment::terminate and associated codeJohn Firebaugh2015-04-2813-114/+28
* Convert storage tests to RunLoopJohn Firebaugh2015-04-151-115/+133
* make implementation files private headersKonstantin Käfer2015-04-133-3/+3
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-1314-101/+92
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-1013-54/+65
* add Thread<T> and RunLoopKonstantin Käfer2015-04-103-28/+17
* use sqlite itself to lock the database file rather than those unportable bsd ...Konstantin Käfer2015-04-081-10/+19
* guard against invalid database filesKonstantin Käfer2015-04-081-1/+45
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-071-0/+338