<feed xmlns='http://www.w3.org/2005/Atom'>
<title>apt/test/interactive-helper/makefile, branch 1.1</title>
<subtitle>Debians commandline package manager</subtitle>
<id>https://git.kalnischkies.de/apt/atom?h=1.1</id>
<link rel='self' href='https://git.kalnischkies.de/apt/atom?h=1.1'/>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/'/>
<updated>2014-02-27T21:52:34Z</updated>
<entry>
<title>Merge branch 'debian/sid' into debian/experimental</title>
<updated>2014-02-27T21:52:34Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2014-02-27T21:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fce69e7a0f38299c57ef96ae1c1dd9a5379bfd5a'/>
<id>urn:sha1:fce69e7a0f38299c57ef96ae1c1dd9a5379bfd5a</id>
<content type='text'>
Conflicts:
	apt-private/private-list.cc
	configure.ac
	debian/apt.install.in
	debian/changelog
</content>
</entry>
<entry>
<title>webserver: use pthreads to handle multiple clients</title>
<updated>2013-11-30T11:38:26Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-10-16T20:45:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=575fe03ee310c740bfa2950aa55b3358e8a60eee'/>
<id>urn:sha1:575fe03ee310c740bfa2950aa55b3358e8a60eee</id>
<content type='text'>
Clients like browsers prefer to open many connections and keep them open
for a while, so that pages with lot of subelements would take a while to
load (if at all), by using threads as all servers do some way or another
we can resolve this. libapt is not intended to be pthread-safe and stuff
like the storage of the last return code doesn't make too much sense if
multiple clients interact with us, but it is good enough for now and an
other interesting (mis)use of libapt in general.

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>Merge branch 'debian/sid' into debian/experimental</title>
<updated>2013-08-15T07:26:00Z</updated>
<author>
<name>Michael Vogt</name>
<email>mvo@debian.org</email>
</author>
<published>2013-08-15T07:26:00Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=d7a4635391d9ff36152603ab6faa6eafa206750a'/>
<id>urn:sha1:d7a4635391d9ff36152603ab6faa6eafa206750a</id>
<content type='text'>
Conflicts:
	apt-pkg/contrib/strutl.cc
	apt-pkg/deb/dpkgpm.cc
	configure.ac
	debian/changelog
	doc/po/apt-doc.pot
	po/apt-all.pot
	po/ar.po
	po/ast.po
	po/bg.po
	po/bs.po
	po/ca.po
	po/cs.po
	po/cy.po
	po/da.po
	po/de.po
	po/dz.po
	po/el.po
	po/es.po
	po/eu.po
	po/fi.po
	po/fr.po
	po/gl.po
	po/hu.po
	po/it.po
	po/ja.po
	po/km.po
	po/ko.po
	po/ku.po
	po/lt.po
	po/mr.po
	po/nb.po
	po/ne.po
	po/nl.po
	po/nn.po
	po/pl.po
	po/pt.po
	po/pt_BR.po
	po/ro.po
	po/ru.po
	po/sk.po
	po/sl.po
	po/sv.po
	po/th.po
	po/tl.po
	po/uk.po
	po/vi.po
	po/zh_CN.po
	po/zh_TW.po
	test/integration/framework
	test/integration/test-bug-602412-dequote-redirect
	test/integration/test-ubuntu-bug-346386-apt-get-update-paywall
	test/interactive-helper/aptwebserver.cc
	test/interactive-helper/makefile
</content>
</entry>
<entry>
<title>add a simple webserver for our testcases</title>
<updated>2013-06-20T08:53:58Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-06-15T13:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=fbd29dd60a195a5c252ba1d28366d52d60447560'/>
<id>urn:sha1:fbd29dd60a195a5c252ba1d28366d52d60447560</id>
<content type='text'>
APT needs to acquire data in a secure fashion over an inherently
unsecure way, known as the internet, while communicating with
unreliable partners, known as webservers and proxies.

For your integration tests we so far relied on 'normal' webservers,
but all of them have certain quirks and none is able to provide us
with all quirks which can be observed in the wild and we therefore
have to test with, so this webserver isn't trying to be fast, secure
or feature complete, but to provide all the quirks we need in a
consistent way.

This webserver also makes the APT project self-contained, as it is now
able to generate, serve as well as acquire package indexes. ;)

Git-Dch: Ignore
</content>
</entry>
<entry>
<title>stop building l10n if strings are unchanged</title>
<updated>2013-06-09T13:12:32Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2013-05-31T16:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=57da1b4bd21aceced30f658993fb811a5232cff7'/>
<id>urn:sha1:57da1b4bd21aceced30f658993fb811a5232cff7</id>
<content type='text'>
The buildsystem tried to build l10n for test applications which never
produced the output it expected causing it to try building it all the
time.
</content>
</entry>
<entry>
<title>start implementing an extremely simple webserver for testing APT</title>
<updated>2012-07-09T15:38:40Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-07-09T15:38:40Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=e6cd40dc17722bbe6c9d734c3a58b39a18c34174'/>
<id>urn:sha1:e6cd40dc17722bbe6c9d734c3a58b39a18c34174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>* apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}:</title>
<updated>2012-03-22T12:09:22Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2012-03-22T12:09:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=9c257550854273ff6defb1816cb210d51f64db03'/>
<id>urn:sha1:9c257550854273ff6defb1816cb210d51f64db03</id>
<content type='text'>
  - drop instead of fix as it is only needed if you want to reimplement dpkg
    and comes straight from the beginning of last decade (Closes: #663372)
* apt-inst/deb/debfile.cc:
  - {Extract,Merge}Control() is another instance of "lets reimplement dpkg"
    so shot of this code before someone ends up using this…</content>
</entry>
<entry>
<title>move the interactive helper to a subdirectory of test</title>
<updated>2011-08-17T10:06:37Z</updated>
<author>
<name>David Kalnischkies</name>
<email>kalnischkies@gmail.com</email>
</author>
<published>2011-08-17T10:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kalnischkies.de/apt/commit/?id=369c919f2be8d2c93b990a97436b41ba4ae1ff29'/>
<id>urn:sha1:369c919f2be8d2c93b990a97436b41ba4ae1ff29</id>
<content type='text'>
</content>
</entry>
</feed>
