<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/rbutil/rbutilqt/test/test-httpget.cpp, branch master</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Create local file URL using QUrl.</title>
<updated>2016-12-16T18:46:00+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2016-04-09T11:15:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=efe3775145fc31ca5fc88f44fbd92264f0a489be'/>
<id>efe3775145fc31ca5fc88f44fbd92264f0a489be</id>
<content type='text'>
Don't construct the local file URL from string. On Windows the URL needs to
start with file:/// instead of file://. QUrl handles this.

Change-Id: I3dea29a8d368ebdc20eeff6b1f1cf5058d1b5d05
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't construct the local file URL from string. On Windows the URL needs to
start with file:/// instead of file://. QUrl handles this.

Change-Id: I3dea29a8d368ebdc20eeff6b1f1cf5058d1b5d05
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wrong typecast in test.</title>
<updated>2016-03-27T10:38:18+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2016-03-27T10:36:37+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=ee567d8579030669e1fc39197a7579a32c65aa0a'/>
<id>ee567d8579030669e1fc39197a7579a32c65aa0a</id>
<content type='text'>
Change-Id: I01acae450bcbb9c9e2b45d3ee62817b9256540c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I01acae450bcbb9c9e2b45d3ee62817b9256540c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix and extend HttpGet unit test again.</title>
<updated>2015-12-20T10:10:18+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2015-12-20T10:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7d7359ae6388dfd5b629422eb6bd40e2b55abfa5'/>
<id>7d7359ae6388dfd5b629422eb6bd40e2b55abfa5</id>
<content type='text'>
Fix wrong initialization (why did that compile?) and add check for progress
signal.

Change-Id: I83a193252afcf66acaa333750b0ac2ef83e38478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix wrong initialization (why did that compile?) and add check for progress
signal.

Change-Id: I83a193252afcf66acaa333750b0ac2ef83e38478
</pre>
</div>
</content>
</entry>
<entry>
<title>Use random port for HttpGet unit tests.</title>
<updated>2015-12-18T22:42:18+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2015-12-18T22:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7e7fd0c7b85f85724f7d81d9185f863f1e712400'/>
<id>7e7fd0c7b85f85724f7d81d9185f863f1e712400</id>
<content type='text'>
Make local HttpDaemon for testing use a random unused port instead of a fixed
one. Avoids possible issues with the port chosen already being used on the
local machine.

Change-Id: I1ca10b7e5ce198350e14321afc50c36d78b1c0b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make local HttpDaemon for testing use a random unused port instead of a fixed
one. Avoids possible issues with the port chosen already being used on the
local machine.

Change-Id: I1ca10b7e5ce198350e14321afc50c36d78b1c0b4
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support file:// URLs in HttpGet.</title>
<updated>2015-12-18T22:42:17+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2015-12-18T22:05:13+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=d24a9ea3b2eaec28e44608bfc50d02cb14cea51b'/>
<id>d24a9ea3b2eaec28e44608bfc50d02cb14cea51b</id>
<content type='text'>
QNetworkAccessManager can handle file:// URLs without additional work. Make
HttpGet aware of that so you can now also use it to retrieve file:// URLs. Add
a unit test for it as well.

Change-Id: If64b57453460b70bca9e5b0c725bb78344617bcd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
QNetworkAccessManager can handle file:// URLs without additional work. Make
HttpGet aware of that so you can now also use it to retrieve file:// URLs. Add
a unit test for it as well.

Change-Id: If64b57453460b70bca9e5b0c725bb78344617bcd
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement test for HttpGet class.</title>
<updated>2013-01-27T19:11:18+00:00</updated>
<author>
<name>Dominik Riebeling</name>
<email>Dominik.Riebeling@gmail.com</email>
</author>
<published>2013-01-27T09:40:09+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=e96df430c4def5c2a17a54d28b42857a48bd83fa'/>
<id>e96df430c4def5c2a17a54d28b42857a48bd83fa</id>
<content type='text'>
Change-Id: I1df793fd32dafdea999b875452ee832b773d8156
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I1df793fd32dafdea999b875452ee832b773d8156
</pre>
</div>
</content>
</entry>
</feed>
