summaryrefslogtreecommitdiff
path: root/apt-pkg/clean.cc
AgeCommit message (Expand)AuthorFilesLines
2018-05-07Remove obsolete RCS keywordsGuillem Jover1-1/+0
2018-01-03allow a method to request auxiliary filesDavid Kalnischkies1-5/+6
2017-12-14remove pointless APT_PURE from void functionsDavid Kalnischkies1-1/+1
2017-08-24Replace APT_CONST with APT_PURE everywhereJulian Andres Klode1-1/+1
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-7/+7
2017-07-12Drop cacheiterators.h includeJulian Andres Klode1-1/+0
2017-06-26clean archives without changing directoryDavid Kalnischkies1-23/+33
2015-12-14non-existing directories don't need to be cleanedDavid Kalnischkies1-0/+5
2015-11-19ignore lost+found in private directory cleanupDavid Kalnischkies1-0/+1
2015-08-10make all d-pointer * const pointersDavid Kalnischkies1-1/+1
2015-06-16add d-pointer, virtual destructors and de-inline de/constructorsDavid Kalnischkies1-0/+1
2015-06-12store Release files data in the CacheDavid Kalnischkies1-1/+1
2014-10-13fix compile and tests errorDavid Kalnischkies1-1/+1
2014-10-13do not inline virtual destructors with d-pointersDavid Kalnischkies1-0/+2
2014-07-08Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleanerMichael Vogt1-1/+4
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-0/+4
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-1/+1
2012-07-05* apt-pkg/clean.cc:David Kalnischkies1-2/+3
2012-03-20* apt-pkg/acquire-worker.cc:David Kalnischkies1-4/+7
2011-09-19use forward declaration in headers if possible instead of includesDavid Kalnischkies1-0/+1
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-5/+5
2011-09-13merge with debian/experimentalDavid Kalnischkies1-2/+2
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-2/+4
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-2/+2
2009-12-23merge Goswin Brederlow "support download of index files for different archs"David Kalnischkies1-3/+3
2009-06-30add the various foldmarkers in apt-pkg & cmdline (no code change)David Kalnischkies1-1/+0
2007-06-08* remove all the remaining #pragma implementationMichael Vogt1-4/+0
2004-09-20Join with aliencodeArch Librarian1-9/+19
2004-09-20Added clean install codeArch Librarian1-2/+6
2004-09-20Various minor bug fixesArch Librarian1-2/+1
2004-09-20Clean supportArch Librarian1-0/+111