summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-109-65/+1263
|\
| * define variable outside of loop scopeKonstantin Käfer2014-10-011-1/+2
| * properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-012-8/+15
| * fix headless testsKonstantin Käfer2014-09-301-9/+19
| * add back CURL requestingKonstantin Käfer2014-09-243-7/+7
| * add retry timersKonstantin Käfer2014-09-241-0/+12
| * use asynchronous worker terminationKonstantin Käfer2014-09-241-28/+89
| * use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-242-6/+49
| * use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-241-7/+6
| * do 304 requests and cache them in sqliteKonstantin Käfer2014-09-246-296/+1042
| * remove shared_from_this() usageKonstantin Käfer2014-09-241-1/+1
| * fix issue that deleted the data part of a std::string as a std::string objectKonstantin Käfer2014-09-241-2/+3
| * add missing headersKonstantin Käfer2014-09-241-0/+3
| * don't report SQLITE_OK as an errorKonstantin Käfer2014-09-241-1/+3
| * parse cache-control and last-modified headersKonstantin Käfer2014-09-241-4/+25
| * compress data and store typeKonstantin Käfer2014-09-242-11/+130
| * also store other response codes in the cacheKonstantin Käfer2014-09-241-10/+24
| * remove access token from URLKonstantin Käfer2014-09-241-2/+22
| * add basic request caching with sqliteKonstantin Käfer2014-09-241-2/+141
* | more fixes for libuv v0.10Mike Morris2014-08-271-1/+1
* | switch uv_cwd back to &maxMike Morris2014-08-271-1/+1
* | Merge branch 'master' into libuv010Mike Morris2014-08-271-0/+22
|\ \ | |/
| * add missing headerKonstantin Käfer2014-08-271-0/+1
| * fix basepath for headless stylesheetsKonstantin Käfer2014-08-271-0/+21
* | Revert "fix uv_cwd call"Mike Morris2014-08-261-1/+1
* | fix uv_cwd callMike Morris2014-08-261-1/+1
* | Merge branch 'master' into libuv010Mike Morris2014-08-263-214/+83
|\ \ | |/
| * Merge pull request #439 from mapbox/clippingKonstantin Käfer2014-08-262-160/+83
| |\
| | * don't duplicate functionKonstantin Käfer2014-08-211-18/+1
| | * add missing fileKonstantin Käfer2014-08-211-0/+25
| | * compute unique clip ids per tile, taking covering children into accountKonstantin Käfer2014-08-211-158/+73
| * | Merge pull request #437 from mapbox/fix-gccKonstantin Käfer2014-08-261-54/+0
| |\ \
| | * | remove unused threadpool classKonstantin Käfer2014-08-211-54/+0
| | |/
* | | Merge branch 'master' into libuv010Mike Morris2014-08-253-57/+78
|\ \ \ | |/ /
| * | Support for Mapbox fontstack APIJohn Firebaugh2014-08-222-0/+73
| |/
| * Consolidate duplicate interpolation definitionsJohn Firebaugh2014-08-201-57/+5
* | bump mapnik-packaging, conform to libuv 0.10 apiMike Morris2014-08-201-1/+1
|/
* fix warningsKonstantin Käfer2014-08-181-1/+1
* fix image pattern renderingKonstantin Käfer2014-08-141-0/+51
* remove trailing whitespaceKonstantin Käfer2014-08-122-3/+3
* Merge branch 'master' into rasterizeKonstantin Käfer2014-08-123-1/+32
|\
| * remove uv.h dependency from header filesKonstantin Käfer2014-08-123-3/+21
| * remove uv.h dependency in util/time.hppKonstantin Käfer2014-08-111-0/+13
* | still not workingLauren Budorick2014-08-111-0/+22
|/
* don't automatically move back to main threadKonstantin Käfer2014-08-111-3/+2
* use a file source object to abstract loading of resourcesKonstantin Käfer2014-08-081-4/+36
* use filesource object for loading all http stuffKonstantin Käfer2014-08-081-0/+27
* rename llmr => mbglKonstantin Käfer2014-07-169-34/+34
* add icon render testKonstantin Käfer2014-07-151-2/+2
* allow formatted messagesKonstantin Käfer2014-07-111-12/+12