summaryrefslogtreecommitdiff
path: root/test/storage/database.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-1/+1
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-141-18/+13
* [tests] Added utests for cache versioningThiago Marcos P. Santos2016-01-051-4/+38
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-10/+14
* [core] all requests have to be canceled explicitly nowKonstantin Käfer2015-10-261-4/+4
* 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
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-11/+11
* Write SQLite tests in terms of ImplJohn Firebaugh2015-05-011-144/+54
* Convert storage tests to RunLoopJohn Firebaugh2015-04-151-115/+133
* make implementation files private headersKonstantin Käfer2015-04-131-1/+1
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-131-28/+27
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-24/+11
* 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