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