summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* make gyp generate newer project filesKonstantin Käfer2014-10-222-2/+7
* silence warning; GCC needs this parameter, but Clang says its unusedKonstantin Käfer2014-10-221-0/+3
* install boost on osxKonstantin Käfer2014-10-221-1/+1
* fix compile warningsKonstantin Käfer2014-10-228-51/+27
* use glfw3 libs instead of manually linking OpenGL frameworks on OS XKonstantin Käfer2014-10-221-2/+2
* link boost when the boost variable is setKonstantin Käfer2014-10-224-7/+5
* correctly set CCDane Springmeyer2014-10-211-1/+1
* use ppa for more recent boostKonstantin Käfer2014-10-212-2/+4
* add libraries and make configure script more robustKonstantin Käfer2014-10-213-37/+51
* install nvm and nodeKonstantin Käfer2014-10-211-1/+11
* cleanup makefileKonstantin Käfer2014-10-214-18/+15
* properly detect boost rootKonstantin Käfer2014-10-212-8/+29
* don't omit parameter nameKonstantin Käfer2014-10-211-1/+1
* ios build system fixesKonstantin Käfer2014-10-213-24/+63
* curl fixesKonstantin Käfer2014-10-205-255/+18
* first attempt at using mason to install packagesKonstantin Käfer2014-10-208-146/+118
* Merge pull request #486 from mapbox/mphash-libuv-pkgconfigMike Morris2014-10-101-1/+1
|\
| * bump mapnik-packagingMike Morris2014-10-101-1/+1
* | Protect all possibly-unset env varsJohn Firebaugh2014-10-101-3/+3
|/
* fix TRAVIS unbound var errorMike Morris2014-10-101-4/+4
* Upload library tarball only on travis (fixes #485)John Firebaugh2014-10-091-4/+4
* report a permanent error instead of aborting on unknown error codesKonstantin Käfer2014-10-081-1/+1
* remove outdated commentKonstantin Käfer2014-10-081-3/+0
* define variable outside of loop scopeKonstantin Käfer2014-10-011-1/+2
* fix gcc cannot call member function without object errorKonstantin Käfer2014-10-011-2/+2
* properly ref/unref the handle and run the loop again for shutdown purposesKonstantin Käfer2014-10-016-10/+21
* fix headless testsKonstantin Käfer2014-09-3011-102/+102
* move file request baton to its own fileKonstantin Käfer2014-09-303-153/+178
* disable URLcache for NSURLRequestsKonstantin Käfer2014-09-301-1/+1
* add missing includeKonstantin Käfer2014-09-291-0/+1
* add reachabilityKonstantin Käfer2014-09-2913-4/+712
* add retries in case of connection failuresKonstantin Käfer2014-09-292-3/+75
* don't pass the loop through all function callsKonstantin Käfer2014-09-292-13/+20
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-2613-504/+188
* use the default cache location on ios to avoid writing to unwritable file sys...Konstantin Käfer2014-09-246-4/+26
* add back CURL requestingKonstantin Käfer2014-09-2414-630/+992
* whitespace fixesKonstantin Käfer2014-09-243-4/+2
* move cocoa nsurlrequest code to common folderKonstantin Käfer2014-09-242-1/+1
* add retry timersKonstantin Käfer2014-09-2413-43/+326
* convert http(s)://*.tiles.mapbox.com/ to mapbox:// for unified cachingKonstantin Käfer2014-09-241-3/+32
* use asynchronous worker terminationKonstantin Käfer2014-09-244-40/+109
* make SourceInfo object noncopyable and use a shared_pointer for itKonstantin Käfer2014-09-2411-33/+34
* option to pass data parameter, and add more explanationKonstantin Käfer2014-09-243-7/+25
* add a callback to stop() to allow running the current thread's event loopKonstantin Käfer2014-09-245-3/+26
* notifications on request cancellationKonstantin Käfer2014-09-246-21/+68
* use separate workers for tile parsing to avoid blocking the threadpool for ot...Konstantin Käfer2014-09-249-22/+88
* use util::ptr as a wrapper around std::shared_ptr that asserts nonemptinessKonstantin Käfer2014-09-2460-214/+237
* make sure all of our async handles are stopped before stopping the map threadKonstantin Käfer2014-09-2410-56/+92
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-2450-716/+2581
* remove shared_from_this() usageKonstantin Käfer2014-09-241-1/+1