summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-1/+2
* scope Requests to an Environment object for easier cancelationKonstantin Käfer2015-03-0614-38/+148
* add ca bundle loading back to CURLKonstantin Käfer2015-02-171-1/+1
* update uv_zip and add testsKonstantin Käfer2015-02-162-3/+50
* make sure that the async handle always gets closedKonstantin Käfer2015-02-131-0/+28
* cleanup makefilesKonstantin Käfer2015-02-041-1/+3
* refactor makefileKonstantin Käfer2015-02-0412-12/+12
* execute the correct server path and use the exepath for application root rath...Konstantin Käfer2015-02-041-2/+1
* asset:// URLs are local to the executable path nowKonstantin Käfer2015-02-0413-146/+148
* remove unused filesKonstantin Käfer2015-02-041-28/+0
* rearrange tests and make more robustKonstantin Käfer2015-02-0415-32/+62
* rearrange tests and add storage testsKonstantin Käfer2015-02-0414-0/+672