summaryrefslogtreecommitdiff
path: root/src/util/filesource.cpp
Commit message (Expand)AuthorAgeFilesLines
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-296/+0
* 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
* 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-241-11/+52
* 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
* fix warningsKonstantin Käfer2014-08-181-1/+1
* 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