summaryrefslogtreecommitdiff
path: root/include/mbgl/storage/response.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Do not consider error'ed responses freshThiago Marcos P. Santos2017-02-071-1/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-131-1/+5
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-231-0/+4
* [tidy] Check modernize-pass-by-valueBruno de Oliveira Abinader2016-06-131-1/+1
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-2/+2
* Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-0/+2
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+4
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-1/+1
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+0
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-221-2/+2
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-3/+4
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-5/+0
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-141-0/+3
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-2/+4
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-021-5/+32
* [core] reparse tiles when new data arrivesKonstantin Käfer2015-10-261-0/+1
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-261-1/+1
* [core] add support for stale responsesKonstantin Käfer2015-10-261-0/+4
* [node] Handle tiles which 404 betterbsudekum2015-09-291-1/+1
* rewrite storage layer to be independent of the Map's event loopKonstantin Käfer2015-02-041-9/+5
* add etag support and if-none-match/if-modified-since to cocoa http handlingKonstantin Käfer2014-09-261-0/+1
* add retry timersKonstantin Käfer2014-09-241-0/+2
* do 304 requests and cache them in sqliteKonstantin Käfer2014-09-241-0/+23