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