summaryrefslogtreecommitdiff
path: root/src/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into platform-imageKonstantin Käfer2014-10-312-3/+12
|\
| * allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-302-3/+12
* | use CoreImage for decoding/encoding images on osx/iosKonstantin Käfer2014-10-301-176/+0
* | use unique_ptr for automatic deallocationKonstantin Käfer2014-10-301-10/+10
|/
* gyp fixesKonstantin Käfer2014-10-281-8/+8
* canonical move ctorartemp2014-10-271-3/+2
* add new line at the endartemp2014-10-271-1/+1
* c++ - don't test if pointer is nullptr before deletingartemp2014-10-271-4/+1
* prefer c++ style memory allocartemp2014-10-271-3/+4
* gcc fixesKonstantin Käfer2014-10-232-2/+1
* fix variable shadowingKonstantin Käfer2014-10-223-29/+29
* fixes for libuv 0.11Konstantin Käfer2014-10-221-1/+1
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeKonstantin Käfer2014-10-221-1/+45
|\
| * New mason-based build systemKonstantin Käfer2014-10-224-3/+17
| |\
| * | background-image supportJohn Firebaugh2014-10-171-1/+45
* | | Merge branch 'libuv-0.10-headless-display' into masonKonstantin Käfer2014-10-222-2/+1
|\ \ \ | |_|/ |/| |
| * | add int status arg to uv_messenger_callbackMike Morris2014-10-131-1/+1
| * | Merge branch 'master' into libuv-0.10-headless-displayMike Morris2014-10-109-65/+1263
| |\ \ | | |/
| * | 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
| |\ \
| * | | 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 branch 'master' into libuv010Mike Morris2014-08-253-57/+78
| |\ \ \ \
| * | | | | bump mapnik-packaging, conform to libuv 0.10 apiMike Morris2014-08-201-1/+1
* | | | | | silence warning; GCC needs this parameter, but Clang says its unusedKonstantin Käfer2014-10-221-0/+3
* | | | | | fix compile warningsKonstantin Käfer2014-10-222-3/+3
* | | | | | don't omit parameter nameKonstantin Käfer2014-10-211-1/+1
* | | | | | ios build system fixesKonstantin Käfer2014-10-211-0/+5
* | | | | | first attempt at using mason to install packagesKonstantin Käfer2014-10-201-0/+6
| |_|_|_|/ |/| | | |
* | | | | 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
| |_|_|/ |/| | |
* | | | add missing headerKonstantin Käfer2014-08-271-0/+1