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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rbutil
/
rbutilqt
/
httpget.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-12
Separate basic functionality from GUI parts by moving it into a separate fold...
Dominik Riebeling
1
-413
/
+0
2008-08-30
Add setting the User-Agent for http requests to HttpGet class. Make rbutil se...
Dominik Riebeling
1
-5
/
+13
2008-06-09
Simplify progress emit in httpget class a bit.
Dominik Riebeling
1
-7
/
+2
2008-06-07
Only create cache file when no error occured. Ignore server errors when using...
Dominik Riebeling
1
-1
/
+5
2008-06-02
Don't invalidate the server timestamp variable when download finishes.
Dominik Riebeling
1
-1
/
+1
2008-06-02
Extend http class to allow retrieving of the server timestamp once a file has...
Dominik Riebeling
1
-0
/
+3
2008-05-17
Allow http caching to use the old dumb mode again.
Dominik Riebeling
1
-2
/
+3
2008-05-13
Rework and improve http download cache: check cache against file on the serve...
Dominik Riebeling
1
-63
/
+136
2008-04-27
percent-encode the query parts of a request too, not only the path.
Dominik Riebeling
1
-1
/
+2
2008-04-13
Make httpget class work with URI paths containing characters that need to be ...
Dominik Riebeling
1
-6
/
+14
2008-04-06
Oops: don't report an error during cache initialization if the cache folder a...
Dominik Riebeling
1
-0
/
+2
2008-04-06
make sure cachefolder is existent when enabling it using setCache(bool). Fixe...
Dominik Riebeling
1
-9
/
+22
2008-03-15
rbutil: fix a debug output, so it compiles again on windows.
Dominik Wenger
1
-1
/
+1
2008-03-05
add global proxy / cache settings to httpget class. This removes the need of ...
Dominik Riebeling
1
-3
/
+26
2008-03-01
httpget class: if a request is cancelled before a response is available give ...
Dominik Riebeling
1
-0
/
+4
2007-09-14
Fix, take 2.
Antoine Cellerier
1
-3
/
+5
2007-09-14
Fix http caching.
Antoine Cellerier
1
-2
/
+2
2007-08-27
Implement download caching. Set the folder for the cache data in the configur...
Dominik Riebeling
1
-5
/
+76
2007-08-15
302 is also a valid redirect. Also keep the original query when redirecting.
Dominik Riebeling
1
-3
/
+3
2007-08-15
Don't close http connection manually, the destructor will do that anyway. Fix...
Dominik Riebeling
1
-3
/
+14
2007-08-15
more fixing on downloading class: toEncoded can't be used as get parameter. U...
Dominik Riebeling
1
-8
/
+15
2007-08-15
(hopefully) fix some broken download stuff I introduced yesterday.
Dominik Riebeling
1
-14
/
+14
2007-08-14
Extend HttpGet class to allow downloading a file to a buffer instead of a file.
Dominik Riebeling
1
-19
/
+62
2007-07-25
First stab at porting rbutil to Qt4. Currently only installing a current or a...
Dominik Riebeling
1
-0
/
+144