Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - try downloading clearsigned InRelease before trying Release.gpg | David Kalnischkies | 2011-01-20 | 1 | -20/+12 |
| | | | | * apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles | ||||
* | do not touch Packages and Sources in the framework if the files do | David Kalnischkies | 2010-11-30 | 1 | -0/+1 |
| | | | | not exist to not generate sources.list entries later for them | ||||
* | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2010-10-21 | 1 | -51/+108 |
| | | | | | | | - Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852) | ||||
* | tests/integration/test-*: remove a bunch of "local" that are used outside ↵ | Michael Vogt | 2010-10-13 | 1 | -1/+1 |
| | | | | funtions (bash complains) | ||||
* | fix the testcases which were broken by the new space between number and unit | David Kalnischkies | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | add a simple testcase for the previously fixed bug 595691 to check | David Kalnischkies | 2010-09-09 | 1 | -0/+91 |
in future that APT plays considerable well with empty archives |