summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* * apt-pkg/orderlist.cc:David Kalnischkies2010-07-281-1/+76
* - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies2010-07-261-1/+6
* * apt-pkg/pkgcache.cc:David Kalnischkies2010-07-252-5/+10
* * apt-pkg/cacheset.cc:David Kalnischkies2010-07-173-2/+883
* factor regex package name matches into newly created cachefilter classesDavid Kalnischkies2010-07-173-2/+86
* * apt-pkg/depcache.cc:David Kalnischkies2010-07-141-4/+4
* accidently prefilling the vectors results in segfaultsDavid Kalnischkies2010-07-111-1/+1
* 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-111-1/+1
* * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2010-07-114-7/+19
* [ Martin Pitt ]David Kalnischkies2010-07-117-28/+119
|\
| * FileFd(): Drop file name extension check in ReadOnlyGzip modemartin@piware.de2010-07-061-3/+11
| * apt-pkg/acquire-item.cc: Fix handling of local (file:/) sourcesmartin@piware.de2010-06-241-1/+1
| * Switch FileFd to not transparently gunzip, since that breaks code which expec...martin@piware.de2010-06-246-13/+17
| * pkgAcqIndex::Done(): If we have an IMS-Hit, also rename the destination file ...martin@piware.de2010-06-171-2/+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-111-0/+2
| * Fix compressed index retrieval for current timestampsmartin@piware.de2010-06-111-17/+16
| * * apt-pkg/acquire-item.cc:martin@piware.de2010-06-101-1/+19
| * * apt-pkg/deb/debindexfile.cc:martin@piware.de2010-06-091-3/+19
| * * apt-pkg/contrib/fileutl.{h,cc}:martin@piware.de2010-06-093-10/+48
* | * apt-pkg/contrib/error.{cc,h}:David Kalnischkies2010-07-102-7/+6
* | * doc/apt.conf.5.xml:Michael Vogt2010-07-094-27/+40
|\ \
| * | 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-093-6/+19
* | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-07-091-1/+1
|\ \ \ | |/ / |/| |
| * | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-07-071-1/+2
* | | * apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies2010-07-087-77/+223
* | | 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
* | | merge with debian-experimental-maDavid Kalnischkies2010-07-055-19/+89
|\ \ \
| * | | Fix the atomic replace.Julian Andres Klode2010-06-291-1/+1
| * | | * apt-pkg/contrib/fileutl.cc:Julian Andres Klode2010-06-292-6/+17
| * | | Also free regular expressions.Julian Andres Klode2010-06-281-0/+1
| * | | Use _error->Warning() instead of writing to std::cerr.Julian Andres Klode2010-06-281-1/+1
| * | | Remove debugging stuff, this was not meant to be here.Julian Andres Klode2010-06-281-1/+0
| * | | Also support regular expressions and glob() patterns in "Pin: version".Julian Andres Klode2010-06-281-0/+2
| * | | * apt-pkg/versionmatch.cc:Julian Andres Klode2010-06-282-12/+48
| * | | deblistparser: Special-case *-armel, lpia and powerpcspe architectures.Julian Andres Klode2010-06-271-0/+6
| * | | apt-pkg/deb/deblistparser.cc: Fix bug in architecture wildcard support.Julian Andres Klode2010-06-261-3/+10
| * | | * apt-pkg/deb/deblistparser.cc:Julian Andres Klode2010-06-261-1/+9
* | | | Try to use NotEquals for the MultiArch Breaks dependencies instead ofDavid Kalnischkies2010-07-051-4/+1
* | | | clean deblistparser a bit by get the Architectures at one placeDavid Kalnischkies2010-07-042-14/+13
* | | | * apt-pkg/policy.h:David Kalnischkies2010-07-046-29/+29
* | | | always mark the all package if a pseudo package is marked for installDavid Kalnischkies2010-06-261-0/+4
* | | | make the MMap Grow Error a fatal one as while in theory the code shouldDavid Kalnischkies2010-06-261-1/+1
* | | | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-06-262-0/+9
* | | | - use the new MatchAgainstConfig for the DefaultRootSetFuncDavid Kalnischkies2010-06-264-65/+67