<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/apt-private/acqprogress.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-08T23:25:55Z</updated>
<entry>
<title>tests: be able to disable "Fetched …" statistics message</title>
<updated>2014-05-08T23:25:55Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-05-08T23:22:50Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=0c8171d7c52a46a719382ee7ed67451213f608ec'/>
<id>urn:sha1:0c8171d7c52a46a719382ee7ed67451213f608ec</id>
<content type='text'>
The line contains everchanging execution statistics which is harmful for
testcases as they need to filter out such lines, but this is hard so we
can just add an option to disable them instead and be done.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetched, so why bother</title>
<updated>2014-05-08T12:31:10Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-05-08T12:31:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=722c387941f8d313fe18b61828fb82a0bbca5dad'/>
<id>urn:sha1:722c387941f8d313fe18b61828fb82a0bbca5dad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'debian/sid' into bugfix/update-progress-reporting</title>
<updated>2014-05-07T13:41:54Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-05-07T13:41:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=ff94be47f5dbdcf99cea23fad8c9b992a8e5a67e'/>
<id>urn:sha1:ff94be47f5dbdcf99cea23fad8c9b992a8e5a67e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>calculate Percent as part of pkgAcquireStatus to provide a weighted percent for both items and bytes</title>
<updated>2014-04-16T15:41:11Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@ubuntu.com</email>
</author>
<published>2014-04-16T15:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=96c6cab1fd5a5de19fbd552b42e1dd1c08417946'/>
<id>urn:sha1:96c6cab1fd5a5de19fbd552b42e1dd1c08417946</id>
<content type='text'>
</content>
</entry>
<entry>
<title>apt-private/acqprogress.cc: reset color in apt update</title>
<updated>2014-04-16T11:15:55Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-04-16T11:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=6f34deead51a1c200589994a4cf46b7d79a45e69'/>
<id>urn:sha1:6f34deead51a1c200589994a4cf46b7d79a45e69</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>warning: extra ‘;’ [-Wpedantic]</title>
<updated>2014-03-13T12:58:45Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-27T00:20:53Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d3e8fbb395f57954acd7a2095f02ce530a05ec6a'/>
<id>urn:sha1:d3e8fbb395f57954acd7a2095f02ce530a05ec6a</id>
<content type='text'>
Git-Dch: Ignore
Reported-By: gcc -Wpedantic
</content>
</entry>
<entry>
<title>honor option to disable pulses for the testcases</title>
<updated>2014-02-14T21:25:30Z</updated>
<author>
<name>David Kalnischkies</name>
<email>david@kalnischkies.de</email>
</author>
<published>2014-02-14T17:35:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=18cce3980f34dc33f9c798204a344a8c1e4de6ba'/>
<id>urn:sha1:18cce3980f34dc33f9c798204a344a8c1e4de6ba</id>
<content type='text'>
Git-Dch: Ignore
</content>
</entry>
<entry>
<title>squash merge of the feature/apt-binary branch without the changes from experimental</title>
<updated>2013-08-12T21:24:08Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2013-08-12T21:24:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=b917917067e757c4479a344a263ef7cf43c00866'/>
<id>urn:sha1:b917917067e757c4479a344a263ef7cf43c00866</id>
<content type='text'>
</content>
</entry>
</feed>
