summaryrefslogtreecommitdiffstats
path: root/rbutil/rbutilqt/httpget.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-06-09Simplify progress emit in httpget class a bit.Dominik Riebeling1-7/+2
2008-06-07Only create cache file when no error occured. Ignore server errors when using...Dominik Riebeling1-1/+5
2008-06-02Don't invalidate the server timestamp variable when download finishes.Dominik Riebeling1-1/+1
2008-06-02Extend http class to allow retrieving of the server timestamp once a file has...Dominik Riebeling1-0/+3
2008-05-17Allow http caching to use the old dumb mode again.Dominik Riebeling1-2/+3
2008-05-13Rework and improve http download cache: check cache against file on the serve...Dominik Riebeling1-63/+136
2008-04-27percent-encode the query parts of a request too, not only the path.Dominik Riebeling1-1/+2
2008-04-13Make httpget class work with URI paths containing characters that need to be ...Dominik Riebeling1-6/+14
2008-04-06Oops: don't report an error during cache initialization if the cache folder a...Dominik Riebeling1-0/+2
2008-04-06make sure cachefolder is existent when enabling it using setCache(bool). Fixe...Dominik Riebeling1-9/+22
2008-03-15rbutil: fix a debug output, so it compiles again on windows.Dominik Wenger1-1/+1
2008-03-05add global proxy / cache settings to httpget class. This removes the need of ...Dominik Riebeling1-3/+26
2008-03-01httpget class: if a request is cancelled before a response is available give ...Dominik Riebeling1-0/+4
2007-09-14Fix, take 2.Antoine Cellerier1-3/+5
2007-09-14Fix http caching.Antoine Cellerier1-2/+2
2007-08-27Implement download caching. Set the folder for the cache data in the configur...Dominik Riebeling1-5/+76
2007-08-15302 is also a valid redirect. Also keep the original query when redirecting.Dominik Riebeling1-3/+3
2007-08-15Don't close http connection manually, the destructor will do that anyway. Fix...Dominik Riebeling1-3/+14
2007-08-15more fixing on downloading class: toEncoded can't be used as get parameter. U...Dominik Riebeling1-8/+15
2007-08-15(hopefully) fix some broken download stuff I introduced yesterday.Dominik Riebeling1-14/+14
2007-08-14Extend HttpGet class to allow downloading a file to a buffer instead of a file.Dominik Riebeling1-19/+62
2007-07-25First stab at porting rbutil to Qt4. Currently only installing a current or a...Dominik Riebeling1-0/+144