summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * * methods/bzip2.cc:David Kalnischkies2010-07-113-10/+191
| | * mark all "Hash Sum mismatch" strings as translateableDavid Kalnischkies2010-07-111-1/+1
| | * rename ReOwn to ReMap in the cacheiteratorsDavid Kalnischkies2010-07-112-9/+9
| | * fix typo preventing display of architecture in Info()David Kalnischkies2010-07-112-1/+2
| | * * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2010-07-115-7/+21
| | * [ Martin Pitt ]David Kalnischkies2010-07-1125-2021/+2645
| | |\
| | | * methods/gzip.cc: With FileFd now being able to read gzipped files, theremartin@piware.de2010-07-062-56/+11
| | | * FileFd(): Drop file name extension check in ReadOnlyGzip modemartin@piware.de2010-07-061-3/+11
| | | * test-indexes.sh: EXFAIL: file:/ URIs currently decompress even with the GzipI...martin@piware.de2010-06-241-1/+3
| | | * apt-pkg/acquire-item.cc: Fix handling of local (file:/) sourcesmartin@piware.de2010-06-241-1/+1
| | | * test-indexes.sh: Test handling of local file:// archivesmartin@piware.de2010-06-241-3/+34
| | | * Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de2010-06-248-17/+25
| | | * debian/changelog: it is an ABI break after allmartin@piware.de2010-06-211-2/+3
| | | * test-indexes.sh: quiesce apt-get source; we know that we cannot verify packag...martin@piware.de2010-06-171-1/+2
| | | * test-indexes.sh: Also test compressed index mode with apt.conf.d filemartin@piware.de2010-06-171-2/+27
| | | * test-indexes.sh: Just for paranoia, test that apt-cache is still working afte...martin@piware.de2010-06-171-0/+4
| | | * pkgAcqIndex::Done(): If we have an IMS-Hit, also rename the destination file ...martin@piware.de2010-06-171-2/+7
| | | * test-indexes.sh: fix check_indexes call in compressed modemartin@piware.de2010-06-171-2/+2
| | | * test-indexes.sh: Actually test for non/pre-existing indexes in compressed modemartin@piware.de2010-06-171-3/+4
| | | * test-indexes: Use /etc/apt from temporary work dir, not from systemmartin@piware.de2010-06-171-2/+8
| | | * test-indexes.sh: Refactor common code into functionsmartin@piware.de2010-06-171-74/+81
| | | * test-indexes.sh: More verbose failures on wrong/missing indexesmartin@piware.de2010-06-171-25/+28
| | | * test/test-indexes.sh: Stop hardcoding archive gpg key ID, get it from first f...martin@piware.de2010-06-151-4/+7
| | | * apt-pkg/deb/debindexfile.cc: Fix one more place to check for gzipped indexes,...martin@piware.de2010-06-111-3/+7
| | | * * apt-pkg/acquire-item.cc:martin@piware.de2010-06-112-0/+6
| | | * test-indexes.sh: Add source related tests, which uncovers two regressionsmartin@piware.de2010-06-111-2/+39
| | | * changelog: clarify abi break, it's not externalmartin@piware.de2010-06-111-2/+2
| | | * * configure.in:martin@piware.de2010-06-112-0/+6
| | | * * doc/po/apt-doc.pot, doc/po/de.po:martin@piware.de2010-06-113-240/+275
| | | * * doc/apt.conf.5.xml:martin@piware.de2010-06-112-0/+11
| | | * Fix compressed index retrieval for current timestampsmartin@piware.de2010-06-111-17/+16
| | | * * debian/rules:martin@piware.de2010-06-112-1/+4
| | | * * Add test/test-indexes.sh:martin@piware.de2010-06-102-0/+109
| | | * mention abi break in changelogmartin@piware.de2010-06-101-0/+2
| | | * * apt-pkg/acquire-item.cc:martin@piware.de2010-06-102-1/+23
| | | * * apt-pkg/deb/debindexfile.cc:martin@piware.de2010-06-092-3/+22
| | | * * apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de2010-06-095-11/+55
| |_|/ |/| |
| | * * apt-pkg/contrib/error.{cc,h}:David Kalnischkies2010-07-103-7/+15
| |/
| * releasing version 0.7.26~exp9Michael Vogt2010-07-091-1/+3
| * * doc/apt.conf.5.xml:Michael Vogt2010-07-097-31/+65
| |\
| | * check the state of the FileFd before renaming as otherwise the renameDavid Kalnischkies2010-07-091-6/+8
| | * switch from std::set to std::vector as it is way more simple, a bitDavid Kalnischkies2010-07-092-15/+13
| | * * doc/apt.conf.5.xml:David Kalnischkies2010-07-096-11/+39
| * | releasing version 0.7.26~exp8Michael Vogt2010-07-091-2/+2
| * | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-07-092-1/+5
| |\ \
| | * | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-07-072-1/+4
| * | | merged from donkultMichael Vogt2010-07-0938-1153/+2097
| |\ \ \ | | | |/ | | |/|
| | * | * apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies2010-07-088-77/+226
| | * | use references instead of copies in the Cache generation methodsDavid Kalnischkies2010-07-084-25/+26
| | * | wrap the mmap actions in the CacheGenerator in their own methods toDavid Kalnischkies2010-07-062-23/+42