summaryrefslogtreecommitdiff
path: root/src/util/uv-worker.c
Commit message (Expand)AuthorAgeFilesLines
* make most headers privateKonstantin Käfer2014-12-041-170/+0
* allow providing a callback to uv_messenger_stop to prevent mismatched new/freeKonstantin Käfer2014-10-301-1/+5
* 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-011-8/+11
* fix headless testsKonstantin Käfer2014-09-301-9/+19
* add back CURL requestingKonstantin Käfer2014-09-241-5/+5
* 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-241-6/+35
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+62