index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rbutil
/
rbutilqt
/
base
/
httpget.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
*
Fix building with Qt 4.7.
Dominik Riebeling
2016-01-17
*
Add documentation to HttpGet and remove unnecessary return value.
Dominik Riebeling
2015-12-18
*
Add support file:// URLs in HttpGet.
Dominik Riebeling
2015-12-18
*
Use cutelogger for Rockbox Utility internal trace.
Dominik Riebeling
2013-11-04
*
Rewrite HttpGet based on QNetworkAccessManager.
Dominik Riebeling
2013-01-27
*
Remove support for RFC850 timestamps.
Dominik Riebeling
2013-01-22
*
Avoid unnecessary HEAD request on uncached file.
Dominik Riebeling
2013-01-22
*
Remove Rockbox Utility Offline Mode.
Dominik Riebeling
2013-01-13
*
Remove HttpGet::error() function.
Dominik Riebeling
2013-01-13
*
Remove svn keyword lines from sources.
Dominik Riebeling
2011-10-19
*
Make parsing the server date locale independent also for asctime and RFC850 r...
Dominik Riebeling
2010-01-20
*
Use QLocale::toDateTime() for parsing the date instead of QDateTime::fromStri...
Dominik Riebeling
2009-12-15
*
Add cache index file to HttpGet class to maintain a list of hash - file origi...
Dominik Riebeling
2009-10-14
*
rbutil: dont output a error if rbutil follows a http redirect.
Dominik Wenger
2009-09-19
*
RFC2616 requires requests made to proxies to use the absoluteURI form while H...
Dominik Riebeling
2009-05-19
*
Simplify a debug output case and fix a gcc warning (as reported in FS#10124, ...
Dominik Riebeling
2009-04-17
*
Don't connect the headerFinished slot during each get. Fixes the header resul...
Dominik Riebeling
2009-03-22
*
Cleanup HttpGet debugging output: make it somewhat more silent and streamline...
Dominik Riebeling
2009-03-21
*
Don't ignore errors when finishing a HTTP request for cached request as that ...
Dominik Riebeling
2009-03-21
*
HttpGet: if downloaded data should be written to output buffer make sure the ...
Dominik Riebeling
2009-03-21
*
Some HttpGet cleanup: use references when setting options.
Dominik Riebeling
2009-03-08
*
Separate basic functionality from GUI parts by moving it into a separate fold...
Dominik Riebeling
2008-10-12