<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-pkg/edsp.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-06-18T09:17:18Z</updated>
<entry>
<title>don't send pkg from an unknown architecture via EDSP</title>
<updated>2014-06-18T09:17:18Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-06-17T11:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=99055353a54094034c8a526aa336cd59a039676c'/>
<id>urn:sha1:99055353a54094034c8a526aa336cd59a039676c</id>
<content type='text'>
APT's cache can include packages from architectures dpkg has no
knowledge about and can therefore not be installed for e.g. to allow
easy lookups. There is no point in telling external solvers about them
though and some of them might even be really talkative about ignoring
them if we do.
</content>
</entry>
<entry>
<title>support parsing EDSP requests Architecture{,s} stanza</title>
<updated>2014-05-30T16:01:47Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-05-30T16:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=1f6cf9e79742ea8e328ef2225b2f5217a9440216'/>
<id>urn:sha1:1f6cf9e79742ea8e328ef2225b2f5217a9440216</id>
<content type='text'>
Adds also a small testcase for EDSP

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>check exit status of external solvers</title>
<updated>2014-05-30T13:58:30Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-05-30T13:58:30Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=5681b3fc2a8e35a12cd7c8e94013611211188459'/>
<id>urn:sha1:5681b3fc2a8e35a12cd7c8e94013611211188459</id>
<content type='text'>
Solvers are supposed to exit successfully even if they haven't found a
solution, but a solver which fails drastically (like e.g. segfaults)
should be detected and dealt with accordingly instead of ignored.
</content>
</entry>
<entry>
<title>EDSP: add APT-Release field to Package stanzas</title>
<updated>2014-05-04T16:27:10Z</updated>
<author>
<name>Stefano Zacchiroli</name>
<email>zack@debian.org</email>
</author>
<published>2013-09-05T08:54:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b5ea5d4a5b8f82afb7bbe4c3eee07ae36f2fba9c'/>
<id>urn:sha1:b5ea5d4a5b8f82afb7bbe4c3eee07ae36f2fba9c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EDSP: add Source field to Package stanzas</title>
<updated>2014-05-04T16:27:10Z</updated>
<author>
<name>Stefano Zacchiroli</name>
<email>zack@debian.org</email>
</author>
<published>2013-09-05T14:36:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=f63c067e686b59ce9fa7c52bb39b7440e0770671'/>
<id>urn:sha1:f63c067e686b59ce9fa7c52bb39b7440e0770671</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EDSP: add Architecture(s) multi-arch fields to the Request stanza</title>
<updated>2014-05-04T16:24:24Z</updated>
<author>
<name>Stefano Zacchiroli</name>
<email>zack@debian.org</email>
</author>
<published>2013-09-04T15:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=caa3279367401965cbdd5e3a41c47945f3e263bd'/>
<id>urn:sha1:caa3279367401965cbdd5e3a41c47945f3e263bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>EDSP: bump protocol version to 0.5</title>
<updated>2014-05-04T16:24:24Z</updated>
<author>
<name>Stefano Zacchiroli</name>
<email>zack@debian.org</email>
</author>
<published>2013-09-04T15:06:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=25252738d5ad6042b356f2d6bec2ca52ef08a1e2'/>
<id>urn:sha1:25252738d5ad6042b356f2d6bec2ca52ef08a1e2</id>
<content type='text'>
</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>warning: unused parameter ‘foo’ [-Wunused-parameter]</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-03-01T14:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=655122418d714f342b5d9789f45f8035f3fe8b9a'/>
<id>urn:sha1:655122418d714f342b5d9789f45f8035f3fe8b9a</id>
<content type='text'>
Reported-By: gcc -Wunused-parameter
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>apt-pkg/edsp.cc: do not use stderr in WriteSolution at all</title>
<updated>2013-03-20T11:18:16Z</updated>
<author>
<name>Michael Vogt</name>
<email>michael.vogt@ubuntu.com</email>
</author>
<published>2013-03-20T11:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b830da6163c6a55c8f12c219a6d00c7a479338da'/>
<id>urn:sha1:b830da6163c6a55c8f12c219a6d00c7a479338da</id>
<content type='text'>
</content>
</entry>
</feed>
