summaryrefslogtreecommitdiff
path: root/apt-pkg/cachefile.cc
AgeCommit message (Expand)AuthorFilesLines
2018-09-24pkgCacheFile: Only unlock in destructor if locked beforeJulian Andres Klode1-4/+19
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2017-07-26show warnings instead of errors if files are unreadableDavid Kalnischkies1-3/+3
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-11/+11
2016-05-20fail instead of segfault on unreadable config filesDavid Kalnischkies1-0/+3
2016-03-19cachefile: Only set members that were initialized successfullyJulian Andres Klode1-16/+46
2016-02-10get dpkg lock in build-dep if cache was invalid againDavid Kalnischkies1-0/+1
2016-01-27deal better with (very) small apt::cache-start valuesDavid Kalnischkies1-1/+1
2016-01-25reimplement build-dep via apts normal resolverDavid Kalnischkies1-0/+55
2015-12-29pkgCacheGenerator: Allow passing down an already created cacheJulian Andres Klode1-2/+4
2015-11-20do not segfault in cache generation on mmap failureDavid Kalnischkies1-0/+2
2015-11-04wrap every unlink call to check for != /dev/nullDavid Kalnischkies1-4/+4
2015-09-14avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies1-7/+10
2015-08-27ignore AllowMem parameter in cache generationDavid Kalnischkies1-5/+2
2015-08-15cachefile.cc: Do not ignore return value of pkgDepCache::Init()Julian Andres Klode1-2/+1
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies1-11/+23
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies1-2/+2
2014-09-05Ensure we have a Policy in CacheFile.BuildDepCache()Michael Vogt1-0/+3
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+8
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-2/+2
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies1-1/+1
2012-02-18ensure that the cache-directories are really directories beforeDavid Kalnischkies1-2/+2
2012-02-11* apt-pkg/cachefile.cc:David Kalnischkies1-0/+34
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-13merge with debian/sidDavid Kalnischkies1-0/+14
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-1/+3
2011-08-22remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies1-0/+14
2010-06-19fix the gcc warning about the initialisation order of variables causedDavid Kalnischkies1-1/+1
2010-06-04store also the SourceList we use internally for exportDavid Kalnischkies1-12/+46
2010-06-04* apt-pkg/cachefile.{cc,h}:David Kalnischkies1-14/+36
2009-07-15display warnings instead of errors if the parts dirs doesn't existDavid Kalnischkies1-1/+3
2009-07-15merge with lp:~mvo/apt/debian-sidDavid Kalnischkies1-1/+1
2009-07-06Support /etc/apt/preferences.d (Closes: #535512)Julian Andres Klode1-1/+1
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-3/+0
2008-01-07* move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt1-74/+0
2008-01-04support optional PulseInterval in ListUpdateMichael Vogt1-3/+11
2008-01-04* merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt1-0/+69
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2006-06-07* apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt1-0/+6
2006-06-07* apt-pkg/cachefile, cmdline/apt-get.cc:Michael Vogt1-0/+46
2004-09-20'apt-get update' no longer does 'Building Dependency Tree'.Arch Librarian1-3/+13
2004-09-20Various bug fixesArch Librarian1-1/+4
2004-09-20Alfredo's vendor stuffArch Librarian1-2/+2
2004-09-20Join with aliencodeArch Librarian1-34/+56
2004-09-20Various minor bug fixesArch Librarian1-2/+2
2004-09-20Fixed a typoArch Librarian1-2/+2
2004-09-20Made apt-cache regenerate its cache in memoryArch Librarian1-3/+2
2004-09-20Support for memory-only cachingArch Librarian1-0/+96