summaryrefslogtreecommitdiff
path: root/rbutil/rbutilqt/base/httpget.cpp (unfollow)
Commit message (Expand)Author
2016-01-17Fix building with Qt 4.7.Dominik Riebeling
2015-12-18Add documentation to HttpGet and remove unnecessary return value.Dominik Riebeling
2015-12-18Add support file:// URLs in HttpGet.Dominik Riebeling
2013-11-04Use cutelogger for Rockbox Utility internal trace.Dominik Riebeling
2013-01-27Rewrite HttpGet based on QNetworkAccessManager.Dominik Riebeling
2013-01-22Remove support for RFC850 timestamps.Dominik Riebeling
2013-01-22Avoid unnecessary HEAD request on uncached file.Dominik Riebeling
2013-01-13Remove Rockbox Utility Offline Mode.Dominik Riebeling
2013-01-13Remove HttpGet::error() function.Dominik Riebeling
2011-10-19Remove svn keyword lines from sources.Dominik Riebeling
2010-01-20Make parsing the server date locale independent also for asctime and RFC850 r...Dominik Riebeling
2009-12-15Use QLocale::toDateTime() for parsing the date instead of QDateTime::fromStri...Dominik Riebeling
2009-10-14Add cache index file to HttpGet class to maintain a list of hash - file origi...Dominik Riebeling
2009-09-19rbutil: dont output a error if rbutil follows a http redirect.Dominik Wenger
2009-05-19RFC2616 requires requests made to proxies to use the absoluteURI form while H...Dominik Riebeling
2009-04-17Simplify a debug output case and fix a gcc warning (as reported in FS#10124, ...Dominik Riebeling
2009-03-22Don't connect the headerFinished slot during each get. Fixes the header resul...Dominik Riebeling
2009-03-21Cleanup HttpGet debugging output: make it somewhat more silent and streamline...Dominik Riebeling
2009-03-21Don't ignore errors when finishing a HTTP request for cached request as that ...Dominik Riebeling
2009-03-21HttpGet: if downloaded data should be written to output buffer make sure the ...Dominik Riebeling
2009-03-08Some HttpGet cleanup: use references when setting options.Dominik Riebeling
2008-10-12Separate basic functionality from GUI parts by moving it into a separate fold...Dominik Riebeling
2008-08-30Add setting the User-Agent for http requests to HttpGet class. Make rbutil se...Dominik Riebeling
2008-06-09Simplify progress emit in httpget class a bit.Dominik Riebeling
2008-06-07Only create cache file when no error occured. Ignore server errors when using...Dominik Riebeling
2008-06-02Don't invalidate the server timestamp variable when download finishes.Dominik Riebeling
2008-06-02Extend http class to allow retrieving of the server timestamp once a file has...Dominik Riebeling
2008-05-17Allow http caching to use the old dumb mode again.Dominik Riebeling
2008-05-13Rework and improve http download cache: check cache against file on the serve...Dominik Riebeling
2008-04-27percent-encode the query parts of a request too, not only the path.Dominik Riebeling
2008-04-13Make httpget class work with URI paths containing characters that need to be ...Dominik Riebeling
2008-04-06Oops: don't report an error during cache initialization if the cache folder a...Dominik Riebeling
2008-04-06make sure cachefolder is existent when enabling it using setCache(bool). Fixe...Dominik Riebeling
2008-03-15rbutil: fix a debug output, so it compiles again on windows.Dominik Wenger
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ...Dominik Riebeling
2008-03-01httpget class: if a request is cancelled before a response is available give ...Dominik Riebeling
2007-09-14Fix, take 2.Antoine Cellerier
2007-09-14Fix http caching.Antoine Cellerier
2007-08-27Implement download caching. Set the folder for the cache data in the configur...Dominik Riebeling
2007-08-15302 is also a valid redirect. Also keep the original query when redirecting.Dominik Riebeling
2007-08-15Don't close http connection manually, the destructor will do that anyway. Fix...Dominik Riebeling
2007-08-15more fixing on downloading class: toEncoded can't be used as get parameter. U...Dominik Riebeling
2007-08-15(hopefully) fix some broken download stuff I introduced yesterday.Dominik Riebeling
2007-08-14Extend HttpGet class to allow downloading a file to a buffer instead of a file.Dominik Riebeling
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or a...Dominik Riebeling