<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/acquire-worker.cc, branch 1.1.exp1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1.exp1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1.exp1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-05-09T11:06:27Z</updated>
<entry>
<title>tell download methods the expected hashes</title>
<updated>2014-05-09T11:06:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-04-27T21:02:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d003a557a516e3063de3190950e911c61c3dd53e'/>
<id>urn:sha1:d003a557a516e3063de3190950e911c61c3dd53e</id>
<content type='text'>
Now that we have all hashes in the acquire system, pass the info down to
the methods, so that it can use it in the request and/or to precheck the
response.
</content>
</entry>
<entry>
<title>use HashStringList in the acquire system</title>
<updated>2014-05-09T11:06:27Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-08-18T22:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b3501edb7091ca3aa6c2d6d96dc667b8161dd2b9'/>
<id>urn:sha1:b3501edb7091ca3aa6c2d6d96dc667b8161dd2b9</id>
<content type='text'>
It is not very extensible to have the supported Hashes hardcoded
everywhere and especially if it is part of virtual method names.
It is also possible that a method does not support the 'best' hash
(yet), so we might end up not being able to verify a file even though we
have a common subset of supported hashes. And those are just two of the
cases in which it is handy to have a more dynamic selection.

The downside is that this is a MAJOR API break, but the HashStringList
has a string constructor for compatibility, so with a bit of luck the
few frontends playing with the acquire system directly are okay.
</content>
</entry>
<entry>
<title>cleanup headers and especially #includes everywhere</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-05T21:11:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=453b82a388013e522b3a1b9fcd6ed0810dab1f4f'/>
<id>urn:sha1:453b82a388013e522b3a1b9fcd6ed0810dab1f4f</id>
<content type='text'>
Beside being a bit cleaner it hopefully also resolves oddball problems
I have with high levels of parallel jobs.

Git-Dch: Ignore
Reported-By: iwyu (include-what-you-use)
</content>
</entry>
<entry>
<title>Fix typos in documentation (codespell)</title>
<updated>2014-02-22T17:34:33Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-22T17:34:33Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1e3f4083db29bba600b9725e9456b0e140975c99'/>
<id>urn:sha1:1e3f4083db29bba600b9725e9456b0e140975c99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow http protocol to switch to https</title>
<updated>2014-02-14T11:06:28Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-13T23:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9082a1fc7be02f58cbe18a34539c6a3436463dd0'/>
<id>urn:sha1:9082a1fc7be02f58cbe18a34539c6a3436463dd0</id>
<content type='text'>
switch protocols at random is a bad idea if e.g. http can switch to
file, so we limit the possibilities to http to http and http to https.

As very few people (less than 1% according to popcon) have https
installed this likely changes nothing in terms of failure. The commit is
adding a friendly hint which package needs to be installed though.
</content>
</entry>
<entry>
<title>properly handle if-modfied-since with libcurl/https </title>
<updated>2013-05-08T15:45:17Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2013-05-08T15:45:17Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1dea08eb2e1115b8da14cc3da02d53f8e069ba14'/>
<id>urn:sha1:1dea08eb2e1115b8da14cc3da02d53f8e069ba14</id>
<content type='text'>
(closes: #705648)
</content>
</entry>
<entry>
<title>* apt-pkg/acquire*.cc:</title>
<updated>2012-05-14T16:07:01Z</updated>
<author>
<name>Raphael Geissert</name>
<email>geissert@debian.org</email>
</author>
<published>2012-05-14T16:07:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5674f6b3163d73260e25ce7d350aaac50071eb0e'/>
<id>urn:sha1:5674f6b3163d73260e25ce7d350aaac50071eb0e</id>
<content type='text'>
  - handle redirections in the worker with the right method instead of
    in the method the redirection occured in (Closes: #668111)
* methods/http.cc:
  - forbid redirects to change protocol
</content>
</entry>
<entry>
<title>* apt-pkg/acquire-worker.cc:</title>
<updated>2012-05-07T19:16:25Z</updated>
<author>
<name>YOSHINO Yoshihito</name>
<email>yy.y.ja.jp@gmail.com</email>
</author>
<published>2012-05-07T19:16:25Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ee7af1bd58a717601fc30b5e7702d688749d2419'/>
<id>urn:sha1:ee7af1bd58a717601fc30b5e7702d688749d2419</id>
<content type='text'>
  - revert the use of FileFd::Write in OutFdReady as we don't want error
    reports about EAGAIN here as we retry later. Thanks to YOSHINO Yoshihito
    for the report. (Closes: #671721)
</content>
</entry>
<entry>
<title>* apt-pkg/acquire-worker.cc:</title>
<updated>2012-04-22T10:28:54Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-04-22T10:28:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d280d03ac50f2b49f7c08f825dccdebf61b62c57'/>
<id>urn:sha1:d280d03ac50f2b49f7c08f825dccdebf61b62c57</id>
<content type='text'>
  - use Dump() to generate the configuration message for sending</content>
</entry>
<entry>
<title>use a static FileFd::Write overload to reduce duplication of write()-retry code</title>
<updated>2012-04-11T11:25:28Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-04-11T11:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d68d65ad637526e46ea77ab83e07470d26df15fc'/>
<id>urn:sha1:d68d65ad637526e46ea77ab83e07470d26df15fc</id>
<content type='text'>
</content>
</entry>
</feed>
