summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2010-08-21* apt-pkg/acquire-item.cc:David Kalnischkies
2010-08-20* apt-pkg/deb/dpkgpm.cc:David Kalnischkies
2010-08-19* apt-pkg/deb/debsystem.cc:David Kalnischkies
2010-08-19* apt-pkg/init.cc:David Kalnischkies
2010-08-16* apt-pkg/contrib/strutl.cc:David Kalnischkies
2010-08-14do not unconditional print the new debugoutput for "FixByInstall"David Kalnischkies
2010-08-13* apt-pkg/pkgcache.cc:David Kalnischkies
2010-08-13* apt-pkg/algorithms.cc:David Kalnischkies
2010-08-10merge with debian-experimental-maDavid Kalnischkies
2010-08-10* apt-pkg/algorithms.cc:David Kalnischkies
2010-08-10apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode
2010-08-10apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)Julian Andres Klode
2010-08-10apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode
2010-08-06* apt-pkg/depcache.cc:Julian Andres Klode
2010-08-02* apt-pkg/cdrom.cc:Michael Vogt
2010-07-30* apt-pkg/pkgcache.cc:Michael Vogt
2010-07-30 - [ABI BREAK] add an ErrorType option to CacheSetHelperDavid Kalnischkies
2010-07-30 * apt-pkg/cacheset.cc:Michael Vogt
2010-07-29apt-pkg/init.h: update MAPT_PKG_MINOR because 9 was used in experimental for ...Michael Vogt
2010-07-29add inline DumpError() to avoid subtle API breakMichael Vogt
2010-07-29* apt-pkg/contrib/error.{cc,h}Michael Vogt
2010-07-29* apt-pkg/orderlist.cc:Michael Vogt
2010-07-29configure also the replacement before remove by adding Immediate flagDavid Kalnischkies
2010-07-29merged lp:~donkult/apt/sidMichael Vogt
2010-07-28* apt-pkg/orderlist.cc:David Kalnischkies
2010-07-27* apt-pkg/cdrom.cc:Julian Andres Klode
2010-07-26 - add a 'newest' pseudo target release as in pkg/newestDavid Kalnischkies
2010-07-25* apt-pkg/pkgcache.cc:David Kalnischkies
2010-07-23* apt-pkg/contrib/fileutl.cc:Julian Andres Klode
2010-07-21Add to history whether a change was automatic or not.Julian Andres Klode
2010-07-21* apt-pkg/deb/dpkgpm.cc:Julian Andres Klode
2010-07-17* apt-pkg/cacheset.cc:David Kalnischkies
2010-07-17factor regex package name matches into newly created cachefilter classesDavid Kalnischkies
2010-07-14* apt-pkg/depcache.cc:David Kalnischkies
2010-07-11accidently prefilling the vectors results in segfaultsDavid Kalnischkies
2010-07-11mark all "Hash Sum mismatch" strings as translateableDavid Kalnischkies
2010-07-11rename ReOwn to ReMap in the cacheiteratorsDavid Kalnischkies
2010-07-11fix typo preventing display of architecture in Info()David Kalnischkies
2010-07-11* apt-pkg/deb/debmetaindex.cc:David Kalnischkies
2010-07-11[ Martin Pitt ]David Kalnischkies
2010-07-10* apt-pkg/contrib/error.{cc,h}:David Kalnischkies
2010-07-09* doc/apt.conf.5.xml:Michael Vogt
2010-07-09check the state of the FileFd before renaming as otherwise the renameDavid Kalnischkies
2010-07-09switch from std::set to std::vector as it is way more simple, a bitDavid Kalnischkies
2010-07-09* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2010-07-09* doc/apt.conf.5.xml:David Kalnischkies
2010-07-08* apt-pkg/pkgcachegen.{cc,h}:David Kalnischkies
2010-07-08use references instead of copies in the Cache generation methodsDavid Kalnischkies
2010-07-07* apt-pkg/deb/dpkgpm.cc:Michael Vogt
2010-07-06FileFd(): Drop file name extension check in ReadOnlyGzip modemartin@piware.de