<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/acquire-worker.cc, branch 1.0.9.4</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.0.9.4</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.0.9.4'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-03-13T12:58:45Z</updated>
<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>
<entry>
<title>* apt-pkg/acquire-worker.cc:</title>
<updated>2012-03-20T16:05:11Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-03-20T16:05:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=31bda5000136d77f516cf2080257835fb44deaef'/>
<id>urn:sha1:31bda5000136d77f516cf2080257835fb44deaef</id>
<content type='text'>
  - check return of write() as gcc recommends
* apt-pkg/acquire.cc:
  - check return of write() as gcc recommends
* apt-pkg/cdrom.cc:
  - check return of chdir() and link() as gcc recommends
* apt-pkg/clean.cc:
  - check return of chdir() as gcc recommends
* apt-pkg/contrib/netrc.cc:
  - check return of asprintf() as gcc recommends</content>
</entry>
<entry>
<title>Support large files in the complete toolset. Indexes of this</title>
<updated>2011-09-13T15:46:48Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-09-13T15:46:48Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=650faab01603caac04494d54cf6b10a65c00ea13'/>
<id>urn:sha1:650faab01603caac04494d54cf6b10a65c00ea13</id>
<content type='text'>
size are pretty unlikely for now, but we need it for deb
packages which could become bigger than 4GB now (LP: #815895)</content>
</entry>
</feed>
