summaryrefslogtreecommitdiff
path: root/test/storage
Commit message (Expand)AuthorAgeFilesLines
* [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
* 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